pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-scgi 26 is not valid for PYTHON_VERSIONS_ACCEPT...
details: https://anonhg.NetBSD.org/pkgsrc/rev/70f5b8b211c7
branches: trunk
changeset: 555739:70f5b8b211c7
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Mar 07 21:31:08 2009 +0000
description:
26 is not valid for PYTHON_VERSIONS_ACCEPTED until Python 2.6 is added
to pkgsrc. (breaks bulk build)
diffstat:
www/py-scgi/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e1607e4595a2 -r 70f5b8b211c7 www/py-scgi/Makefile
--- a/www/py-scgi/Makefile Sat Mar 07 19:48:20 2009 +0000
+++ b/www/py-scgi/Makefile Sat Mar 07 21:31:08 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/03/07 16:26:16 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2009/03/07 21:31:08 tnn Exp $
#
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -9,7 +9,7 @@
DEPENDS+= ${PYPKGPREFIX}-quixote-[0-9]*:../../devel/py-quixote
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
+PYTHON_VERSIONS_ACCEPTED= 25 24 # 26
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
Home |
Main Index |
Thread Index |
Old Index