diff options
author | Leonid Bloch | 2017-01-04 00:04:40 +0200 |
---|---|---|
committer | Leonid Bloch | 2017-01-04 00:04:40 +0200 |
commit | d764f53e0ab50051c6dc23afd2fa2ce3f9e3cf44 (patch) | |
tree | e5328075b8c3eb8019c6806defb66eda6f6acfd4 /.SRCINFO | |
download | aur-d764f53e0ab50051c6dc23afd2fa2ce3f9e3cf44.tar.gz |
Initial commit
Signed-off-by: Leonid Bloch <leonid.bloch@esrf.fr>
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..0413b053aa2a --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,25 @@ +pkgbase = python-pyfai + pkgdesc = Fast Azimuthal Integration in Python. + pkgver = 0.13.0 + pkgrel = 1 + url = http://www.silx.org + arch = any + license = GPLv3 + license = BSD + license = MIT + makedepends = git + makedepends = cython + depends = python-numpy + depends = python-scipy + depends = python-matplotlib + depends = python-fabio + depends = python-h5py + depends = python-pyopencl + depends = python-pyqt5 + depends = fftw + depends = opencl-driver + source = https://github.com/silx-kit/pyFAI/archive/v0.13.0.tar.gz + sha1sums = 221f18a4048b5a6725f577ecde99656057e3f310 + +pkgname = python-pyfai + |