mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python-soupsieve: remove noarch.
This commit is contained in:
parent
4b1398ac72
commit
b6594c5412
1 changed files with 1 additions and 5 deletions
|
@ -1,11 +1,9 @@
|
||||||
# Template file for 'python-soupsieve'
|
# Template file for 'python-soupsieve'
|
||||||
pkgname=python-soupsieve
|
pkgname=python-soupsieve
|
||||||
version=1.9.5
|
version=1.9.5
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
|
||||||
wrksrc="soupsieve-${version}"
|
wrksrc="soupsieve-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="soupsieve"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
checkdepends="python-pytest python-lxml python-html5lib python-BeautifulSoup4
|
checkdepends="python-pytest python-lxml python-html5lib python-BeautifulSoup4
|
||||||
python-backports.functools_lru_cache python3-pytest python3-lxml
|
python-backports.functools_lru_cache python3-pytest python3-lxml
|
||||||
|
@ -34,8 +32,6 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-soupsieve_package() {
|
python3-soupsieve_package() {
|
||||||
archs=noarch
|
|
||||||
pycompile_module="soupsieve"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/python3*"
|
vmove "usr/lib/python3*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue