python-BeautifulSoup4: drop package
This commit is contained in:
parent
2b3de74306
commit
e6e37a1213
3 changed files with 21 additions and 28 deletions
|
@ -1,27 +0,0 @@
|
|||
# Template file for 'python-BeautifulSoup4'
|
||||
pkgname=python-BeautifulSoup4
|
||||
version=4.8.2
|
||||
revision=2
|
||||
wrksrc="beautifulsoup4-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python python-soupsieve"
|
||||
short_desc="Python2 HTML/XML parser"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://www.crummy.com/software/BeautifulSoup"
|
||||
distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz"
|
||||
checksum=05fd825eb01c290877657a56df4c6e4c311b3965bda790c613a3d6fb01a5462a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-BeautifulSoup4_package() {
|
||||
depends="python3 python3-soupsieve"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/python3*"
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-BeautifulSoup4
|
21
srcpkgs/python3-BeautifulSoup4/template
Normal file
21
srcpkgs/python3-BeautifulSoup4/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'python3-BeautifulSoup4'
|
||||
pkgname=python3-BeautifulSoup4
|
||||
version=4.8.2
|
||||
revision=2
|
||||
wrksrc="beautifulsoup4-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3 python3-soupsieve"
|
||||
short_desc="Python3 HTML/XML parser"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://www.crummy.com/software/BeautifulSoup"
|
||||
distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz"
|
||||
checksum=05fd825eb01c290877657a56df4c6e4c311b3965bda790c613a3d6fb01a5462a
|
||||
|
||||
do_check() {
|
||||
:
|
||||
}
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue