idella4 15/08/02 10:18:29 Modified: unicodecsv-0.12.0.ebuild ChangeLog Log: add python3 support to -0.12.0 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/unicodecsv/unicodecsv-0.12.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unicodecsv/unicodecsv-0.12.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unicodecsv/unicodecsv-0.12.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unicodecsv/unicodecsv-0.12.0.ebuild?r1=1.1&r2=1.2 Index: unicodecsv-0.12.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/unicodecsv/unicodecsv-0.12.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- unicodecsv-0.12.0.ebuild 20 Apr 2015 03:31:37 -0000 1.1 +++ unicodecsv-0.12.0.ebuild 2 Aug 2015 10:18:29 -0000 1.2 @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unicodecsv/unicodecsv-0.12.0.ebuild,v 1.1 2015/04/20 03:31:37 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unicodecsv/unicodecsv-0.12.0.ebuild,v 1.2 2015/08/02 10:18:29 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 @@ -15,6 +15,3 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" 1.9 dev-python/unicodecsv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unicodecsv/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unicodecsv/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unicodecsv/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/unicodecsv/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 2 Aug 2015 10:01:46 -0000 1.8 +++ ChangeLog 2 Aug 2015 10:18:29 -0000 1.9 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/unicodecsv # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unicodecsv/ChangeLog,v 1.8 2015/08/02 10:01:46 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unicodecsv/ChangeLog,v 1.9 2015/08/02 10:18:29 idella4 Exp $ + + 02 Aug 2015; Ian Delaney <[email protected]> unicodecsv-0.12.0.ebuild: + add python3 support to -0.12.0 02 Aug 2015; Justin Lecher <[email protected]> unicodecsv-0.13.0.ebuild: Add py3 support
