blob: 1fc3da09823da3abd7d1878275950d2afcdb3dd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-tinyarray-git
pkgdesc = Similar to NumPy arrays, but optimized for small sizes
pkgver = v1.2.4.r1.g247181d
pkgrel = 1
url = http://git.kwant-project.org/tinyarray/about/
arch = any
license = BSD
checkdepends = python-pytest
checkdepends = python-numpy
makedepends = python-setuptools
makedepends = git
depends = python
provides = python-tinyarray
conflicts = python-tinyarray
source = tinyarray::git+https://gitlab.kwant-project.org/kwant/tinyarray.git
sha256sums = SKIP
pkgname = python-tinyarray-git
|