beautifulsoup4: 4.3.2 -> 4.6.0

This commit is contained in:
Danny Rawlins 2017-11-12 16:16:53 +11:00
parent fceff79798
commit 87a1d0f4fb
4 changed files with 14 additions and 10 deletions

View File

@ -2,7 +2,12 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python2.7/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/beautifulsoup4-4.3.2-py2.7.egg-info
drwxr-xr-x root/root usr/lib/python2.7/site-packages/beautifulsoup4-4.6.0-py2.7.egg-info/
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/beautifulsoup4-4.6.0-py2.7.egg-info/PKG-INFO
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/beautifulsoup4-4.6.0-py2.7.egg-info/SOURCES.txt
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/beautifulsoup4-4.6.0-py2.7.egg-info/dependency_links.txt
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/beautifulsoup4-4.6.0-py2.7.egg-info/requires.txt
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/beautifulsoup4-4.6.0-py2.7.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python2.7/site-packages/bs4/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/bs4/__init__.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/bs4/__init__.pyc

View File

@ -1 +1 @@
b8d157a204d56512a4cc196e53e7d8ee beautifulsoup4-4.3.2.tar.gz
c17714d0f91a23b708a592cb3c697728 beautifulsoup4-4.6.0.tar.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30SRaU5ZGEMEp7dh/lWwfl7hmBSPc97OG9pVbZaO6CDPGHiD/56LtgISaGQRNR2Zxn26Y/tpeV+WSnL0YFON8As=
SHA256 (Pkgfile) = 9cf503148d90a489d820e2775b49c00a91dabed5f7cfa54af0e6a12a99f1050c
SHA256 (.footprint) = 6c55d5d05034a674ff847403d792865f04c6d89a4f31e6daa8547cdad95f36de
SHA256 (beautifulsoup4-4.3.2.tar.gz) = a2b29bd048ca2fe54a046b29770964738872a9747003a371344a93eedf7ad58e
RWSagIOpLGJF3/mdwiYb6nJQEiG9kF1RBkYAH0LBRSwzDW0dud0h47hvGMSDOlFQxjTcRvTTGHfqJGd7QmcPl9cudg42kqLfzAo=
SHA256 (Pkgfile) = 8a32a874159226c2e06c724cd5ed00f9fb3c9925950ef191ed08986efc664571
SHA256 (.footprint) = 2cb66543e54ab5dc53f63649d9d92eee440238c87c6347fae5f2ee7b51e320ec
SHA256 (beautifulsoup4-4.6.0.tar.gz) = 808b6ac932dccb0a4126558f7dfdcf41710dd44a4ef497a0bb59a77f9f078e89

View File

@ -1,12 +1,11 @@
# Description: Python HTML/XML Parser.
# URL: http://www.crummy.com/software/BeautifulSoup/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: chardet
# Depends on: python-chardet
name=beautifulsoup4
version=4.3.2
release=2
version=4.6.0
release=1
source=(http://www.crummy.com/software/BeautifulSoup/bs4/download/${version:0:3}/$name-$version.tar.gz)
build() {