idella4 15/06/10 07:26:57 Modified: ChangeLog Added: configobj-5.0.6.ebuild Log: bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.61 dev-python/configobj/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/configobj/ChangeLog?rev=1.61&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/configobj/ChangeLog?rev=1.61&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/configobj/ChangeLog?r1=1.60&r2=1.61 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- ChangeLog 4 Jun 2015 07:05:07 -0000 1.60 +++ ChangeLog 10 Jun 2015 07:26:56 -0000 1.61 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/configobj # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.60 2015/06/04 07:05:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.61 2015/06/10 07:26:56 idella4 Exp $ + +*configobj-5.0.6 (10 Jun 2015) + + 10 Jun 2015; Ian Delaney <[email protected]> +configobj-5.0.6.ebuild: + bump 04 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add pypi to remote-id in metadata.xml 1.1 dev-python/configobj/configobj-5.0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/configobj/configobj-5.0.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/configobj/configobj-5.0.6.ebuild?rev=1.1&content-type=text/plain Index: configobj-5.0.6.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-5.0.6.ebuild,v 1.1 2015/06/10 07:26:56 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="Simple config file reader and writer" HOMEPAGE="http://www.voidspace.org.uk/python/configobj.html http://code.google.com/p/configobj/ http://pypi.python.org/pypi/configobj" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" python_prepare_all() { # Not to install un-needed _version.py sed -e "/^MODULES =/s/, '_version'//" -i setup.py sed -e "s/^from _version import __version__$/__version__ = '${PV}'/" -i configobj.py distutils-r1_python_prepare_all } python_test() { "${PYTHON}" validate.py -v || die "Tests fail with ${EPYTHON}" }
