# HG changeset patch # User Hans-G?nter Theisgen # Date 1657730472 -3600 # Node ID 0f797f4527f92823424d334504d7f3202f24b181 # Parent a4947b5c6298ac40215cdad367952b9c43cfa5a0 updated python-shapely (1.7.0 -> 1.7.1) diff -r a4947b5c6298 -r 0f797f4527f9 python-shapely/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-shapely/description.txt Wed Jul 13 17:41:12 2022 +0100 @@ -0,0 +1,8 @@ +Manipulation and analysis of geometric objects in the Cartesian plane. + +Shapely is a BSD-licensed Python package for manipulation and analysis +of planar geometric objects. +It is based on the widely deployed GEOS (the engine of PostGIS) and JTS +(from which GEOS is ported) libraries. +Shapely is not concerned with data formats or coordinate systems, but can +be readily integrated with packages that are. diff -r a4947b5c6298 -r 0f797f4527f9 python-shapely/receipt --- a/python-shapely/receipt Wed Jul 13 17:36:30 2022 +0100 +++ b/python-shapely/receipt Wed Jul 13 17:41:12 2022 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="python-shapely" -VERSION="1.7.0" +VERSION="1.7.1" 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/" +REPOLOGY="python:shapely" SOURCE="Shapely" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -30,5 +31,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cook_copy_folders lib }