summaryrefslogtreecommitdiff
path: root/www/py-beautifulsoup4
diff options
context:
space:
mode:
authorwiz <wiz>2012-10-03 22:14:00 +0000
committerwiz <wiz>2012-10-03 22:14:00 +0000
commit2b84cd27a7f9f7fd51b3d245615454c12e838a91 (patch)
treea6e0112f1c7655fad080d88eaa928420d1b0af8b /www/py-beautifulsoup4
parent781ca7303227bd3fac5d062a5875ca7d266f6df7 (diff)
downloadpkgsrc-2b84cd27a7f9f7fd51b3d245615454c12e838a91.tar.gz
Update for python25 removal.
Diffstat (limited to 'www/py-beautifulsoup4')
-rw-r--r--www/py-beautifulsoup4/Makefile4
1 files changed, 1 insertions, 3 deletions
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