Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 390961
Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +10 lines)
Line  Link Here
0
-- spyder-2.1.2.ebuild
0
++ spyder-2.1.2.ebuild
Lines 5-11 Link Here
5
EAPI="3"
5
EAPI="3"
6
PYTHON_DEPEND="2:2.5"
6
PYTHON_DEPEND="2:2.5"
7
SUPPORT_PYTHON_ABIS="1"
7
SUPPORT_PYTHON_ABIS="1"
8
RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
8
RESTRICT_PYTHON_ABIS="2.4 3.* *-jython *-pypy-*"
9
9
10
inherit distutils eutils
10
inherit distutils eutils
11
11
Lines 16-37 Link Here
16
LICENSE="MIT"
16
LICENSE="MIT"
17
SLOT="0"
17
SLOT="0"
18
KEYWORDS="~amd64 ~x86"
18
KEYWORDS="~amd64 ~x86"
19
IUSE="doc ipython matplotlib numpy +pyflakes pylint +rope scipy pep8"
19
IUSE="doc ipython matplotlib numpy pep8 +pyflakes pylint +rope scipy"
20
20
21
RDEPEND=">=dev-python/PyQt4-4.4[webkit]
21
RDEPEND=">=dev-python/PyQt4-4.4[webkit]
22
	ipython? ( dev-python/ipython )
22
	ipython? ( dev-python/ipython )
23
	matplotlib? ( dev-python/matplotlib )
23
	matplotlib? ( dev-python/matplotlib )
24
	numpy? ( dev-python/numpy )
24
	numpy? ( dev-python/numpy )
25
	pep8? ( dev-python/pep8 )
25
	pyflakes? ( >=dev-python/pyflakes-0.3 )
26
	pyflakes? ( >=dev-python/pyflakes-0.3 )
26
	pylint? ( dev-python/pylint )
27
	pylint? ( dev-python/pylint )
27
	rope? ( >=dev-python/rope-0.9.3 )
28
	rope? ( >=dev-python/rope-0.9.3 )
28
	scipy? ( sci-libs/scipy )
29
	scipy? ( sci-libs/scipy )"
29
	pep8? ( dev-python/pep8 )"
30
DEPEND="${RDEPEND}
30
DEPEND="${RDEPEND}
31
	doc? ( dev-python/sphinx )"
31
	doc? ( dev-python/sphinx )"
32
32
33
PYTHON_MODNAME="spyderlib spyderplugins"
33
PYTHON_MODNAME="spyderlib spyderplugins"
34
34
35
src_prepare() {
36
	distutils_src_prepare
37
	epatch "${FILESDIR}/${P}-disable_sphinx_dependency.patch"
38
}
39
35
src_compile() {
40
src_compile() {
36
	distutils_src_compile
41
	distutils_src_compile
37
42

Return to bug 390961