python-pyte: 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 cd8fea9f20
commit 50e36cc673

View file

@ -1,8 +1,7 @@
# Template file for 'python-pyte' # Template file for 'python-pyte'
pkgname=python-pyte pkgname=python-pyte
version=0.8.0 version=0.8.0
revision=2 revision=3
archs=noarch
wrksrc="pyte-${version}" wrksrc="pyte-${version}"
build_style=python-module build_style=python-module
pycompile_module="pyte" pycompile_module="pyte"
@ -20,7 +19,6 @@ pre_build() {
} }
python3-pyte_package() { python3-pyte_package() {
archs=noarch
pycompile_module="pyte" pycompile_module="pyte"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
depends="python3-wcwidth" depends="python3-wcwidth"