# HG changeset patch # User Hans-G?nter Theisgen # Date 1586253726 -3600 # Node ID 044568f14bcc50a5703a55c5c242f15039556641 # Parent cd6572046bf4238fed12f78d91ce3fec58842118 updated python-urwid (1.3.0 -> 2.1.0) diff -r cd6572046bf4 -r 044568f14bcc python-urwid/receipt --- a/python-urwid/receipt Tue Apr 07 10:55:18 2020 +0100 +++ b/python-urwid/receipt Tue Apr 07 11:02:06 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-urwid" -VERSION="1.3.0" +VERSION="2.1.0" CATEGORY="development" SHORT_DESC="Console user interface library for Python." MAINTAINER="paul@slitaz.org" LICENSE="LGPL2.1" +WEB_SITE="https://pypi.org/project/urwid/" + SOURCE="urwid" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://excess.org/urwid/" -WGET_URL="https://pypi.python.org/packages/source/u/urwid/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python python-dev wget" +BUILD_DEPENDS="python python-dev" # Rules to configure and make the package. compile_rules() @@ -23,5 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }