mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-BeautifulSoup4: update to 4.11.1 and adopt
This commit is contained in:
parent
30e6a0e430
commit
ec21023ec0
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-BeautifulSoup4'
|
# Template file for 'python3-BeautifulSoup4'
|
||||||
pkgname=python3-BeautifulSoup4
|
pkgname=python3-BeautifulSoup4
|
||||||
version=4.10.0
|
version=4.11.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="beautifulsoup4-${version}"
|
wrksrc="beautifulsoup4-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -11,10 +11,11 @@ short_desc="Python3 HTML/XML parser"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.crummy.com/software/BeautifulSoup"
|
homepage="https://www.crummy.com/software/BeautifulSoup"
|
||||||
changelog="https://bazaar.launchpad.net/%7Eleonardr/beautifulsoup/bs4/view/head:/CHANGELOG"
|
changelog="https://bazaar.launchpad.net/~leonardr/beautifulsoup/bs4/view/head:/CHANGELOG"
|
||||||
distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz"
|
||||||
checksum=c23ad23c521d818955a4151a67d81580319d4bf548d3d49f4223ae041ff98891
|
checksum=ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
rm -r ${DESTDIR}/${py3_sitelib}/bs4/tests
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue