python-pystache: remove noarch.

This commit is contained in:
fosslinux 2020-09-15 16:59:38 +10:00 committed by Đoàn Trần Công Danh
parent c30995fb9d
commit cd8fea9f20

View file

@ -1,8 +1,7 @@
# Template file for 'python-pystache' # Template file for 'python-pystache'
pkgname=python-pystache pkgname=python-pystache
version=0.5.4 version=0.5.4
revision=3 revision=4
archs=noarch
wrksrc="pystache-${version}" wrksrc="pystache-${version}"
build_style=python-module build_style=python-module
pycompile_module="pystache" pycompile_module="pystache"
@ -25,7 +24,6 @@ post_install() {
} }
python3-pystache_package() { python3-pystache_package() {
archs=noarch
pycompile_module="pystache" pycompile_module="pystache"
depends="python3-setuptools" depends="python3-setuptools"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"