From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/unicodecsv/
Date: Sat, 26 Feb 2022 07:49:18 +0000 (UTC) [thread overview]
Message-ID: <1645861724.a9e8a8a541511c1d6d20601c3051e902ffa956ef.mgorny@gentoo> (raw)
commit: a9e8a8a541511c1d6d20601c3051e902ffa956ef
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 26 07:42:17 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 26 07:48:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e8a8a5
dev-python/unicodecsv: EAPI 8, PEP517
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild | 28 +++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild b/dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild
new file mode 100644
index 000000000000..7b08a0159317
--- /dev/null
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Drop-in replacement for python stdlib csv module supporting unicode"
+HOMEPAGE="
+ https://pypi.org/project/unicodecsv/
+ https://github.com/jdunck/python-unicodecsv/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+ # un-depend on unittest2
+ sed -i -e 's:unittest2 as ::' unicodecsv/test.py || die
+ distutils-r1_src_prepare
+}
next reply other threads:[~2022-02-26 7:49 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-26 7:49 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-24 11:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/unicodecsv/ Jakov Smolić
2022-03-31 14:08 Michał Górny
2022-03-31 14:02 Jakov Smolić
2021-05-18 13:02 Michał Górny
2020-08-02 9:33 Michał Górny
2020-06-01 5:56 Michał Górny
2020-05-31 6:57 Matt Turner
2020-05-17 9:37 Sergei Trofimovich
2020-05-01 12:54 Michał Górny
2020-04-21 19:45 Sergei Trofimovich
2020-04-18 9:52 Sergei Trofimovich
2020-04-08 20:53 Sergei Trofimovich
2020-03-29 10:30 Michał Górny
2020-03-29 10:30 Michał Górny
2020-03-29 10:30 Michał Górny
2020-01-30 1:00 Patrick McLean
2020-01-29 19:53 Patrick McLean
2020-01-26 20:24 Matthew Thode
2019-01-28 0:25 Matthew Thode
2018-08-30 17:50 Matt Thode
2017-12-02 7:27 Sven Wegener
2017-05-04 16:26 Manuel Rüger
2017-01-19 10:59 Agostino Sarubbo
2017-01-18 16:52 Agostino Sarubbo
2016-03-26 1:56 Matt Thode
2016-02-28 6:51 Matt Thode
2015-11-01 13:36 Mikle Kolyada
2015-10-30 9:18 Agostino Sarubbo
2015-10-30 8:45 Ian Delaney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1645861724.a9e8a8a541511c1d6d20601c3051e902ffa956ef.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox