15 lines
425 B
Bash
15 lines
425 B
Bash
# Template file for 'python-prompt_toolkit2'
|
|
pkgname=python-prompt_toolkit2
|
|
version=2.0.9
|
|
revision=5
|
|
archs=noarch
|
|
build_style=meta
|
|
short_desc="Python2 library for building command lines (removed package)"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
license="metapackage"
|
|
homepage="https://github.com/jonathanslenders/python-prompt-toolkit"
|
|
|
|
python3-prompt_toolkit2_package() {
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
}
|