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'
pkgname=python3-editor
version=1.0.4
revision=2
archs=noarch
revision=3
wrksrc="python-editor-${version}"
build_style=python3-module
pycompile_module="editor"
hostmakedepends="python3-setuptools"
depends="python3"
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>"
license="Apache-2.0"
homepage="https://github.com/fmoo/python-editor"