wok rev 23573

updated python-urwid (1.3.0 -> 2.1.0)
author Hans-G?nter Theisgen
date Tue Apr 07 11:02:06 2020 +0100 (2020-04-07)
parents cd6572046bf4
children 36c1f0aa6f5d
files python-urwid/receipt
line diff
     1.1 --- a/python-urwid/receipt	Tue Apr 07 10:55:18 2020 +0100
     1.2 +++ b/python-urwid/receipt	Tue Apr 07 11:02:06 2020 +0100
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-urwid"
     1.7 -VERSION="1.3.0"
     1.8 +VERSION="2.1.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Console user interface library for Python."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12  LICENSE="LGPL2.1"
    1.13 +WEB_SITE="https://pypi.org/project/urwid/"
    1.14 +
    1.15  SOURCE="urwid"
    1.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://excess.org/urwid/"
    1.18 -WGET_URL="https://pypi.python.org/packages/source/u/urwid/$TARBALL"
    1.19 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.20  
    1.21  DEPENDS="python"
    1.22 -BUILD_DEPENDS="python python-dev wget"
    1.23 +BUILD_DEPENDS="python python-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27 @@ -23,5 +24,5 @@
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	cp -a $install/usr $fs
    1.32 +	cp -a $install/usr	$fs
    1.33  }