pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-django-mezzanine-grappelli Remove unnecessary d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3e0abd175976
branches: trunk
changeset: 629397:3e0abd175976
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 20 16:26:30 2014 +0000
description:
Remove unnecessary dependency. Mark as not for python-3.x
Bump PKGREVISION.
diffstat:
www/py-django-mezzanine-grappelli/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 868a843302e5 -r 3e0abd175976 www/py-django-mezzanine-grappelli/Makefile
--- a/www/py-django-mezzanine-grappelli/Makefile Mon Jan 20 16:25:25 2014 +0000
+++ b/www/py-django-mezzanine-grappelli/Makefile Mon Jan 20 16:26:30 2014 +0000
@@ -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 @@
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 @@
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"
Home |
Main Index |
Thread Index |
Old Index