cda7fc69ff
1.1.0: Added support for Django 3.0 Added support for Python 3.8 Extended test matrix Added isort and adapted imports Adapted code base to align with other supported addons Adapted README.rst instructions 1.0.0: Added support for Django 1.11, 2.0, 2.1, and 2.2 Removed support for Django < 1.11
19 lines
592 B
Makefile
19 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.13 2020/02/02 06:47:17 adam Exp $
|
|
|
|
DISTNAME= django-sekizai-1.1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-sekizai/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://github.com/ojii/django-sekizai
|
|
COMMENT= Django Template Blocks with extra functionality
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django>=1.11:../../www/py-django
|
|
DEPENDS+= ${PYPKGPREFIX}-django-classy-tags>=0.9.0:../../www/py-django-classy-tags
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|