wok rev 23523

updated python-paste (1.7.2 -> 3.4.0)
author Hans-G?nter Theisgen
date Mon Apr 06 14:01:23 2020 +0100 (2020-04-06)
parents 92f6d61e264b
children 1df2b9da3052
files python-paste/receipt
line diff
     1.1 --- a/python-paste/receipt	Mon Apr 06 13:57:21 2020 +0100
     1.2 +++ b/python-paste/receipt	Mon Apr 06 14:01:23 2020 +0100
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-paste"
     1.7 -VERSION="1.7.2"
     1.8 +VERSION="3.4.0"
     1.9  CATEGORY="development"
    1.10 +TAGS="python"
    1.11  SHORT_DESC="Tools for using a Web Server Gateway Interface stack."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://pypi.org/project/Paste/"
    1.15 +
    1.16  SOURCE="Paste"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="https://pypi.org/project/Paste/"
    1.19 -WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL"
    1.20 -TAGS="python"
    1.21 -HOST_ARCH="i486 arm"
    1.22 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.23  
    1.24  DEPENDS="python"
    1.25  BUILD_DEPENDS="python python-dev python-setuptools"
    1.26  
    1.27 +HOST_ARCH="i486 arm"
    1.28 +
    1.29  # Rules to configure and make the package.
    1.30  compile_rules()
    1.31  {
    1.32 @@ -25,6 +27,5 @@
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.34  genpkg_rules()
    1.35  {
    1.36 -	cp -a $install/usr $fs
    1.37 +	cp -a $install/usr	$fs
    1.38  }
    1.39 -