wok rev 23532

updated python-prompt-toolkit (0.57 -> 2.0.10)
author Hans-G?nter Theisgen
date Mon Apr 06 15:37:40 2020 +0100 (2020-04-06)
parents d106e282154d
children a94e3ac8c679
files python-prompt-toolkit/receipt
line diff
     1.1 --- a/python-prompt-toolkit/receipt	Mon Apr 06 15:30:10 2020 +0100
     1.2 +++ b/python-prompt-toolkit/receipt	Mon Apr 06 15:37:40 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 -