summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: fe9629a02200dec89511dfbd976705502abe9f4f (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.10.0
	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.10.0.tar.gz
	md5sums = 16c73af136fd0a03e62b51a147d011c4

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