pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-beautifulsoup py-beautifulsoup: updated to 3.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/825b609317fc
branches:  trunk
changeset: 415465:825b609317fc
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 07 18:34:21 2019 +0000

description:
py-beautifulsoup: updated to 3.2.2

3.2.2:
Added helpful syntax errors when someone tries to run Beautiful Soup 3
code under Python 3. Added a detailed deprecation warning with
instructions for everyone else.

diffstat:

 www/py-beautifulsoup/Makefile |   9 ++++++---
 www/py-beautifulsoup/PLIST    |   7 +++++--
 www/py-beautifulsoup/distinfo |  10 +++++-----
 3 files changed, 16 insertions(+), 10 deletions(-)

diffs (55 lines):

diff -r f069151d85b1 -r 825b609317fc www/py-beautifulsoup/Makefile
--- a/www/py-beautifulsoup/Makefile     Mon Oct 07 18:27:09 2019 +0000
+++ b/www/py-beautifulsoup/Makefile     Mon Oct 07 18:34:21 2019 +0000
@@ -1,16 +1,19 @@
-# $NetBSD: Makefile,v 1.18 2019/09/02 13:20:04 adam Exp $
+# $NetBSD: Makefile,v 1.19 2019/10/07 18:34:21 adam Exp $
 
-DISTNAME=      BeautifulSoup-3.2.1
+DISTNAME=      BeautifulSoup-3.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/B/b/:S/S/s/}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.crummy.com/software/BeautifulSoup/download/3.x/
+MASTER_SITES+= ${MASTER_SITE_PYPI:=b/beautifulsoup/}
 
 MAINTAINER=    darcy%NetBSD.org@localhost
 HOMEPAGE=      https://www.crummy.com/software/BeautifulSoup/
 COMMENT=       HTML/XML Parser for Python, version 3
 LICENSE=       modified-bsd
 
+USE_LANGUAGES= # none
+
 PYTHON_VERSIONS_ACCEPTED=       27 # use py-beautifulsoup4 for python-3.x
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f069151d85b1 -r 825b609317fc www/py-beautifulsoup/PLIST
--- a/www/py-beautifulsoup/PLIST        Mon Oct 07 18:27:09 2019 +0000
+++ b/www/py-beautifulsoup/PLIST        Mon Oct 07 18:34:21 2019 +0000
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:59 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.4 2019/10/07 18:34:21 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/BeautifulSoup.py
 ${PYSITELIB}/BeautifulSoup.pyc
 ${PYSITELIB}/BeautifulSoup.pyo
diff -r f069151d85b1 -r 825b609317fc www/py-beautifulsoup/distinfo
--- a/www/py-beautifulsoup/distinfo     Mon Oct 07 18:27:09 2019 +0000
+++ b/www/py-beautifulsoup/distinfo     Mon Oct 07 18:34:21 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/04 02:47:24 agc Exp $
+$NetBSD: distinfo,v 1.7 2019/10/07 18:34:21 adam Exp $
 
-SHA1 (BeautifulSoup-3.2.1.tar.gz) = b23e78f058240eb8779dbc1b8a8d76bba4916df1
-RMD160 (BeautifulSoup-3.2.1.tar.gz) = 4e771d39bf89d5cb2f68a04bf6a457ab3324f3ad
-SHA512 (BeautifulSoup-3.2.1.tar.gz) = 365b7b045a2069cf437877543577bc0aa99256a6dc4c9743670b46bfceab5494a06628012d6eccecfe99c25d5c9e0c65814964b47026f15ba1a538444cfb7789
-Size (BeautifulSoup-3.2.1.tar.gz) = 31224 bytes
+SHA1 (BeautifulSoup-3.2.2.tar.gz) = abf6b21002fb1c74aa786703cd0f8a19ab5b78ee
+RMD160 (BeautifulSoup-3.2.2.tar.gz) = 32fbe7c22c640a483888a7384f1929da5aea82d3
+SHA512 (BeautifulSoup-3.2.2.tar.gz) = 0dd31919d0623ee6f6a94ab59091e5b40672b9736bb74f90b56a708c7cd4eca8084c0b8fb28121089640a2df0d51de3e591c80524870c126821a1bfa89c839b7
+Size (BeautifulSoup-3.2.2.tar.gz) = 32704 bytes



Home | Main Index | Thread Index | Old Index