Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.6 2014/12/31 13:57:32 wiz Exp $
# $NetBSD: Makefile,v 1.9 2016/07/09 13:04:14 wiz Exp $
DISTNAME= djangorestframework-0.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/d/djangorestframework/
MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangorestframework/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://django-rest-framework.org/
@@ -13,7 +13,7 @@ LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
USE_LANGUAGES= # empty
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.3
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.2.3
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"