# HG changeset patch # User Hans-G?nter Theisgen # Date 1586183860 -3600 # Node ID 63190bc5a57d2a9b6db87592eb62d60cca2eccec # Parent d106e282154dfb2d17ae46218618ed50ca5b7d2e updated python-prompt-toolkit (0.57 -> 2.0.10) diff -r d106e282154d -r 63190bc5a57d python-prompt-toolkit/receipt --- a/python-prompt-toolkit/receipt Mon Apr 06 15:30:10 2020 +0100 +++ b/python-prompt-toolkit/receipt Mon Apr 06 15:37:40 2020 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="python-prompt-toolkit" -SOURCE="prompt_toolkit" -VERSION="0.57" +VERSION="2.0.10" CATEGORY="development" SHORT_DESC="Library for building powerful interactive command lines in Python." MAINTAINER="paul@slitaz.org" +WEB_SITE="https://github.com/jonathanslenders/python-prompt-toolkit" + +SOURCE="prompt_toolkit" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://github.com/jonathanslenders/python-prompt-toolkit" -WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL" -DEPENDS="python python-six python-pygments python-wcwidth" -BUILD_DEPENDS="wget python-setuptools python-dev python-six python-pygments python-wcwidth" +DEPENDS="python python-pygments python-six python-wcwidth" +BUILD_DEPENDS="python-dev python-pygments python-setuptools python-six python-wcwidth" # Rules to configure and make the package. compile_rules() @@ -22,6 +23,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs } -