blob: 768d53d1e48fe7dc1aeae0c6c1a9f7d0b7dd7495 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
pkgbase = python-nexpy
pkgdesc = NeXpy: A Python GUI to analyze NeXus data
pkgver = 0.8.1
pkgrel = 1
url = http://nexpy.github.io/nexpy
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
makedepends = python-six
makedepends = python2-six
source = https://github.com/nexpy/nexpy/archive/v0.8.1.tar.gz
md5sums = 04eccf4f06eb1532cc76fb631a96af79
pkgname = python-nexpy
depends = python-numpy
depends = python-h5py
depends = python-scipy
depends = python-nexusformat
depends = jupyter
depends = python-matplotlib
pkgname = python2-nexpy
depends = python2-numpy
depends = python2-h5py
depends = python2-scipy
depends = python2-nexusformat
depends = ipython2-notebook
depends = python2-matplotlib
|