diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-02 03:54:50 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-03 08:48:29 +0700 |
commit | 8100815f43e13a7a3f39944640c895ada13bd5c8 (patch) | |
tree | 2ed2badf38d5973e2a35105808a60a01b21a0bb5 | |
parent | 1c03bd77328845e45862cdf3d9fa1b1105230fdc (diff) | |
download | slackbuilds-8100815f43e13a7a3f39944640c895ada13bd5c8.tar.gz |
gis/python-pygeos: Updated for version 0.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 799e64ebf9..b456308c47 100644 --- a/gis/python-pygeos/python-pygeos.SlackBuild +++ b/gis/python-pygeos/python-pygeos.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-pygeos -# Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2019-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-pygeos -VERSION=${VERSION:-0.8} +VERSION=${VERSION:-0.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/python-pygeos/python-pygeos.info b/gis/python-pygeos/python-pygeos.info index 8237447b4f..661c5c2f54 100644 --- a/gis/python-pygeos/python-pygeos.info +++ b/gis/python-pygeos/python-pygeos.info @@ -1,8 +1,8 @@ PRGNAM="python-pygeos" -VERSION="0.8" +VERSION="0.9" HOMEPAGE="https://pygeos.readthedocs.io" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pygeos/pygeos-0.8.tar.gz" -MD5SUM="9c3f735465704fda8d40532093b92f03" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pygeos/pygeos-0.9.tar.gz" +MD5SUM="e3d4e04cba540ceba80ce376f1f20192" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="geos numpy3" |