backports/py3-rtree: new aport
This commit is contained in:
parent
c00ab9d900
commit
9067438ed8
1 changed files with 34 additions and 0 deletions
34
backports/py3-rtree/APKBUILD
Normal file
34
backports/py3-rtree/APKBUILD
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# Contributor: Alex Yam <alex@alexyam.com>
|
||||||
|
# Maintainer: Alex Yam <alex@alexyam.com>
|
||||||
|
pkgname=py3-rtree
|
||||||
|
_pkgname=rtree
|
||||||
|
pkgver=1.1.0
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="Python3 library for r-tree spatial index (wrapper for libspatialindex)"
|
||||||
|
url="https://pypi.org/project/Rtree/"
|
||||||
|
# s390x: Test failed: IndexSerialization::test_interleaving - AssertionError
|
||||||
|
# s390x: Test failed: IndexStream::test_stream_input - AssertionError
|
||||||
|
arch="noarch !s390x"
|
||||||
|
license="MIT"
|
||||||
|
depends="python3 libspatialindex-dev"
|
||||||
|
makedepends="py3-setuptools py3-wheel"
|
||||||
|
checkdepends="py3-pytest py3-numpy"
|
||||||
|
subpackages="$pkgname-pyc"
|
||||||
|
source="$pkgname-$pkgver.tar.gz::https://github.com/Toblerity/rtree/archive/$pkgver.tar.gz"
|
||||||
|
builddir="$srcdir"/$_pkgname-$pkgver
|
||||||
|
|
||||||
|
build() {
|
||||||
|
python3 setup.py build
|
||||||
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
python3 -m pytest -v --doctest-modules rtree tests
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
python3 setup.py install --skip-build --root="$pkgdir"
|
||||||
|
}
|
||||||
|
|
||||||
|
sha512sums="
|
||||||
|
97a87027e49520f12cb86444ee8a9795fabeec6d8f0e3e869f2714df8f7c649ced1374385852af0ce7d7eb91e5a2cb464a4330807be15d538dc0a4d8de7b7ca2 py3-rtree-1.1.0.tar.gz
|
||||||
|
"
|
Loading…
Reference in a new issue