31 lines
931 B
Bash
31 lines
931 B
Bash
# Template file for 'python-prompt_toolkit'
|
|
pkgname=python-prompt_toolkit
|
|
version=1.0.13
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="prompt_toolkit-${version}"
|
|
build_style=python-module
|
|
pycompile_module="prompt_toolkit"
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python-six python-wcwidth"
|
|
short_desc="Python2 library for building powerful interactive command lines"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://github.com/jonathanslenders/python-prompt-toolkit"
|
|
license="3-clause-BSD"
|
|
distfiles="${PYPI_SITE}/p/prompt_toolkit/prompt_toolkit-${version}.tar.gz"
|
|
checksum=33d68ca09f76cd73287fde7df5748ffacf26a8238dd61ee81ac50860ea7c6776
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3-prompt_toolkit_package() {
|
|
noarch=yes
|
|
pycompile_module="prompt_toolkit"
|
|
depends="python3-six python3-wcwidth"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE
|
|
}
|
|
}
|