projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ab3380
)
dev-python/constantly: Port to py39
author
Michał Górny
<mgorny@gentoo.org>
Wed, 27 May 2020 15:11:01 +0000
(17:11 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 27 May 2020 15:22:11 +0000
(17:22 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/constantly/constantly-15.1.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/constantly/constantly-15.1.0-r1.ebuild
b/dev-python/constantly/constantly-15.1.0-r1.ebuild
index 9815b08638680bb9bf3d4b24d4a503a0cbf69bb6..b0d5fedc7464d2435021e8ce2e89afb9e1d064c0 100644
(file)
--- a/
dev-python/constantly/constantly-15.1.0-r1.ebuild
+++ b/
dev-python/constantly/constantly-15.1.0-r1.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6
,7,8
} )
+PYTHON_COMPAT=( python2_7 python3_{6
..9
} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1