python3-rtree: update to 0.9.5.

This commit is contained in:
Karl Nilsson 2020-12-18 20:45:00 -05:00 committed by Érico Nogueira Rolim
parent c131e83c73
commit c62d1b0902

View File

@ -1,10 +1,10 @@
# Template file for 'python3-rtree' # Template file for 'python3-rtree'
pkgname=python3-rtree pkgname=python3-rtree
version=0.9.4 version=0.9.5
revision=2 revision=2
wrksrc="rtree-${version}" wrksrc="rtree-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools libspatialindex-devel" hostmakedepends="python3-setuptools libspatialindex-devel python3-wheel"
makedepends="python3-devel libspatialindex-devel" makedepends="python3-devel libspatialindex-devel"
depends="libspatialindex" depends="libspatialindex"
checkdepends="python3-pytest python3-numpy" checkdepends="python3-pytest python3-numpy"
@ -13,7 +13,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="MIT" license="MIT"
homepage="https://toblerity.org/rtree/" homepage="https://toblerity.org/rtree/"
distfiles="https://github.com/Toblerity/rtree/archive/${version}.tar.gz" distfiles="https://github.com/Toblerity/rtree/archive/${version}.tar.gz"
checksum=d71a90913d0f1ce52c463383b175248f9469f02aea740f3f7579e541e703ea0f checksum=8d6eebab672d4ac58d10a8f13a200d47502ce70153d43700ddbbde145a217e01
post_install() { post_install() {
vlicense LICENSE.txt LICENSE vlicense LICENSE.txt LICENSE