diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-19 19:30:03 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-19 19:30:03 +0000 |
commit | 3fcd168144cfebe7bf0a2f67a98b0147310a7216 (patch) | |
tree | 33531c1fd8669c806e19a66667a341117445b0ab /dev-python/spyder | |
parent | Delete older ebuild. (diff) | |
download | historical-3fcd168144cfebe7bf0a2f67a98b0147310a7216.tar.gz historical-3fcd168144cfebe7bf0a2f67a98b0147310a7216.tar.bz2 historical-3fcd168144cfebe7bf0a2f67a98b0147310a7216.zip |
Version bump.
Package-Manager: portage-2.2.0_alpha9_p4/cvs/Linux x86_64
Diffstat (limited to 'dev-python/spyder')
-rw-r--r-- | dev-python/spyder/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/spyder/Manifest | 6 | ||||
-rw-r--r-- | dev-python/spyder/spyder-2.0.5.ebuild | 57 |
3 files changed, 67 insertions, 4 deletions
diff --git a/dev-python/spyder/ChangeLog b/dev-python/spyder/ChangeLog index 0b3fbd894cac..992dd340608e 100644 --- a/dev-python/spyder/ChangeLog +++ b/dev-python/spyder/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/spyder # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v 1.13 2010/12/13 20:39:30 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v 1.14 2010/12/19 19:30:03 arfrever Exp $ + +*spyder-2.0.5 (19 Dec 2010) + + 19 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -spyder-2.0.4.ebuild, +spyder-2.0.5.ebuild: + Version bump. *spyder-2.0.4 (13 Dec 2010) diff --git a/dev-python/spyder/Manifest b/dev-python/spyder/Manifest index dc823a561402..2ea2bb6b38d4 100644 --- a/dev-python/spyder/Manifest +++ b/dev-python/spyder/Manifest @@ -1,5 +1,5 @@ AUX spyder-2.0.4-disable_sphinx_dependency.patch 2292 RMD160 5113f20dcb7ebc2573d26dcb584c6503b80e35a3 SHA1 1e832470452f137fd2e91df983d093cd713e51fe SHA256 70f6bfe77f9045035a17e34657e69e672304613cc0a5a357a985e927d3e2318f -DIST spyder-2.0.4.zip 2494416 RMD160 16eca660f5ea7fde4cf68ca9b739b8aa326aa93b SHA1 bc83a1a1d85162e84cd091956b6c6a12f539c7c1 SHA256 4e6c0c498d0b0296128923ef48cb62acf50713534ed1cb548e9cd98e38fde40c -EBUILD spyder-2.0.4.ebuild 1560 RMD160 e4f10b5e2929e2a8ac64906f4eaa9c4668ee6ff7 SHA1 3a5db03aabd7729b7e85fadd20e75a2f5a0bbf8e SHA256 d9d6b60a137f7384c1fc4eb2d89dd7837d66f3fbfc990552bb5070b0616bf5dc -MISC ChangeLog 2314 RMD160 e51adef2b0689420c4d448ff21b6f4e604012b8d SHA1 504a13563bac34ef95931f81704d37d1f6473562 SHA256 1013167ce0f295bfcdd46394b280b908b547f99a9ea5e726cb996bc5b2ecfc4f +DIST spyder-2.0.5.zip 2494818 RMD160 4b06c0321f547b28d67c8a4ea55d2c47623dab48 SHA1 88d3d848ab0386b19ba62e5922e7080b1a1967cf SHA256 a6ecbc1f9da2be96f375b28ec46d6938d0cf2d19e0ca381a3eb9c9429ea91ab9 +EBUILD spyder-2.0.5.ebuild 1567 RMD160 0b4119026d5522b9fc4605d5a5e98bfb42e84d4b SHA1 573b26243986bdf3d66c4d33fd85c8fde7450725 SHA256 769eee50f84603762ed060ada0a5fe5ff8dcb606dac34dd4df375b877c089637 +MISC ChangeLog 2479 RMD160 529843a52a2bc86ce3f0775248a5019059a6d16e SHA1 9e43ca55fb763cf76707cac8d647aacf6963a463 SHA256 3d400fe96cad78220d34784d2f0ee7d8bf11c7b9b1ae31259d964884c2217e54 MISC metadata.xml 1048 RMD160 d46abff1aa361e0286d33cd5348e7300fca36736 SHA1 9f75914fd26099d25054805b65e066d28097f2a9 SHA256 fe0701290d83082c3c2958d59352835a73f37a78171d8bd3d5400a5141b76bb6 diff --git a/dev-python/spyder/spyder-2.0.5.ebuild b/dev-python/spyder/spyder-2.0.5.ebuild new file mode 100644 index 000000000000..3015c1a93d5a --- /dev/null +++ b/dev-python/spyder/spyder-2.0.5.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/spyder-2.0.5.ebuild,v 1.1 2010/12/19 19:30:03 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 +} |