Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/unicodecsv/
Date: Tue, 18 May 2021 13:03:00
Message-Id: 1621342961.a4a4b8dff08ce30c43cef9c3ac51d70f4ea39530.mgorny@gentoo
1 commit: a4a4b8dff08ce30c43cef9c3ac51d70f4ea39530
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue May 18 08:52:10 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 13:02:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a4b8df
7
8 dev-python/unicodecsv: Port to python3.10
9
10 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
17 index e8446087c46..41975d67471 100644
18 --- a/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
19 +++ b/dev-python/unicodecsv/unicodecsv-0.14.1-r1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7..9} )
28 +PYTHON_COMPAT=( python3_{7..10} )
29
30 inherit distutils-r1