mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python-prompt_toolkit2: rename
This commit is contained in:
parent
b8bf16c201
commit
9b74aaf3f7
2 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-prompt_toolkit'
|
# Template file for 'python-prompt_toolkit2'
|
||||||
pkgname=python-prompt_toolkit
|
pkgname=python-prompt_toolkit2
|
||||||
version=2.0.9
|
version=2.0.9
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="prompt_toolkit-${version}"
|
wrksrc="prompt_toolkit-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -16,7 +16,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/jonathanslenders/python-prompt-toolkit"
|
homepage="https://github.com/jonathanslenders/python-prompt-toolkit"
|
||||||
distfiles="${PYPI_SITE}/p/prompt_toolkit/prompt_toolkit-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/prompt_toolkit/prompt_toolkit-${version}.tar.gz"
|
||||||
checksum=2519ad1d8038fd5fc8e770362237ad0364d16a7650fb5724af6997ed5515e3c1
|
checksum=2519ad1d8038fd5fc8e770362237ad0364d16a7650fb5724af6997ed5515e3c1
|
||||||
conflicts="python-prompt_toolkit1"
|
conflicts="python-prompt_toolkit"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
PY2PATH="${PWD}/build-2.7/lib"
|
PY2PATH="${PWD}/build-2.7/lib"
|
||||||
|
@ -30,12 +30,12 @@ post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-prompt_toolkit_package() {
|
python3-prompt_toolkit2_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="prompt_toolkit"
|
pycompile_module="prompt_toolkit"
|
||||||
depends="python3-six python3-wcwidth"
|
depends="python3-six python3-wcwidth"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
conflicts="python3-prompt_toolkit1"
|
conflicts="python3-prompt_toolki1"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/python3*"
|
vmove "usr/lib/python3*"
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
1
srcpkgs/python3-prompt_toolkit2
Symbolic link
1
srcpkgs/python3-prompt_toolkit2
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-prompt_toolkit2
|
Loading…
Add table
Reference in a new issue