diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template index 6550c7a1270..e714db9894d 100644 --- a/srcpkgs/python3-editor/template +++ b/srcpkgs/python3-editor/template @@ -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 " license="Apache-2.0" homepage="https://github.com/fmoo/python-editor"