python-prompt_toolkit: rename from python-prompt_toolkit1

This commit is contained in:
maxice8 2019-04-11 03:55:00 -03:00 committed by maxice8
parent 9b74aaf3f7
commit 36e7d698a4
3 changed files with 23 additions and 7 deletions

View file

@ -0,0 +1 @@
python-prompt_toolkit1

View file

@ -1,7 +1,8 @@
# Template file for 'python-prompt_toolkit1'
pkgname=python-prompt_toolkit1
reverts="2.0.9_1"
version=1.0.15
revision=1
revision=2
archs=noarch
wrksrc="prompt_toolkit-${version}"
build_style=python-module
@ -14,22 +15,36 @@ license="BSD-3-Clause"
homepage="https://github.com/jonathanslenders/python-prompt-toolkit"
distfiles="${PYPI_SITE}/p/prompt_toolkit/prompt_toolkit-${version}.tar.gz"
checksum=858588f1983ca497f1cf4ffde01d978a3ea02b01c8a26a8bbc5cd2e66d816917
conflicts="python-prompt_toolkit>=2"
replaces="python-prompt_toolkit<2"
conflicts="python-prompt_toolkit2"
post_install() {
vlicense LICENSE
}
python3-prompt_toolkit1_package() {
archs=noarch
archs=noarch
pycompile_module="prompt_toolkit"
depends="python3-six python3-wcwidth"
short_desc="${short_desc/Python2/Python3}"
conflicts="python3-prompt_toolkit>=2"
replaces="python3-prompt_toolkit<2"
conflicts="python3-prompt_toolkit2"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}
python-prompt_toolkit_package() {
archs=noarch
reverts="2.0.9_1"
build_style=meta
depends="python-prompt_toolkit1-${version}_${revision}"
short_desc="${short_desc} (transition package)"
}
python3-prompt_toolkit_package() {
archs=noarch
reverts="2.0.9_1"
build_style=meta
depends="python3-prompt_toolkit1-${version}_${revision}"
short_desc="${short_desc/Python2/Python3} (transition package)"
}

View file

@ -1 +1 @@
python-prompt_toolkit
python-prompt_toolkit1