Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/unicodecsv/
Date: Wed, 29 Jan 2020 19:53:24
Message-Id: 1580327578.166a37f390d4278385775f66b12fd98e914ef456.chutzpah@gentoo
1 commit: 166a37f390d4278385775f66b12fd98e914ef456
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Tue Jan 28 19:31:11 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 29 19:52:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166a37f3
7
8 dev-python/unicodecsv-0.14.1-r1: Revbump, EAPI=7, add py38
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.86, Repoman-2.3.20
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild | 18 ++++++++++++++++++
15 1 file changed, 18 insertions(+)
16
17 diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
18 new file mode 100644
19 index 00000000000..0f7d93e57eb
20 --- /dev/null
21 +++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
22 @@ -0,0 +1,18 @@
23 +# Copyright 1999-2020 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +PYTHON_COMPAT=( python{2_7,3_6,3_7} )
29 +
30 +inherit distutils-r1
31 +
32 +DESCRIPTION="Drop-in replacement for python stdlib csv module supporting unicode"
33 +HOMEPAGE="https://pypi.org/project/unicodecsv/ https://github.com/jdunck/python-unicodecsv"
34 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35 +
36 +LICENSE="BSD"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
39 +
40 +distutils_enable_tests unittest