summaryrefslogtreecommitdiff
path: root/www/py-beautifulsoup
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-25 09:25:32 +0000
committerwiz <wiz>2014-01-25 09:25:32 +0000
commit5b148d711402ac12b45746f06b3c6b702bc394a4 (patch)
tree978133de4f9704973ef6312e7b408d7fc3dad549 /www/py-beautifulsoup
parent8a83c35838e4fd7a4ddded18124421c4542dbd97 (diff)
downloadpkgsrc-5b148d711402ac12b45746f06b3c6b702bc394a4.tar.gz
Mark this is as major version 3 of the module
(compare py-beautifulsoup4)
Diffstat (limited to 'www/py-beautifulsoup')
-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"