blob: 822cb02b3a3d689e5c98683293811c2e93054e5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python-kdtree
pkgdesc = Construct, modify and search k-d trees
pkgver = 0.16
pkgrel = 4
url = https://github.com/stefankoegl/kdtree
arch = any
license = ISC
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
source = kdtree-0.16.tar.gz::https://github.com/stefankoegl/kdtree/archive/v0.16.tar.gz
sha256sums = 1a51501998f29d04aa6851572c7b59a3923af72b6b72a59c64c8ec6536c04b85
pkgname = python-kdtree
|