mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/python3-rtree: Update for 1.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1181e20bc4
commit
ea61805da2
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=python3-rtree
|
PRGNAM=python3-rtree
|
||||||
VERSION=${VERSION:-1.2.0}
|
VERSION=${VERSION:-1.3.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="python3-rtree"
|
PRGNAM="python3-rtree"
|
||||||
VERSION="1.2.0"
|
VERSION="1.3.0"
|
||||||
HOMEPAGE="https://rtree.readthedocs.io/en/latest/"
|
HOMEPAGE="https://rtree.readthedocs.io/en/latest/"
|
||||||
DOWNLOAD="https://github.com/Toblerity/rtree/archive/1.2.0/rtree-1.2.0.tar.gz"
|
DOWNLOAD="https://github.com/Toblerity/rtree/archive/1.3.0/rtree-1.3.0.tar.gz"
|
||||||
MD5SUM="8e8f8cff48ff3684907f174e695601fd"
|
MD5SUM="f8cbe574b941f38e6dc0f56aa0c99ad3"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="libspatialindex python3-setuptools-opt"
|
REQUIRES="libspatialindex python3-setuptools-opt"
|
||||||
|
|
Loading…
Reference in a new issue