python-editor: remove
This commit is contained in:
parent
fa13f277c0
commit
ee53e58e7b
2 changed files with 8 additions and 17 deletions
|
@ -1 +0,0 @@
|
||||||
python-editor
|
|
|
@ -1,25 +1,17 @@
|
||||||
# Template file for 'python-editor'
|
# Template file for 'python3-editor'
|
||||||
pkgname=python-editor
|
pkgname=python3-editor
|
||||||
version=1.0.4
|
version=1.0.4
|
||||||
revision=2
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python-module
|
wrksrc="python-editor-${version}"
|
||||||
|
build_style=python3-module
|
||||||
pycompile_module="editor"
|
pycompile_module="editor"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python"
|
depends="python3"
|
||||||
short_desc="Programmatically open an editor, capture the result (Python2)"
|
checkdepends="nano"
|
||||||
|
short_desc="Programmatically open an editor, capture the result (Python3)"
|
||||||
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"
|
||||||
distfiles="${PYPI_SITE}/p/python-editor/python-editor-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/python-editor/python-editor-${version}.tar.gz"
|
||||||
checksum=51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b
|
checksum=51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b
|
||||||
|
|
||||||
python3-editor_package() {
|
|
||||||
archs=noarch
|
|
||||||
pycompile_module="editor"
|
|
||||||
depends="python3"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue