python-BeautifulSoup4: remove noarch.
This commit is contained in:
parent
d7d9d0745d
commit
653bdf5cfe
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'python-BeautifulSoup4'
|
# Template file for 'python-BeautifulSoup4'
|
||||||
pkgname=python-BeautifulSoup4
|
pkgname=python-BeautifulSoup4
|
||||||
version=4.8.2
|
version=4.8.2
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
|
||||||
wrksrc="beautifulsoup4-${version}"
|
wrksrc="beautifulsoup4-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
@ -19,7 +18,6 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-BeautifulSoup4_package() {
|
python3-BeautifulSoup4_package() {
|
||||||
archs=noarch
|
|
||||||
depends="python3 python3-soupsieve"
|
depends="python3 python3-soupsieve"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Reference in a new issue