jlec 15/06/20 18:53:26 Modified: ChangeLog Added: columnize-0.3.8.ebuild Log: Version Bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.11 dev-python/columnize/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/columnize/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/columnize/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/columnize/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/columnize/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 8 Mar 2015 23:42:18 -0000 1.10 +++ ChangeLog 20 Jun 2015 18:53:26 -0000 1.11 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/columnize # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/columnize/ChangeLog,v 1.10 2015/03/08 23:42:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/columnize/ChangeLog,v 1.11 2015/06/20 18:53:26 jlec Exp $ + +*columnize-0.3.8 (20 Jun 2015) + + 20 Jun 2015; Justin Lecher <[email protected]> +columnize-0.3.8.ebuild: + Version Bump 08 Mar 2015; Pacho Ramos <[email protected]> columnize-0.3.5-r1.ebuild: x86 stable, bug 540290 1.1 dev-python/columnize/columnize-0.3.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/columnize/columnize-0.3.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/columnize/columnize-0.3.8.ebuild?rev=1.1&content-type=text/plain Index: columnize-0.3.8.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/columnize/columnize-0.3.8.ebuild,v 1.1 2015/06/20 18:53:26 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit distutils-r1 DESCRIPTION="Format a simple (i.e. not nested) list into aligned columns" HOMEPAGE="https://github.com/rocky/pycolumnize http://pypi.python.org/pypi/columnize" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND="dev-python/backports-shutil_get_terminal_size[$(python_gen_usedep 'python2*')]" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )" python_test() { py.test || die }
