diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-04 06:36:35 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-04 06:36:35 +0000 |
commit | 2d9875f525d3dc071cb9a647c5abd73cb8d437f2 (patch) | |
tree | 3cfa073546d176554e0d9f0646ce91188c2db08a /www | |
parent | 55ccb532ad6f00a498832a4dc6f46a918b24c7fc (diff) | |
download | pkgsrc-2d9875f525d3dc071cb9a647c5abd73cb8d437f2.tar.gz |
Doesn't build on python25.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-beautifulsoup4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-beautifulsoup4/Makefile b/www/py-beautifulsoup4/Makefile index 780011cea55..31d991a83c3 100644 --- a/www/py-beautifulsoup4/Makefile +++ b/www/py-beautifulsoup4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/06/04 04:01:47 dholland Exp $ +# $NetBSD: Makefile,v 1.3 2012/06/04 06:36:35 dholland Exp $ # DISTNAME= beautifulsoup4-4.1.0 @@ -17,6 +17,8 @@ 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 |