798a95eab2
0.12 Fixed a few bugs and added a few features. Reformatted the code using isort and black. Other, undocumented changes. Please help out.
21 lines
622 B
Makefile
21 lines
622 B
Makefile
# $NetBSD: Makefile,v 1.19 2021/03/19 10:05:30 adam Exp $
|
|
|
|
DISTNAME= django-mptt-0.12.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-mptt/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://github.com/django-mptt/django-mptt
|
|
COMMENT= Utilities for implementing Modified Preorder Tree Traversal
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django>=1.11:../../www/py-django
|
|
DEPENDS+= ${PYPKGPREFIX}-django-js-asset-[0-9]*:../../www/py-django-js-asset
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|