wok diff python-shapely/receipt @ rev 25493

Add libgnt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 19 17:37:48 2022 +0000 (19 months ago)
parents 076f424196b2
children c470ca10c896
line diff
     1.1 --- a/python-shapely/receipt	Sun Feb 06 11:51:57 2022 +0000
     1.2 +++ b/python-shapely/receipt	Sat Nov 19 17:37:48 2022 +0000
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-shapely"
     1.7 -VERSION="1.7.0"
     1.8 +VERSION="1.7.1"
     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 +REPOLOGY="python:shapely"
    1.15  
    1.16  SOURCE="Shapely"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 @@ -30,5 +31,5 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	cp -a $install/usr	$fs
    1.23 +	cook_copy_folders	lib
    1.24  }