summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: a49a0ed9b0546a97965b55b9007913c579a2ec62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgbase = python-numpy-quaternion
	pkgdesc = Add built-in support for quaternions to NumPy
	pkgver = 2024.0.12
	pkgrel = 1
	url = https://quaternion.readthedocs.io/
	arch = x86_64
	license = MIT
	checkdepends = python-pytest
	checkdepends = python-pytest-cov
	makedepends = git
	makedepends = python-build
	makedepends = python-hatchling
	makedepends = python-installer
	makedepends = python-setuptools
	depends = python-numpy
	depends = python-scipy
	optdepends = python-numba: speedup of numerical functions
	source = git+https://github.com/moble/quaternion.git#tag=v2024.0.12
	sha256sums = 751c011bdd6ecf9ad4051f65543f107c2beae500abe926784c9ff48b1d437836

pkgname = python-numpy-quaternion