diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
commit | 6881df6a4c0580c6f1e791e8700778ea489dd113 (patch) | |
tree | a6e0112f1c7655fad080d88eaa928420d1b0af8b /www | |
parent | f3d475a6d2812fbcc9614e6fb074153ada9d0c2d (diff) | |
download | pkgsrc-6881df6a4c0580c6f1e791e8700778ea489dd113.tar.gz |
Update for python25 removal.
Diffstat (limited to 'www')
-rw-r--r-- | www/libproxy/Makefile | 4 | ||||
-rw-r--r-- | www/py-beautifulsoup4/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/www/libproxy/Makefile b/www/libproxy/Makefile index 6e2edfc5b6a..3c4d678d419 100644 --- a/www/libproxy/Makefile +++ b/www/libproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/08/05 13:39:04 shattered Exp $ +# $NetBSD: Makefile,v 1.12 2012/10/03 22:14:03 wiz Exp $ # DISTNAME= libproxy-0.3.1 @@ -27,9 +27,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 27 26 #BUILDLINK_API_DEPENDS.python26+= python26>=2.6.2nb4 -#BUILDLINK_API_DEPENDS.python25+= python25>=2.5.4nb2 post-extract: ${RM} -rf ${WRKSRC}/test.d/.svn diff --git a/www/py-beautifulsoup4/Makefile b/www/py-beautifulsoup4/Makefile index 31d991a83c3..1d654d8e5e1 100644 --- a/www/py-beautifulsoup4/Makefile +++ b/www/py-beautifulsoup4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/06/04 06:36:35 dholland Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/03 22:14:03 wiz Exp $ # DISTNAME= beautifulsoup4-4.1.0 @@ -17,8 +17,6 @@ PKG_DESTDIR_SUPPORT= user-destdir # cannot enable this until py-lxml supports it # (otherwise pbulk fails during indexing) #PYTHON_VERSIONS_INCLUDE_3X= yes -# multiple syntax errors during install -PYTHON_VERSIONS_INCOMPATIBLE= 25 do-test: cd ${WRKSRC} && ${PYTHONBIN} -m unittest discover -s bs4 |