vp-build/srcpkgs/python3-rtree/template

22 lines
722 B
Bash

# Template file for 'python3-rtree'
pkgname=python3-rtree
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"
checkdepends="python3-pytest python3-numpy"
short_desc="Python3 bindings for libspatialindex"
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=b9cc215197cffeb3c7b8becfc6833d382f431381942e5529bcf276a874028fec
post_install() {
vlicense LICENSE.txt LICENSE
}