diff options
author | ArTourter <artourter@gmail.com> | 2021-10-29 20:05:29 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-30 23:53:21 +0700 |
commit | da8577e22aeb888bc4edb980f86d94e47c8630e0 (patch) | |
tree | bacd9becea75cd42fa800a04d8bc090e49373c0a | |
parent | 94d7de100b0c7c4ffddc1f19e4e84051f56fa4c6 (diff) | |
download | slackbuilds-da8577e22aeb888bc4edb980f86d94e47c8630e0.tar.gz |
gis/python-pygeos: Updated for version 0.10.2 + new maintainer
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | gis/python-pygeos/python-pygeos.SlackBuild | 3 | ||||
-rw-r--r-- | gis/python-pygeos/python-pygeos.info | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/gis/python-pygeos/python-pygeos.SlackBuild b/gis/python-pygeos/python-pygeos.SlackBuild index 39ef7271d7..f7ed9822ec 100644 --- a/gis/python-pygeos/python-pygeos.SlackBuild +++ b/gis/python-pygeos/python-pygeos.SlackBuild @@ -3,6 +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> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-pygeos -VERSION=${VERSION:-0.9} +VERSION=${VERSION:-0.10.2} 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 661c5c2f54..50cc1d2aa0 100644 --- a/gis/python-pygeos/python-pygeos.info +++ b/gis/python-pygeos/python-pygeos.info @@ -1,10 +1,10 @@ PRGNAM="python-pygeos" -VERSION="0.9" +VERSION="0.10.2" HOMEPAGE="https://pygeos.readthedocs.io" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pygeos/pygeos-0.9.tar.gz" -MD5SUM="e3d4e04cba540ceba80ce376f1f20192" +DOWNLOAD="https://pypi.python.org/packages/source/p/pygeos/pygeos-0.10.2.tar.gz" +MD5SUM="d86e2f605fba74d398965a7f34a97cdb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="geos numpy3" -MAINTAINER="Benjamin Trigona-Harany" -EMAIL="slackbuilds@jaxartes.net" +MAINTAINER="ArTourter" +EMAIL="artourter@gmail.com" |