summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz>2011-02-25 09:47:18 +0000
committerwiz <wiz>2011-02-25 09:47:18 +0000
commitf4faf372f86a994ea33fb7e067545387343afcbb (patch)
treeb9ce2c6269b72ed740ad13fce0a5e6992338901f /www
parent3d4d8826a302002460864e35f116b4687e54fbd9 (diff)
downloadpkgsrc-f4faf372f86a994ea33fb7e067545387343afcbb.tar.gz
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
Diffstat (limited to 'www')
-rw-r--r--www/libproxy/Makefile4
-rw-r--r--www/py-mechanize/Makefile4
-rw-r--r--www/py-moin/Makefile4
-rw-r--r--www/py-pendrell/Makefile4
-rw-r--r--www/py-uwsgi/Makefile4
5 files changed, 10 insertions, 10 deletions
diff --git a/www/libproxy/Makefile b/www/libproxy/Makefile
index 6eba6e29115..644a9493d43 100644
--- a/www/libproxy/Makefile
+++ b/www/libproxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2010/08/17 13:10:22 seanb Exp $
+# $NetBSD: Makefile,v 1.8 2011/02/25 09:47:29 wiz Exp $
#
DISTNAME= libproxy-0.3.0
@@ -21,7 +21,7 @@ PKGCONFIG_OVERRIDE+= libproxy-1.0.pc.in
# 0.3.0 doesn't install the python bindings even when they
# are enabled, so comment out dependencies.
-#PYTHON_VERSIONS_ACCEPTED= 25 26
+#PYTHON_VERSIONS_ACCEPTED= 25 27 26
#BUILDLINK_API_DEPENDS.python26+= python26>=2.6.2nb4
#BUILDLINK_API_DEPENDS.python25+= python25>=2.5.4nb2
diff --git a/www/py-mechanize/Makefile b/www/py-mechanize/Makefile
index 7dde680eb0f..bc9fe152b1e 100644
--- a/www/py-mechanize/Makefile
+++ b/www/py-mechanize/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/10/11 08:32:04 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2011/02/25 09:47:29 wiz Exp $
#
DISTNAME= mechanize-0.1.11
@@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
-PYTHON_VERSIONS_ACCEPTED= 26 25
+PYTHON_VERSIONS_ACCEPTED= 27 26 25
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/py-moin/Makefile b/www/py-moin/Makefile
index 62363c2fdc0..fdd0478ee72 100644
--- a/www/py-moin/Makefile
+++ b/www/py-moin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2010/07/09 11:38:36 obache Exp $
+# $NetBSD: Makefile,v 1.15 2011/02/25 09:47:29 wiz Exp $
#
VER= 1.9.3
@@ -17,7 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
#Only for Python 2.4, which isn't recommended anyway
#DEPENDS+= ${PYPKGPREFIX}-xml-[0-9]*:../../textproc/py-xml
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
+PYTHON_VERSIONS_ACCEPTED= 27 26 25 24
PYDISTUTILSPKG= # empty
REPLACE_INTERPRETER+= env_python
diff --git a/www/py-pendrell/Makefile b/www/py-pendrell/Makefile
index 58c2b25386f..3001ab29e51 100644
--- a/www/py-pendrell/Makefile
+++ b/www/py-pendrell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2010/07/19 16:34:35 ver Exp $
+# $NetBSD: Makefile,v 1.2 2011/02/25 09:47:29 wiz Exp $
#
DISTNAME= pendrell-0.2.3
@@ -12,7 +12,7 @@ COMMENT= HTTP/1.1 User Agent for the Programmable Web
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
-PYTHON_VERSIONS_ACCEPTED= 26 25
+PYTHON_VERSIONS_ACCEPTED= 27 26 25
BUILD_DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted
DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted
diff --git a/www/py-uwsgi/Makefile b/www/py-uwsgi/Makefile
index d06c964b09b..6c720273c54 100644
--- a/www/py-uwsgi/Makefile
+++ b/www/py-uwsgi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2010/06/15 22:18:34 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2011/02/25 09:47:30 wiz Exp $
#
DISTNAME= uwsgi-0.9.4.4
@@ -12,7 +12,7 @@ COMMENT= Feature-rich WSGI server
PKG_DESTDIR_SUPPORT= user-destdir
-PYTHON_VERSIONS_ACCEPTED= 26 25
+PYTHON_VERSIONS_ACCEPTED= 27 26 25
LICENSE= gnu-gpl-v2