python-packaging: remove noarch.
This commit is contained in:
parent
75807e8767
commit
386ed620bc
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'python-packaging'
|
# Template file for 'python-packaging'
|
||||||
pkgname=python-packaging
|
pkgname=python-packaging
|
||||||
version=19.1
|
version=19.1
|
||||||
revision=3
|
revision=4
|
||||||
archs=noarch
|
|
||||||
wrksrc="packaging-${version}"
|
wrksrc="packaging-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="packaging"
|
pycompile_module="packaging"
|
||||||
|
@ -20,7 +19,6 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-packaging_package() {
|
python3-packaging_package() {
|
||||||
archs=noarch
|
|
||||||
pycompile_module="packaging"
|
pycompile_module="packaging"
|
||||||
depends="python3-attrs python3-parsing python3-six"
|
depends="python3-attrs python3-parsing python3-six"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue