wok rev 23556

updated python-routes (1.12.3 -> 2.4.1)
author Hans-G?nter Theisgen
date Tue Apr 07 07:25:38 2020 +0100 (2020-04-07)
parents 70c49ddb476b
children 12fd9f72f43e
files python-routes/receipt
line diff
     1.1 --- a/python-routes/receipt	Tue Apr 07 07:20:44 2020 +0100
     1.2 +++ b/python-routes/receipt	Tue Apr 07 07:25:38 2020 +0100
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-routes"
     1.7 -VERSION="1.12.3"
     1.8 +VERSION="2.4.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Routing Recognition and Generation Tools"
    1.11 +TAGS="python"
    1.12 +SHORT_DESC="Routing Recognition and Generation Tools."
    1.13  MAINTAINER="taziden@slitaz.org"
    1.14  LICENSE="BSD"
    1.15 +WEB_SITE="https://pypi.org/project/Routes"
    1.16 +
    1.17  SOURCE="Routes"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 -WEB_SITE="https://pypi.org/project/Routes"
    1.20 -WGET_URL="http://cdn.pylonshq.com/download/1.0/$TARBALL"
    1.21 -TAGS="python"
    1.22 -HOST_ARCH="i486 arm"
    1.23 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.24  
    1.25  DEPENDS="python"
    1.26  BUILD_DEPENDS="python python-dev python-setuptools"
    1.27  
    1.28 +HOST_ARCH="i486 arm"
    1.29 +
    1.30  # Rules to configure and make the package.
    1.31  compile_rules()
    1.32  {
    1.33 @@ -25,6 +27,5 @@
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.35  genpkg_rules()
    1.36  {
    1.37 -	cp -a $install/usr $fs
    1.38 +	cp -a $install/usr	$fs
    1.39  }
    1.40 -