wok diff python-shapely/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 7390f8de9846
children 1df6fa555414
line diff
     1.1 --- a/python-shapely/receipt	Sat May 23 16:17:14 2015 +0300
     1.2 +++ b/python-shapely/receipt	Tue Apr 14 15:51:31 2020 +0100
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-shapely"
     1.7 -VERSION="1.3.2"
     1.8 +VERSION="1.7.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Manipulation and analysis of geometric objects in the Cartesian plane."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13 +WEB_SITE="https://pypi.org/project/Shapely/"
    1.14 +
    1.15  SOURCE="Shapely"
    1.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION"
    1.18 -WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.19 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.20  
    1.21 -DEPENDS="python geos"
    1.22 -BUILD_DEPENDS="python-dev wget geos-dev"
    1.23 +DEPENDS="geos python"
    1.24 +BUILD_DEPENDS="geos-dev python python-dev"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28 @@ -23,6 +24,5 @@
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32 -	cp -a $install/usr $fs
    1.33 +	cp -a $install/usr	$fs
    1.34  }
    1.35 -