From b2a2838cf28cb4cfad489cc577db7c223eb1ea99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 2 Feb 2019 20:55:26 +0100 Subject: [PATCH] python-editor: update to 1.0.4. --- srcpkgs/python-editor/template | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python-editor/template b/srcpkgs/python-editor/template index 33f8b2c4564..ef0e280a493 100644 --- a/srcpkgs/python-editor/template +++ b/srcpkgs/python-editor/template @@ -1,28 +1,25 @@ # Template file for 'python-editor' pkgname=python-editor -version=1.0.3 +version=1.0.4 revision=1 noarch=yes build_style=python-module pycompile_module="editor" hostmakedepends="python-setuptools python3-setuptools" +depends="python" short_desc="Programmatically open an editor, capture the result (Python2)" maintainer="Piotr Wójcik " license="Apache-2.0" homepage="https://github.com/fmoo/python-editor" distfiles="${PYPI_SITE}/p/python-editor/python-editor-${version}.tar.gz" -checksum=a3c066acee22a1c94f63938341d4fb374e3fdd69366ed6603d7b24bed1efc565 - -post_install() { - vlicense LICENSE -} +checksum=51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b python3-editor_package() { noarch=yes pycompile_module="editor" + depends="python3" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* - vlicense LICENSE } }