python3-rtree: update to 1.0.0.
This commit is contained in:
parent
2f1143089e
commit
d2b7fe7cb9
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'python3-rtree'
|
||||
pkgname=python3-rtree
|
||||
version=0.9.5
|
||||
revision=4
|
||||
version=1.0.0
|
||||
revision=1
|
||||
wrksrc="rtree-${version}"
|
||||
build_style=python3-module
|
||||
make_check_target="tests"
|
||||
hostmakedepends="python3-setuptools libspatialindex-devel python3-wheel"
|
||||
makedepends="python3-devel libspatialindex-devel"
|
||||
depends="python3 libspatialindex"
|
||||
|
@ -13,12 +14,8 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://toblerity.org/rtree/"
|
||||
distfiles="https://github.com/Toblerity/rtree/archive/${version}.tar.gz"
|
||||
checksum=8d6eebab672d4ac58d10a8f13a200d47502ce70153d43700ddbbde145a217e01
|
||||
checksum=b9cc215197cffeb3c7b8becfc6833d382f431381942e5529bcf276a874028fec
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt LICENSE
|
||||
}
|
||||
|
||||
do_check() {
|
||||
python3 -m pytest tests/
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue