blob: de0e6726c8fe6fa17c78d69c3bc2e0601a846e8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-quaternionic
pkgdesc = Interpret NumPy arrays as quaternionic arrays with Numba acceleration
pkgver = 1.0.14
pkgrel = 1
url = https://quaternionic.readthedocs.io
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-cov
makedepends = git
makedepends = python-build
makedepends = python-hatchling
makedepends = python-installer
makedepends = python-wheel
depends = python-numba
depends = python-numpy
depends = python-scipy
source = git+https://github.com/moble/quaternionic.git#tag=v1.0.14
sha256sums = 6c813c0a74c7e4befe5438ee54261bb41b2f105e13d3f60b471dd95f33226a5d
pkgname = python-quaternionic
|