diff options
author | ArTourter <artourter@gmail.com> | 2023-10-13 00:10:15 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-14 09:07:00 +0700 |
commit | b0844a3d12236c739a70782828d187dd60a8829a (patch) | |
tree | 585c2974c5126e115e544abfbbad2ec18692d3fb /gis | |
parent | 3aceeeb8aa5f5952849b6892d1c31dde1360d9c5 (diff) |
gis/python3-shapely: Updated for version 2.0.2.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/python3-shapely/python3-shapely.SlackBuild | 8 | ||||
-rw-r--r-- | gis/python3-shapely/python3-shapely.info | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/gis/python3-shapely/python3-shapely.SlackBuild b/gis/python3-shapely/python3-shapely.SlackBuild index 32b62acf2fccd..e6507cb0eb41c 100644 --- a/gis/python3-shapely/python3-shapely.SlackBuild +++ b/gis/python3-shapely/python3-shapely.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-shapely -VERSION=${VERSION:-2.0.1} +VERSION=${VERSION:-2.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -63,10 +63,8 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -perm /111 -o \! -perm 755 -o -exec chmod 755 {} + -a \ + \! -perm /111 -o \! -perm 644 -o -exec chmod 644 {} + # Fixing numpy dependency check in pyproject.toml: # oldest-supported-numpy has a strict check and doesn't support newer version diff --git a/gis/python3-shapely/python3-shapely.info b/gis/python3-shapely/python3-shapely.info index 3c096bf8efc93..cddd4eb078e80 100644 --- a/gis/python3-shapely/python3-shapely.info +++ b/gis/python3-shapely/python3-shapely.info @@ -1,8 +1,8 @@ PRGNAM="python3-shapely" -VERSION="2.0.1" +VERSION="2.0.2" HOMEPAGE="https://github.com/shapely/shapely" -DOWNLOAD="https://github.com/shapely/shapely/archive/2.0.1/shapely-2.0.1.tar.gz" -MD5SUM="68c60ba003dacee4a3c0fbaad8a4c685" +DOWNLOAD="https://github.com/shapely/shapely/archive/2.0.2/shapely-2.0.2.tar.gz" +MD5SUM="ad9c330052a8d682565e38ed1c395b38" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-opt python3-numpy geos" |