mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
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:
parent
94d7de100b
commit
da8577e22a
2 changed files with 7 additions and 6 deletions
|
@ -3,6 +3,7 @@
|
||||||
# Slackware build script for python-pygeos
|
# Slackware build script for python-pygeos
|
||||||
|
|
||||||
# Copyright 2019-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
# Copyright 2019-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||||
|
# Copyright 2021 Gregory J. L. Tourte <artourter@gmail.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -25,7 +26,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=python-pygeos
|
PRGNAM=python-pygeos
|
||||||
VERSION=${VERSION:-0.9}
|
VERSION=${VERSION:-0.10.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="python-pygeos"
|
PRGNAM="python-pygeos"
|
||||||
VERSION="0.9"
|
VERSION="0.10.2"
|
||||||
HOMEPAGE="https://pygeos.readthedocs.io"
|
HOMEPAGE="https://pygeos.readthedocs.io"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pygeos/pygeos-0.9.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/source/p/pygeos/pygeos-0.10.2.tar.gz"
|
||||||
MD5SUM="e3d4e04cba540ceba80ce376f1f20192"
|
MD5SUM="d86e2f605fba74d398965a7f34a97cdb"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="geos numpy3"
|
REQUIRES="geos numpy3"
|
||||||
MAINTAINER="Benjamin Trigona-Harany"
|
MAINTAINER="ArTourter"
|
||||||
EMAIL="slackbuilds@jaxartes.net"
|
EMAIL="artourter@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue