yngwin 15/08/02 10:22:44 Modified: ChangeLog Added: pyechonest-9.0.0.ebuild Log: version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Revision Changes Path 1.10 dev-python/pyechonest/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyechonest/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyechonest/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyechonest/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyechonest/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 7 Jun 2015 15:24:28 -0000 1.9 +++ ChangeLog 2 Aug 2015 10:22:43 -0000 1.10 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pyechonest # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyechonest/ChangeLog,v 1.9 2015/06/07 15:24:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyechonest/ChangeLog,v 1.10 2015/08/02 10:22:43 yngwin Exp $ + +*pyechonest-9.0.0 (02 Aug 2015) + + 02 Aug 2015; Ben de Groot <[email protected]> +pyechonest-9.0.0.ebuild: + version bump 07 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml 1.1 dev-python/pyechonest/pyechonest-9.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyechonest/pyechonest-9.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyechonest/pyechonest-9.0.0.ebuild?rev=1.1&content-type=text/plain Index: pyechonest-9.0.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyechonest/pyechonest-9.0.0.ebuild,v 1.1 2015/08/02 10:22:43 yngwin Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Python interface to The Echo Nest APIs" HOMEPAGE="http://echonest.github.com/pyechonest/" SRC_URI="https://github.com/echonest/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc examples" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" python_prepare_all() { # Prevent un-needed download during build sed -e "s/, 'sphinx.ext.intersphinx'//" -i doc/source/conf.py || die distutils-r1_python_prepare_all } python_compile_all() { use doc && emake -C doc html } python_install_all() { use doc && local HTML_DOCS=( doc/build/html/. ) use examples && local EXAMPLES=( examples/. ) distutils-r1_python_install_all }
