wok rev 23560

updated python-shapely (1.3.2 -> 1.7.0)
author Hans-G?nter Theisgen
date Tue Apr 07 07:45:52 2020 +0100 (2020-04-07)
parents 390cb5dea23a
children 7cbe6d2c90dc
files python-shapely/receipt
line diff
     1.1 --- a/python-shapely/receipt	Tue Apr 07 07:41:09 2020 +0100
     1.2 +++ b/python-shapely/receipt	Tue Apr 07 07:45:52 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 -