wok-6.x diff python-prompt-toolkit/receipt @ rev 23691
updated tcllib (1.19 -> 1.20)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 27 06:38:55 2020 +0100 (2020-04-27) |
parents | 814362194a8d |
children | b569b85b0fb9 |
line diff
1.1 --- a/python-prompt-toolkit/receipt Sun May 19 19:45:04 2019 +0200 1.2 +++ b/python-prompt-toolkit/receipt Mon Apr 27 06:38:55 2020 +0100 1.3 @@ -1,17 +1,18 @@ 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 +VERSION="2.0.10" 1.10 CATEGORY="development" 1.11 SHORT_DESC="Library for building powerful interactive command lines in Python." 1.12 MAINTAINER="paul@slitaz.org" 1.13 +WEB_SITE="https://github.com/jonathanslenders/python-prompt-toolkit" 1.14 + 1.15 +SOURCE="prompt_toolkit" 1.16 TARBALL="$SOURCE-$VERSION.tar.gz" 1.17 -WEB_SITE="https://github.com/jonathanslenders/python-prompt-toolkit" 1.18 -WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" 1.19 +WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL" 1.20 1.21 -DEPENDS="python python-six python-pygments python-wcwidth" 1.22 -BUILD_DEPENDS="wget python-setuptools python-dev python-six python-pygments python-wcwidth" 1.23 +DEPENDS="python python-pygments python-six python-wcwidth" 1.24 +BUILD_DEPENDS="python-dev python-pygments python-setuptools python-six python-wcwidth" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 @@ -22,6 +23,5 @@ 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 - cp -a $install/usr $fs 1.33 + cp -a $install/usr $fs 1.34 } 1.35 -