python3-editor: drop noarch

This commit is contained in:
Piotr Wójcik 2020-09-15 18:56:02 +02:00 committed by Piotr
parent ee53e58e7b
commit e874543d66

View file

@ -1,15 +1,13 @@
# Template file for 'python3-editor' # Template file for 'python3-editor'
pkgname=python3-editor pkgname=python3-editor
version=1.0.4 version=1.0.4
revision=2 revision=3
archs=noarch
wrksrc="python-editor-${version}" wrksrc="python-editor-${version}"
build_style=python3-module build_style=python3-module
pycompile_module="editor"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3" depends="python3"
checkdepends="nano" checkdepends="nano"
short_desc="Programmatically open an editor, capture the result (Python3)" short_desc="Programmatically open an editor, capture the result"
maintainer="Piotr Wójcik <chocimier@tlen.pl>" maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://github.com/fmoo/python-editor" homepage="https://github.com/fmoo/python-editor"