summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 0c71657523e5bd8db13e913cf3b75c3ba9b7e8ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgbase = python-haversine
	pkgdesc = Calculate the distance between two points on Earth using their latitude and longitude.
	pkgver = 2.9.0
	pkgrel = 1
	url = https://github.com/mapado/haversine
	arch = any
	license = MIT
	checkdepends = python-pytest
	checkdepends = python-numba
	makedepends = python-setuptools
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-wheel
	depends = python
	optdepends = python-numpy: for haversine calculations
	optdepends = python-numba: for jit
	source = python-haversine-2.9.0.tar.gz::https://github.com/mapado/haversine/archive/refs/tags/v2.9.0.tar.gz
	b2sums = d95b41d50958784b767bf22836f6f992dca0996d52a574fea127bf356352ebdfd2a6e5e4b3144939ce6f39090cd5c567e5fce82acd8bfb8d8b94dfb4fd7b1b47

pkgname = python-haversine