projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
632e762
)
dev-python/dnspython: Port to py39
author
Michał Górny
<mgorny@gentoo.org>
Tue, 26 May 2020 17:00:34 +0000
(19:00 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 26 May 2020 18:09:43 +0000
(20:09 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/dnspython/dnspython-1.16.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/dnspython/dnspython-1.16.0-r1.ebuild
b/dev-python/dnspython/dnspython-1.16.0-r1.ebuild
index 8de675f2314ccee3507626ffa150eec1f378f55b..c1a63e4d0e3df1ae94ed4fe68c5d8287a1f93dac 100644
(file)
--- a/
dev-python/dnspython/dnspython-1.16.0-r1.ebuild
+++ b/
dev-python/dnspython/dnspython-1.16.0-r1.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8
,9
} pypy3 )
inherit distutils-r1