blob: 3153060e7f37281c1d29da2624fd4ceb2cd45007 (
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
31
32
|
pkgbase = python-nexpy
pkgdesc = NeXpy: A Python GUI to analyze NeXus data
pkgver = 0.10.10
pkgrel = 2
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.10.10.tar.gz
md5sums = 43bfc04c709eb5b8605215ed182af716
pkgname = python-nexpy
depends = python-numpy
depends = python-h5py
depends = python-scipy
depends = python-nexusformat
depends = jupyter
depends = python-matplotlib
depends = python-ansi2html
pkgname = python2-nexpy
depends = python2-numpy
depends = python2-h5py
depends = python2-scipy
depends = python2-nexusformat
depends = ipython2-notebook
depends = python2-matplotlib
depends = python2-subprocess32
|