pkgsrc/www/py-django-treebeard/Makefile
adam a1db469572 py-django-treebeard: updated to 4.5.1
Release 4.5.1

Removed unnecessary default in MP's depth field.


Release 4.5

Add support for custom primary key fields with custom names.
Add support for Python 3.9.
Add support for MSSQL 2019.
Add Code of conduct
Removed outdated Sqlite workaround code
Remove last remains of Python 2.7 code
Use Pytest-django and fixtures for testing
2021-03-19 09:09:50 +00:00

20 lines
571 B
Makefile

# $NetBSD: Makefile,v 1.14 2021/03/19 09:09:50 adam Exp $
DISTNAME= django-treebeard-4.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-treebeard/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= https://github.com/django-treebeard/django-treebeard
COMMENT= Efficient tree implementations for the Django Web Framework
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-django>=2.2:../../www/py-django2
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"