Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 293045 Details for
Bug 390961
dev-python/spyder-2.1.2[-doc] fails to build without dev-python/sphinx installed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
spyder-2.1.2.ebuild.patch
spyder-2.1.2.ebuild.patch (text/plain), 1.04 KB, created by
Arfrever Frehtes Taifersar Arahesis
on 2011-11-18 22:59:57 UTC
(
hide
)
Description:
spyder-2.1.2.ebuild.patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis
Created:
2011-11-18 22:59:57 UTC
Size:
1.04 KB
patch
obsolete
>--- spyder-2.1.2.ebuild >+++ spyder-2.1.2.ebuild >@@ -5,7 +5,7 @@ > EAPI="3" > PYTHON_DEPEND="2:2.5" > SUPPORT_PYTHON_ABIS="1" >-RESTRICT_PYTHON_ABIS="2.4 3.* *-jython" >+RESTRICT_PYTHON_ABIS="2.4 3.* *-jython *-pypy-*" > > inherit distutils eutils > >@@ -16,22 +16,27 @@ > LICENSE="MIT" > SLOT="0" > KEYWORDS="~amd64 ~x86" >-IUSE="doc ipython matplotlib numpy +pyflakes pylint +rope scipy pep8" >+IUSE="doc ipython matplotlib numpy pep8 +pyflakes pylint +rope scipy" > > RDEPEND=">=dev-python/PyQt4-4.4[webkit] > ipython? ( dev-python/ipython ) > matplotlib? ( dev-python/matplotlib ) > numpy? ( dev-python/numpy ) >+ pep8? ( dev-python/pep8 ) > pyflakes? ( >=dev-python/pyflakes-0.3 ) > pylint? ( dev-python/pylint ) > rope? ( >=dev-python/rope-0.9.3 ) >- scipy? ( sci-libs/scipy ) >- pep8? ( dev-python/pep8 )" >+ scipy? ( sci-libs/scipy )" > DEPEND="${RDEPEND} > doc? ( dev-python/sphinx )" > > PYTHON_MODNAME="spyderlib spyderplugins" > >+src_prepare() { >+ distutils_src_prepare >+ epatch "${FILESDIR}/${P}-disable_sphinx_dependency.patch" >+} >+ > src_compile() { > distutils_src_compile >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 390961
:
293043
| 293045