wok rev 25236
updated python-shapely (1.7.0 -> 1.7.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 17:41:12 2022 +0100 (2022-07-13) |
parents | a4947b5c6298 |
children | ba0c300a1105 |
files | python-shapely/description.txt python-shapely/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-shapely/description.txt Wed Jul 13 17:41:12 2022 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +Manipulation and analysis of geometric objects in the Cartesian plane. 1.5 + 1.6 +Shapely is a BSD-licensed Python package for manipulation and analysis 1.7 +of planar geometric objects. 1.8 +It is based on the widely deployed GEOS (the engine of PostGIS) and JTS 1.9 +(from which GEOS is ported) libraries. 1.10 +Shapely is not concerned with data formats or coordinate systems, but can 1.11 +be readily integrated with packages that are.
2.1 --- a/python-shapely/receipt Wed Jul 13 17:36:30 2022 +0100 2.2 +++ b/python-shapely/receipt Wed Jul 13 17:41:12 2022 +0100 2.3 @@ -1,12 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-shapely" 2.7 -VERSION="1.7.0" 2.8 +VERSION="1.7.1" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Manipulation and analysis of geometric objects in the Cartesian plane." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="BSD" 2.13 WEB_SITE="https://pypi.org/project/Shapely/" 2.14 +REPOLOGY="python:shapely" 2.15 2.16 SOURCE="Shapely" 2.17 TARBALL="$SOURCE-$VERSION.tar.gz" 2.18 @@ -30,5 +31,5 @@ 2.19 # Rules to gen a SliTaz package suitable for Tazpkg. 2.20 genpkg_rules() 2.21 { 2.22 - cp -a $install/usr $fs 2.23 + cook_copy_folders lib 2.24 }