summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 1dd5d460a0db2a5115e32a5e9a913b5a1bd9bd40 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
pkgbase = spyder-git
	pkgver = 3.0.0b1.r145.gb1d9780
	pkgrel = 1
	url = https://github.com/spyder-ide/spyder
	install = spyder-git.install
	arch = any
	license = MIT
	makedepends = python2-sphinx
	makedepends = python2-setuptools
	makedepends = python-sphinx
	makedepends = python-setuptools
	makedepends = git
	source = spyder::git://github.com/spyder-ide/spyder.git
	md5sums = SKIP

pkgname = spyder-git
	pkgdesc = Scientific PYthon Development EnviRonment providing MATLAB-like features (Python 2 version)
	depends = ipython2-notebook
	depends = python2-pyqt4
	depends = python2-pyflakes
	depends = python2-pyzmq
	depends = python2-pygments
	depends = desktop-file-utils
	depends = gtk-update-icon-cache
	optdepends = python2-pylint: powerful code analysis
	optdepends = python2-rope: editor code completion, calltips and go-to-definition
	optdepends = python2-sphinx: rich text help on the object inspector
	optdepends = python2-numpy: N-dimensional arrays
	optdepends = python2-scipy: signal/image processing
	optdepends = python2-psutil: memory/CPU usage in the status bar
	optdepends = python2-h5py: HDF5 support
	optdepends = python2-matplotlib: interactive 2D/3D data plotting
	optdepends = pep8-python2: real-time code style analysis
	optdepends = python2-sympy: symbolic mathematics for the IPython console
	provides = spyder
	conflicts = spyder

pkgname = spyder3-git
	pkgdesc = Scientific PYthon Development EnviRonment providing MATLAB-like features (Python 3 version)
	depends = jupyter
	depends = python-pyqt4
	depends = python-pyflakes
	depends = python-pyzmq
	depends = python-pygments
	depends = desktop-file-utils
	depends = gtk-update-icon-cache
	optdepends = python-pylint: powerful code analysis
	optdepends = python-rope: editor code completion, calltips and go-to-definition
	optdepends = python-sphinx: rich text help on the object inspector
	optdepends = python-numpy: N-dimensional arrays
	optdepends = python-scipy: signal/image processing
	optdepends = python-psutil: memory/CPU usage in the status bar
	optdepends = python-h5py: HDF5 support
	optdepends = python-matplotlib: interactive 2D/3D data plotting
	optdepends = pep8: real-time code style analysis
	optdepends = python-sympy: symbolic mathematics for the IPython console
	provides = spyder3
	conflicts = spyder3