python-BeautifulSoup4: update to 4.6.1

This commit is contained in:
Alessio Sergi 2018-08-02 19:10:56 +02:00
parent 47cb6b191e
commit df6aced45c

View file

@ -1,22 +1,22 @@
# Template file for 'python-BeautifulSoup4' # Template file for 'python-BeautifulSoup4'
pkgname=python-BeautifulSoup4 pkgname=python-BeautifulSoup4
version=4.6.0 version=4.6.1
revision=2 revision=1
noarch=yes noarch=yes
wrksrc="beautifulsoup4-${version}" wrksrc="beautifulsoup4-${version}"
build_style=python-module build_style=python-module
pycompile_module="bs4"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python" depends="python"
pycompile_module="bs4"
short_desc="Python2 HTML/XML parser" short_desc="Python2 HTML/XML parser"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://www.crummy.com/software/BeautifulSoup/" homepage="http://www.crummy.com/software/BeautifulSoup/"
license="MIT" license="MIT"
distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz" distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz"
checksum=808b6ac932dccb0a4126558f7dfdcf41710dd44a4ef497a0bb59a77f9f078e89 checksum=bd43a3b26d2886acd63070c43da821b60dea603eb6d45bab0294aac6129adbfa
post_install() { post_install() {
vlicense COPYING.txt LICENSE vlicense LICENSE
} }
python3-BeautifulSoup4_package() { python3-BeautifulSoup4_package() {
@ -26,6 +26,6 @@ python3-BeautifulSoup4_package() {
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {
vmove usr/lib/python3* vmove usr/lib/python3*
vlicense COPYING.txt LICENSE vlicense LICENSE
} }
} }