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-filebrowser Remove unnecessary...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06ff99f1046e
branches:  trunk
changeset: 629395:06ff99f1046e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 20 16:25:17 2014 +0000

description:
Remove unnecessary dependency. Mark as not for python-3.x. Bump
PKGREVISION.

diffstat:

 www/py-django-mezzanine-filebrowser/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 8a3d4e7c3d60 -r 06ff99f1046e www/py-django-mezzanine-filebrowser/Makefile
--- a/www/py-django-mezzanine-filebrowser/Makefile      Mon Jan 20 16:18:29 2014 +0000
+++ b/www/py-django-mezzanine-filebrowser/Makefile      Mon Jan 20 16:25:17 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2013/04/06 03:45:27 rodent Exp $
-#
+# $NetBSD: Makefile,v 1.4 2014/01/20 16:25:17 wiz Exp $
 
 DISTNAME=      filebrowser-safe-0.2.13
 PKGNAME=       ${PYPKGPREFIX}-django-mezzanine-${DISTNAME:S/-safe//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_LOCAL}
 EXTRACT_SUFX=  .tar.bz2
@@ -13,12 +12,13 @@
 COMMENT=       Mezzanine CMS django filebrowser
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
 
 USE_PKGLOCALEDIR=      yes
 USE_LANGUAGES=         # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 0.2.13
+
 EGG_NAME=      ${DISTNAME:S/-/_/}
 
 .include "../../lang/python/distutils.mk"



Home | Main Index | Thread Index | Old Index