summaryrefslogtreecommitdiff
path: root/www/py-beautifulsoup4/Makefile
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-06-04 04:01:47 +0000
committerdholland <dholland@pkgsrc.org>2012-06-04 04:01:47 +0000
commit55ccb532ad6f00a498832a4dc6f46a918b24c7fc (patch)
tree46e0bf8c01119aee8d0e447cfaa6c3ee26ff4875 /www/py-beautifulsoup4/Makefile
parent5dbb54b4edeb7eeb609f24e97565963cd66e5f90 (diff)
downloadpkgsrc-55ccb532ad6f00a498832a4dc6f46a918b24c7fc.tar.gz
Disable PYTHON_VERSIONS_INCLUDE_3X; py-lxml doesn't support it, which
causes pbulk to crap out during the index scan.
Diffstat (limited to 'www/py-beautifulsoup4/Makefile')
-rw-r--r--www/py-beautifulsoup4/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/py-beautifulsoup4/Makefile b/www/py-beautifulsoup4/Makefile
index 239d4c5d0c4..780011cea55 100644
--- a/www/py-beautifulsoup4/Makefile
+++ b/www/py-beautifulsoup4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2012/06/03 21:29:57 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2012/06/04 04:01:47 dholland Exp $
#
DISTNAME= beautifulsoup4-4.1.0
@@ -14,7 +14,9 @@ LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
PKG_DESTDIR_SUPPORT= user-destdir
-PYTHON_VERSIONS_INCLUDE_3X= yes
+# cannot enable this until py-lxml supports it
+# (otherwise pbulk fails during indexing)
+#PYTHON_VERSIONS_INCLUDE_3X= yes
do-test:
cd ${WRKSRC} && ${PYTHONBIN} -m unittest discover -s bs4