diff options
author | ArTourter <artourter@gmail.com> | 2023-01-12 23:47:11 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:02 +0700 |
commit | 95629a8f2c9e6c7610250b5c11721fb4da206ccc (patch) | |
tree | 0d0bdb2c033b1cb86d6f2bda1c1cc3b5c5289667 /gis | |
parent | 0672378d76e4ac07495027f42f2a1b2791bcb530 (diff) |
gis/python-pygeos: Updated for version 0.14.
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')
-rw-r--r-- | gis/python-pygeos/python-pygeos.SlackBuild | 4 | ||||
-rw-r--r-- | gis/python-pygeos/python-pygeos.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/python-pygeos/python-pygeos.SlackBuild b/gis/python-pygeos/python-pygeos.SlackBuild index d46d86c1b8988..03323d75e4ba0 100644 --- a/gis/python-pygeos/python-pygeos.SlackBuild +++ b/gis/python-pygeos/python-pygeos.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python-pygeos # Copyright 2019-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2021 Gregory J. L. Tourte <artourter@gmail.com> +# Copyright 2021-2023 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=python-pygeos -VERSION=${VERSION:-0.13} +VERSION=${VERSION:-0.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/gis/python-pygeos/python-pygeos.info b/gis/python-pygeos/python-pygeos.info index a385d2d032ab9..6a5191b9e72cb 100644 --- a/gis/python-pygeos/python-pygeos.info +++ b/gis/python-pygeos/python-pygeos.info @@ -1,8 +1,8 @@ PRGNAM="python-pygeos" -VERSION="0.13" +VERSION="0.14" HOMEPAGE="https://pygeos.readthedocs.io" -DOWNLOAD="https://pypi.python.org/packages/source/p/pygeos/pygeos-0.13.tar.gz" -MD5SUM="66246bfb13ebe39e94eb31dc8d40067f" +DOWNLOAD="https://pypi.python.org/packages/source/p/pygeos/pygeos-0.14.tar.gz" +MD5SUM="85450969759e2a9601fe18bf82fddcee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="geos python3-numpy" |