# HG changeset patch # User Hans-G?nter Theisgen # Date 1586241952 -3600 # Node ID 7fa8682f5eca68c420ad94ad3fd6e60d99243d2c # Parent 390cb5dea23ab052b6377e5e90b37436ecc51c9d updated python-shapely (1.3.2 -> 1.7.0) diff -r 390cb5dea23a -r 7fa8682f5eca python-shapely/receipt --- a/python-shapely/receipt Tue Apr 07 07:41:09 2020 +0100 +++ b/python-shapely/receipt Tue Apr 07 07:45:52 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-shapely" -VERSION="1.3.2" +VERSION="1.7.0" CATEGORY="development" SHORT_DESC="Manipulation and analysis of geometric objects in the Cartesian plane." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" +WEB_SITE="https://pypi.org/project/Shapely/" + SOURCE="Shapely" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" -WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" -DEPENDS="python geos" -BUILD_DEPENDS="python-dev wget geos-dev" +DEPENDS="geos python" +BUILD_DEPENDS="geos-dev python python-dev" # Rules to configure and make the package. compile_rules() @@ -23,6 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs } -