Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 300789 Details for
Bug 401965
dev-python/spyder-2.1.6 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
spyder-2.1.6.ebuild (text/plain), 1.71 KB, created by
Ian Delaney (RETIRED)
on 2012-02-02 18:34:00 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2012-02-02 18:34:00 UTC
Size:
1.71 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/spyder-2.1.6.ebuild,v 1.0 2012/02/02 13:49:22 grozin Exp $ > >EAPI="3" >PYTHON_DEPEND="2:2.5" >SUPPORT_PYTHON_ABIS="1" >RESTRICT_PYTHON_ABIS="2.4 3.* *-jython *-pypy-*" > >inherit distutils eutils > >DESCRIPTION="Python IDE with matlab-like features" >HOMEPAGE="http://code.google.com/p/spyderlib/ http://pypi.python.org/pypi/spyder" >SRC_URI="http://spyderlib.googlecode.com/files/${P}.zip" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="doc ipython matplotlib numpy pep8 +pyflakes pylint +rope scipy sphinx" > >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 ) > sphinx? ( dev-python/sphinx )" >DEPEND="${RDEPEND} > doc? ( dev-python/sphinx )" > >PYTHON_MODNAME="spyderlib spyderplugins" > >src_prepare() { > distutils_src_prepare > epatch "${FILESDIR}/${PN}-2.1.2-disable_sphinx_dependency.patch" >} > >src_compile() { > distutils_src_compile > > if use doc; then > einfo "Generation of documentation" > PYTHONPATH="build-$(PYTHON -f --ABI)" \ > sphinx-build doc doc_output || die "Generation of documentation failed" > fi >} > >src_install() { > distutils_src_install > doicon spyderlib/images/spyder.svg || die > make_desktop_entry spyder Spyder spyder "Development;IDE" > if use doc; then > pushd doc_output > /dev/null > insinto /usr/share/doc/${PF}/html > doins -r [a-z]* _images _static || die "Installation of documentation failed" > popd > /dev/null > fi >}
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 Raw
Actions:
View
Attachments on
bug 401965
: 300789