diff options
author | ArTourter <artourter@gmail.com> | 2024-02-16 22:49:02 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-17 09:07:10 +0700 |
commit | 2d54e0dfca89e0739a5982f26139d7d1681cf2ec (patch) | |
tree | bc8381f1df30962ca74909be0640212105a66031 /gis/python3-shapely | |
parent | 0826e24270048e5d13c3913e314b3d2680dc4ed3 (diff) |
gis/python3-shapely: Updated for version 2.0.3.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/python3-shapely')
-rw-r--r-- | gis/python3-shapely/python3-shapely.SlackBuild | 4 | ||||
-rw-r--r-- | gis/python3-shapely/python3-shapely.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/python3-shapely/python3-shapely.SlackBuild b/gis/python3-shapely/python3-shapely.SlackBuild index e6507cb0eb41c..20da7f0a1327c 100644 --- a/gis/python3-shapely/python3-shapely.SlackBuild +++ b/gis/python3-shapely/python3-shapely.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for Shapely # Copyright 2013-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2021-2023 Gregory J. L. Tourte <artourter@gmail.com> +# Copyright 2021-2024 Gregory J. L. Tourte <artourter@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-shapely -VERSION=${VERSION:-2.0.2} +VERSION=${VERSION:-2.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/gis/python3-shapely/python3-shapely.info b/gis/python3-shapely/python3-shapely.info index cddd4eb078e80..d3033b5463bac 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.2" +VERSION="2.0.3" HOMEPAGE="https://github.com/shapely/shapely" -DOWNLOAD="https://github.com/shapely/shapely/archive/2.0.2/shapely-2.0.2.tar.gz" -MD5SUM="ad9c330052a8d682565e38ed1c395b38" +DOWNLOAD="https://github.com/shapely/shapely/archive/2.0.3/shapely-2.0.3.tar.gz" +MD5SUM="0baf77e1ec33f9f2ec0aeeb8d2fd5fae" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-opt python3-numpy geos" |