summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: ecb4d0c980805b5dac5cd991763a7231b65ddb23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgbase = python-pykdtree
	pkgdesc = Fast kd-tree implementation with OpenMP-enabled queries
	pkgver = 1.4.3
	pkgrel = 1
	url = https://github.com/storpipfugl/pykdtree
	arch = x86_64
	license = LGPL-3.0-only
	checkdepends = mypy
	checkdepends = python-pytest
	makedepends = cython
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-setuptools
	makedepends = python-wheel
	depends = gcc-libs
	depends = glibc
	depends = python-numpy
	source = https://files.pythonhosted.org/packages/source/p/pykdtree/pykdtree-1.4.3.tar.gz
	sha256sums = d9187930ffb8c822c52595b64948b47346694ee2a49e2702420b58f743d786f5

pkgname = python-pykdtree