projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed2c8e1
)
dev-python/decorator: Port to py39
author
Michał Górny
<mgorny@gentoo.org>
Tue, 26 May 2020 09:51:15 +0000
(11:51 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 26 May 2020 10:35:34 +0000
(12:35 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/decorator/decorator-4.4.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/decorator/decorator-4.4.2.ebuild
b/dev-python/decorator/decorator-4.4.2.ebuild
index 226861ef6e259aca274c75f8ab99f9f2eacf9ee2..a845fc13f375b44850f06038cd966837ca734f6f 100644
(file)
--- a/
dev-python/decorator/decorator-4.4.2.ebuild
+++ b/
dev-python/decorator/decorator-4.4.2.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8
,9
}} )
inherit distutils-r1