summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/py-beautifulsoup/DESCR2
-rw-r--r--www/py-beautifulsoup/Makefile7
2 files changed, 6 insertions, 3 deletions
diff --git a/www/py-beautifulsoup/DESCR b/www/py-beautifulsoup/DESCR
index 25d9d6bf6ca..113105f2584 100644
--- a/www/py-beautifulsoup/DESCR
+++ b/www/py-beautifulsoup/DESCR
@@ -8,3 +8,5 @@ ill-formed data structure. If your document is only locally
well-formed, you can use this library to find and process the
well-formed part of it. The BeautifulSoup class has heuristics for
obtaining a sensible parse tree in the face of common HTML errors.
+
+This package contains v3 of the module.
diff --git a/www/py-beautifulsoup/Makefile b/www/py-beautifulsoup/Makefile
index b8620e157f7..39c719e2127 100644
--- a/www/py-beautifulsoup/Makefile
+++ b/www/py-beautifulsoup/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/10/28 06:30:59 asau Exp $
-#
+# $NetBSD: Makefile,v 1.10 2014/01/25 09:25:32 wiz Exp $
DISTNAME= BeautifulSoup-3.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/B/b/:S/S/s/}
@@ -8,8 +7,10 @@ MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/3.x/
MAINTAINER= darcy@NetBSD.org
HOMEPAGE= http://www.crummy.com/software/BeautifulSoup/
-COMMENT= HTML/XML Parser for Python
+COMMENT= HTML/XML Parser for Python, version 3
LICENSE= modified-bsd
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # use py-beautifulsoup4 for python-3.x
+
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"