summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 2fe22387a6cef0b82085661e4dd9e741052076af (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
pkgbase = python-nexpy
	pkgdesc = NeXpy: A Python GUI to analyze NeXus data
	pkgver = 0.9.3
	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.9.3.tar.gz
	md5sums = 9409a1a0959496a2129adfe241d3ea82

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
	depends = python2-subprocess32