wok diff python-prompt-toolkit/receipt @ rev 20896

updated ethtool (4.2 -> 4.19)
author Hans-G?nter Theisgen
date Tue Feb 26 14:11:25 2019 +0100 (2019-02-26)
parents
children 814362194a8d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-prompt-toolkit/receipt	Tue Feb 26 14:11:25 2019 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="python-prompt-toolkit"
     1.7 +SOURCE="prompt_toolkit"
     1.8 +VERSION="0.57"
     1.9 +CATEGORY="development"
    1.10 +SHORT_DESC="Library for building powerful interactive command lines in Python."
    1.11 +MAINTAINER="paul@slitaz.org"
    1.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.13 +WEB_SITE="https://github.com/jonathanslenders/python-prompt-toolkit"
    1.14 +WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL"
    1.15 +
    1.16 +DEPENDS="python python-six python-pygments python-wcwidth"
    1.17 +BUILD_DEPENDS="wget setuptools python-dev python-six python-pygments python-wcwidth"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	python setup.py install --root=$DESTDIR
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	cp -a $install/usr $fs
    1.29 +}
    1.30 +