pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-nevow Dependency py-twisted only available for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5dc3684822c0
branches:  trunk
changeset: 513423:5dc3684822c0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun May 28 14:25:43 2006 +0000

description:
Dependency py-twisted only available for Python 2.2 and newer.

diffstat:

 www/py-nevow/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e29eea1c1d07 -r 5dc3684822c0 www/py-nevow/Makefile
--- a/www/py-nevow/Makefile     Sun May 28 14:16:34 2006 +0000
+++ b/www/py-nevow/Makefile     Sun May 28 14:25:43 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/02/05 23:11:28 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/05/28 14:25:43 joerg Exp $
 #
 
 DISTNAME=              nevow-0.3
@@ -14,6 +14,8 @@
 DEPENDS+=              ${PYPKGPREFIX}-twisted>=1.3.0:../../net/py-twisted
 DEPENDS+=              ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml
 
+PYTHON_VERSIONS_ACCEPTED=      24 23 22
+
 WRKSRC=                        ${WRKDIR}/${DISTNAME}
 PY_PATCHPLIST=         yes
 PYDISTUTILSPKG=                yes



Home | Main Index | Thread Index | Old Index