wok view python-prompt-toolkit/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 814362194a8d
children b569b85b0fb9
line source
1 # SliTaz package receipt.
3 PACKAGE="python-prompt-toolkit"
4 VERSION="2.0.10"
5 CATEGORY="development"
6 SHORT_DESC="Library for building powerful interactive command lines in Python."
7 MAINTAINER="paul@slitaz.org"
8 WEB_SITE="https://github.com/jonathanslenders/python-prompt-toolkit"
10 SOURCE="prompt_toolkit"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL"
14 DEPENDS="python python-pygments python-six python-wcwidth"
15 BUILD_DEPENDS="python-dev python-pygments python-setuptools python-six python-wcwidth"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }