From 49420753a23ca49365da009af48772db7cf8ef62 Mon Sep 17 00:00:00 2001 From: Sebastien Fabbro Date: Fri, 13 May 2011 04:46:10 +0000 Subject: Version bump (Portage version: 2.1.9.48/cvs/Linux x86_64) --- dev-python/cosmolopy/ChangeLog | 8 ++++- dev-python/cosmolopy/cosmolopy-0.1.103.ebuild | 42 +++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 dev-python/cosmolopy/cosmolopy-0.1.103.ebuild (limited to 'dev-python/cosmolopy') diff --git a/dev-python/cosmolopy/ChangeLog b/dev-python/cosmolopy/ChangeLog index 1d336af0a47e..0060bb2ee386 100644 --- a/dev-python/cosmolopy/ChangeLog +++ b/dev-python/cosmolopy/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/cosmolopy # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cosmolopy/ChangeLog,v 1.1 2011/05/03 22:12:43 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cosmolopy/ChangeLog,v 1.2 2011/05/13 04:46:10 bicatali Exp $ + +*cosmolopy-0.1.103 (13 May 2011) + + 13 May 2011; Sébastien Fabbro + +cosmolopy-0.1.103.ebuild: + Version bump *cosmolopy-0.1.102 (03 May 2011) diff --git a/dev-python/cosmolopy/cosmolopy-0.1.103.ebuild b/dev-python/cosmolopy/cosmolopy-0.1.103.ebuild new file mode 100644 index 000000000000..4801667d3998 --- /dev/null +++ b/dev-python/cosmolopy/cosmolopy-0.1.103.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cosmolopy/cosmolopy-0.1.103.ebuild,v 1.1 2011/05/13 04:46:10 bicatali Exp $ + +EAPI=2 + +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython" + +inherit distutils + +MY_PN=CosmoloPy +MY_P=${MY_PN}-${PV} + +DESCRIPTION="Cosmology routines built on NumPy/SciPy" +HOMEPAGE="http://roban.github.com/CosmoloPy/ http://pypi.python.org/pypi/CosmoloPy" +SRC_URI="http://pypi.python.org/packages/source/C/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +DEPEND="dev-python/nose + dev-lang/swig + doc? ( dev-python/epydoc )" +RDEPEND="sci-libs/scipy" + +S=${WORKDIR}/${MY_P} + +src_install() { + distutils_src_install + if use doc; then + einfo "Generation of documentation" + epydoc -n "CosmoloPy - Cosmology routines built on NumPy/SciPy" \ + --exclude='cosmolopy.EH._power' --exclude='cosmolopy.EH.power' \ + --no-private --no-frames --html --docformat restructuredtext \ + cosmolopy/ -o docAPI/ || die + dohtml -r docAPI/* + fi +} -- cgit v1.2.3-65-gdbad