wok diff python-routes/receipt @ rev 23907

Up btrfs-progs (5.7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 03 16:02:48 2020 +0000 (2020-08-03)
parents 814362194a8d
children 1df6fa555414
line diff
     1.1 --- a/python-routes/receipt	Sun May 19 19:45:04 2019 +0200
     1.2 +++ b/python-routes/receipt	Mon Aug 03 16:02:48 2020 +0000
     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 -