forked from ports/contrib
python-beautifulsoup4: 4.8.0 -> 4.8.1
This commit is contained in:
parent
47a53ea690
commit
69e5fdf04c
@ -2,12 +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/
|
||||
drwxr-xr-x root/root usr/lib/python2.7/site-packages/beautifulsoup4-4.8.0-py2.7.egg-info/
|
||||
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/beautifulsoup4-4.8.0-py2.7.egg-info/PKG-INFO
|
||||
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/beautifulsoup4-4.8.0-py2.7.egg-info/SOURCES.txt
|
||||
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/beautifulsoup4-4.8.0-py2.7.egg-info/dependency_links.txt
|
||||
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/beautifulsoup4-4.8.0-py2.7.egg-info/requires.txt
|
||||
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/beautifulsoup4-4.8.0-py2.7.egg-info/top_level.txt
|
||||
drwxr-xr-x root/root usr/lib/python2.7/site-packages/beautifulsoup4-4.8.1-py2.7.egg-info/
|
||||
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/beautifulsoup4-4.8.1-py2.7.egg-info/PKG-INFO
|
||||
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/beautifulsoup4-4.8.1-py2.7.egg-info/SOURCES.txt
|
||||
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/beautifulsoup4-4.8.1-py2.7.egg-info/dependency_links.txt
|
||||
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/beautifulsoup4-4.8.1-py2.7.egg-info/requires.txt
|
||||
-rw-rw-r-- root/root usr/lib/python2.7/site-packages/beautifulsoup4-4.8.1-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
|
||||
@ -25,6 +25,9 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/bs4/builder/
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/bs4/builder/_lxml.py
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/bs4/builder/_lxml.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/bs4/builder/_lxml.pyo
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/bs4/check_block.py
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/bs4/check_block.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/bs4/check_block.pyo
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/bs4/dammit.py
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/bs4/dammit.pyc
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/bs4/dammit.pyo
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF38oo6SGSXpzCrvYuLeq6x2jR8kZUBNgUi8IKmMhtxDZBUJ1BY3yVJa/amM/zmG2T47MbjQlrYLgXh9oG0rkZVQ8=
|
||||
SHA256 (Pkgfile) = b462eff91994eaffdff6bdf5094f5b273246ba64c918cdf51c8fadcde3a7d858
|
||||
SHA256 (.footprint) = 3dbe78efcda5d2ffd236b7be78f1b1c631838d12a4daa534ff59b7ae06cf5f5d
|
||||
SHA256 (beautifulsoup4-4.8.0.tar.gz) = 25288c9e176f354bf277c0a10aa96c782a6a18a17122dba2e8cec4a97e03343b
|
||||
RWSagIOpLGJF30S1cAKjEyPXTEqssOAZMY8o/cjHN06O7SwWH9ZRyYSlANOjgR1HqYKEE1icH8dP+L3Zee88VWgILN5kk1QfQQA=
|
||||
SHA256 (Pkgfile) = 66768f11bf6438ad32bde0ce469e44f469af85be7a4397567ab6203e2c9bc81a
|
||||
SHA256 (.footprint) = 61ee1e40e86f723b8a3592062ec0382bcb290fadec01c522935c0dcb6cb4c6bc
|
||||
SHA256 (beautifulsoup4-4.8.1.tar.gz) = 6135db2ba678168c07950f9a16c4031822c6f4aec75a65e0a97bc5ca09789931
|
||||
|
@ -4,9 +4,9 @@
|
||||
# Depends on: python-chardet
|
||||
|
||||
name=python-beautifulsoup4
|
||||
version=4.8.0
|
||||
version=4.8.1
|
||||
release=1
|
||||
source=(https://www.crummy.com/software/BeautifulSoup/bs4/download/${version:0:3}/${name#*-}-$version.tar.gz)
|
||||
source=(https://files.pythonhosted.org/packages/source/b/beautifulsoup4/beautifulsoup4-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd ${name#*-}-$version
|
||||
|
Loading…
x
Reference in New Issue
Block a user