* [gentoo-commits] gentoo-x86 commit in dev-python/spyder: spyder-2.0.8.ebuild ChangeLog
@ 2011-03-01 16:43 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-03-01 16:43 UTC (permalink / raw
To: gentoo-commits
arfrever 11/03/01 16:43:20
Modified: ChangeLog
Added: spyder-2.0.8.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha25_p13/cvs/Linux x86_64)
Revision Changes Path
1.16 dev-python/spyder/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/spyder/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/spyder/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/spyder/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 10 Jan 2011 18:00:15 -0000 1.15
+++ ChangeLog 1 Mar 2011 16:43:20 -0000 1.16
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/spyder
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v 1.15 2011/01/10 18:00:15 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v 1.16 2011/03/01 16:43:20 arfrever Exp $
+
+*spyder-2.0.8 (01 Mar 2011)
+
+ 01 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -spyder-2.0.6.ebuild, +spyder-2.0.8.ebuild:
+ Version bump.
*spyder-2.0.6 (10 Jan 2011)
1.1 dev-python/spyder/spyder-2.0.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/spyder/spyder-2.0.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/spyder/spyder-2.0.8.ebuild?rev=1.1&content-type=text/plain
Index: spyder-2.0.8.ebuild
===================================================================
# 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.0.8.ebuild,v 1.1 2011/03/01 16:43:20 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
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 +pyflakes pylint +rope scipy"
RDEPEND=">=dev-python/PyQt4-4.4[webkit]
ipython? ( dev-python/ipython )
matplotlib? ( dev-python/matplotlib )
numpy? ( dev-python/numpy )
pyflakes? ( >=dev-python/pyflakes-0.3 )
pylint? ( dev-python/pylint )
rope? ( >=dev-python/rope-0.9.0 )
scipy? ( sci-libs/scipy )"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx )"
PYTHON_MODNAME="spyderlib spyderplugins"
src_prepare() {
distutils_src_prepare
epatch "${FILESDIR}/${PN}-2.0.4-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
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
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-03-01 16:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-01 16:43 [gentoo-commits] gentoo-x86 commit in dev-python/spyder: spyder-2.0.8.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox