summaryrefslogtreecommitdiff
path: root/www/py-django-mezzanine-grappelli
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-20 16:26:30 +0000
committerwiz <wiz@pkgsrc.org>2014-01-20 16:26:30 +0000
commit867b3ff30640fc751a6c448bd403c168c1d7b4bc (patch)
treec1b5cba104f19256cf962576d5e3539b71dc39ca /www/py-django-mezzanine-grappelli
parent70f8d61ac7610a830d98c5c02dc0728586fb1760 (diff)
downloadpkgsrc-867b3ff30640fc751a6c448bd403c168c1d7b4bc.tar.gz
Remove unnecessary dependency. Mark as not for python-3.x
Bump PKGREVISION.
Diffstat (limited to 'www/py-django-mezzanine-grappelli')
-rw-r--r--www/py-django-mezzanine-grappelli/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-django-mezzanine-grappelli/Makefile b/www/py-django-mezzanine-grappelli/Makefile
index d9ebe9acd8c..304b87f37ec 100644
--- a/www/py-django-mezzanine-grappelli/Makefile
+++ b/www/py-django-mezzanine-grappelli/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2013/01/12 12:37:24 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.3 2014/01/20 16:26:30 wiz Exp $
DISTNAME= grappelli-safe-0.2.11
PKGNAME= ${PYPKGPREFIX}-django-mezzanine-${DISTNAME:S/-safe//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.bz2
@@ -13,7 +12,6 @@ HOMEPAGE= https://github.com/stephenmcd/grappelli-safe
COMMENT= Snapshot of the Grappelli admin skin for Django
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
USE_PKGLOCALEDIR= yes
@@ -21,5 +19,7 @@ USE_LANGUAGES= # none
EGG_NAME= ${DISTNAME:S/-/_/}
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2.11
+
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"