pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-beautifulsoup Mark this is as major version 3 o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5db436f865ea
branches:  trunk
changeset: 629653:5db436f865ea
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 25 09:25:32 2014 +0000

description:
Mark this is as major version 3 of the module
(compare py-beautifulsoup4)

diffstat:

 www/py-beautifulsoup/DESCR    |  2 ++
 www/py-beautifulsoup/Makefile |  7 ++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r c3a56474acc9 -r 5db436f865ea www/py-beautifulsoup/DESCR
--- a/www/py-beautifulsoup/DESCR        Sat Jan 25 09:24:26 2014 +0000
+++ b/www/py-beautifulsoup/DESCR        Sat Jan 25 09:25:32 2014 +0000
@@ -8,3 +8,5 @@
 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 -r c3a56474acc9 -r 5db436f865ea www/py-beautifulsoup/Makefile
--- a/www/py-beautifulsoup/Makefile     Sat Jan 25 09:24:26 2014 +0000
+++ b/www/py-beautifulsoup/Makefile     Sat Jan 25 09:25:32 2014 +0000
@@ -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 @@
 
 MAINTAINER=    darcy%NetBSD.org@localhost
 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"



Home | Main Index | Thread Index | Old Index