projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
555eea4
)
dev-python/csv23: Port to py39
author
Michał Górny
<mgorny@gentoo.org>
Tue, 26 May 2020 09:08:29 +0000
(11:08 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 26 May 2020 09:25:03 +0000
(11:25 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/csv23/csv23-0.3.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/csv23/csv23-0.3.1.ebuild
b/dev-python/csv23/csv23-0.3.1.ebuild
index c943c61bccc39fb9f60fd0c2acd1c1887e99296e..afd6b765ddd2a8f65565cf993020da140f577f5c 100644
(file)
--- a/
dev-python/csv23/csv23-0.3.1.ebuild
+++ b/
dev-python/csv23/csv23-0.3.1.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8
,9
}} pypy3 )
inherit distutils-r1
DESCRIPTION="Python 2/3 unicode CSV compatibility layer"