jlec 15/08/02 10:01:46 Modified: unicodecsv-0.13.0.ebuild ChangeLog Log: Add py3 support (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.2 dev-python/unicodecsv/unicodecsv-0.13.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unicodecsv/unicodecsv-0.13.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unicodecsv/unicodecsv-0.13.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unicodecsv/unicodecsv-0.13.0.ebuild?r1=1.1&r2=1.2 Index: unicodecsv-0.13.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/unicodecsv/unicodecsv-0.13.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- unicodecsv-0.13.0.ebuild 29 May 2015 03:45:35 -0000 1.1 +++ unicodecsv-0.13.0.ebuild 2 Aug 2015 10:01:46 -0000 1.2 @@ -1,14 +1,15 @@ # 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.13.0.ebuild,v 1.1 2015/05/29 03:45:35 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unicodecsv/unicodecsv-0.13.0.ebuild,v 1.2 2015/08/02 10:01:46 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 ) + +PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit distutils-r1 DESCRIPTION="Drop-in replacement for python stdlib csv module supporting unicode" -HOMEPAGE="https://pypi.python.org/pypi/unicodecsv" +HOMEPAGE="https://pypi.python.org/pypi/unicodecsv https://github.com/jdunck/python-unicodecsv" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" @@ -16,5 +17,9 @@ KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="" -DEPEND="${RDEPEND}" +# not contained in the release tarball +RESTRICT="test" + +python_test() { + esetup.py test +} 1.8 dev-python/unicodecsv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unicodecsv/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unicodecsv/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unicodecsv/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/unicodecsv/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 29 May 2015 03:45:35 -0000 1.7 +++ ChangeLog 2 Aug 2015 10:01:46 -0000 1.8 @@ -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.7 2015/05/29 03:45:35 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unicodecsv/ChangeLog,v 1.8 2015/08/02 10:01:46 jlec Exp $ + + 02 Aug 2015; Justin Lecher <[email protected]> unicodecsv-0.13.0.ebuild: + Add py3 support *unicodecsv-0.13.0 (29 May 2015)
