From da8577e22aeb888bc4edb980f86d94e47c8630e0 Mon Sep 17 00:00:00 2001 From: ArTourter Date: Fri, 29 Oct 2021 20:05:29 +0100 Subject: [PATCH] gis/python-pygeos: Updated for version 0.10.2 + new maintainer Signed-off-by: Willy Sudiarto Raharjo --- gis/python-pygeos/python-pygeos.SlackBuild | 3 ++- 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 +# Copyright 2021 Gregory J. L. Tourte # 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"