diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-25 09:25:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-25 09:25:32 +0000 |
commit | 1eed54fc5c435611703954a04dc0017b0ca9c367 (patch) | |
tree | 978133de4f9704973ef6312e7b408d7fc3dad549 /www/py-beautifulsoup | |
parent | b1edc08831020fd540a304ee0074d3725baf695d (diff) | |
download | pkgsrc-1eed54fc5c435611703954a04dc0017b0ca9c367.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/DESCR | 2 | ||||
-rw-r--r-- | www/py-beautifulsoup/Makefile | 7 |
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" |