gis/python-pygeos: Updated for version 0.10.2 + new maintainer

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ArTourter 2021-10-29 20:05:29 +01:00 committed by Willy Sudiarto Raharjo
parent 94d7de100b
commit da8577e22a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 6 deletions

View File

@ -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}

View File

@ -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"