python-mechanize: remove noarch.
This commit is contained in:
parent
ec5af82214
commit
c91066a671
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'python-mechanize'
|
# Template file for 'python-mechanize'
|
||||||
pkgname=python-mechanize
|
pkgname=python-mechanize
|
||||||
version=0.4.3
|
version=0.4.3
|
||||||
revision=3
|
revision=4
|
||||||
archs=noarch
|
|
||||||
wrksrc="mechanize-${version}"
|
wrksrc="mechanize-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="mechanize"
|
pycompile_module="mechanize"
|
||||||
|
@ -20,7 +19,6 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-mechanize_package() {
|
python3-mechanize_package() {
|
||||||
archs=noarch
|
|
||||||
depends="python3 python3-html5lib"
|
depends="python3 python3-html5lib"
|
||||||
pycompile_module="mechanize"
|
pycompile_module="mechanize"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
Loading…
Reference in New Issue