idella4 14/12/30 02:11:10 Modified: ChangeLog Added: cosmolopy-0.1.104-r1.ebuild Removed: cosmolopy-0.1.104.ebuild Log: revbump; conversion -> distutils-r1, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.8 dev-python/cosmolopy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cosmolopy/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cosmolopy/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cosmolopy/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/cosmolopy/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 18 Oct 2012 01:48:04 -0000 1.7 +++ ChangeLog 30 Dec 2014 02:11:10 -0000 1.8 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/cosmolopy -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cosmolopy/ChangeLog,v 1.7 2012/10/18 01:48:04 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cosmolopy/ChangeLog,v 1.8 2014/12/30 02:11:10 idella4 Exp $ + +*cosmolopy-0.1.104-r1 (30 Dec 2014) + + 30 Dec 2014; Ian Delaney <[email protected]> +cosmolopy-0.1.104-r1.ebuild, + -cosmolopy-0.1.104.ebuild: + revbump; conversion -> distutils-r1, rm old 18 Oct 2012; Patrick Lauer <[email protected]> cosmolopy-0.1.104.ebuild: Restricting CPython-2.5 1.1 dev-python/cosmolopy/cosmolopy-0.1.104-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cosmolopy/cosmolopy-0.1.104-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cosmolopy/cosmolopy-0.1.104-r1.ebuild?rev=1.1&content-type=text/plain Index: cosmolopy-0.1.104-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/cosmolopy/cosmolopy-0.1.104-r1.ebuild,v 1.1 2014/12/30 02:11:10 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7) inherit distutils-r1 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="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" DEPEND="dev-python/nose[${PYTHON_USEDEP}] dev-lang/swig doc? ( dev-python/epydoc[${PYTHON_USEDEP}] )" RDEPEND="sci-libs/scipy[${PYTHON_USEDEP}]" S=${WORKDIR}/${MY_P} python_compile_all() { if use doc; then 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 fi } python_install_all() { use doc && local HTML_DOCS=( docAPI/. ) distutils-r1_python_install_all }
