diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-04 04:01:47 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-04 04:01:47 +0000 |
commit | 55ccb532ad6f00a498832a4dc6f46a918b24c7fc (patch) | |
tree | 46e0bf8c01119aee8d0e447cfaa6c3ee26ff4875 /www/py-beautifulsoup4/Makefile | |
parent | 5dbb54b4edeb7eeb609f24e97565963cd66e5f90 (diff) | |
download | pkgsrc-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/Makefile | 6 |
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 |