* [gentoo-commits] gentoo-x86 commit in dev-python/cosmolopy: metadata.xml ChangeLog cosmolopy-0.1.102.ebuild
@ 2011-05-03 22:12 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2011-05-03 22:12 UTC (permalink / raw
To: gentoo-commits
bicatali 11/05/03 22:12:43
Added: metadata.xml ChangeLog cosmolopy-0.1.102.ebuild
Log:
Version bump and import to the main tree
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-python/cosmolopy/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cosmolopy/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cosmolopy/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<herd>sci</herd>
<longdescription lang="en">
CosmoloPy is a package of cosmology routines built on NumPy/SciPy.
</longdescription>
</pkgmetadata>
1.1 dev-python/cosmolopy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cosmolopy/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cosmolopy/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# 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 $
*cosmolopy-0.1.102 (03 May 2011)
03 May 2011; Sébastien Fabbro <bicatali@gentoo.org>
+cosmolopy-0.1.102.ebuild, +metadata.xml:
Version bump and import to the main tree
*cosmolopy-0.1.100 (14 Mar 2011)
14 Mar 2011; Sébastien Fabbro <bicatali@gentoo.org>
-cosmolopy-0.1.003.ebuild, +cosmolopy-0.1.100.ebuild:
Version bump
*cosmolopy-0.1.003 (03 Aug 2010)
03 Aug 2010; Kacper Kowalik <xarthisius@gentoo.org>
-cosmolopy-0.1.001.ebuild, -files/cosmolopy-0.1.001-qa.patch,
+cosmolopy-0.1.003.ebuild:
Version bump
*cosmolopy-0.1.001 (03 Aug 2010)
03 Aug 2010; Kacper Kowalik <xarthisius@gentoo.org>
+cosmolopy-0.1.001.ebuild, +files/cosmolopy-0.1.001-qa.patch,
+metadata.xml:
Initial import
1.1 dev-python/cosmolopy/cosmolopy-0.1.102.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cosmolopy/cosmolopy-0.1.102.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cosmolopy/cosmolopy-0.1.102.ebuild?rev=1.1&content-type=text/plain
Index: cosmolopy-0.1.102.ebuild
===================================================================
# 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.102.ebuild,v 1.1 2011/05/03 22:12:43 bicatali Exp $
EAPI=2
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
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"
RESTRICT_PYTHON_ABIS="3.*"
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
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-03 22:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03 22:12 [gentoo-commits] gentoo-x86 commit in dev-python/cosmolopy: metadata.xml ChangeLog cosmolopy-0.1.102.ebuild Sebastien Fabbro (bicatali)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox