projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
965ab8c
)
dev-python/ifaddr: works with py38
author
Alexey Shvetsov
<alexxy@gentoo.org>
Mon, 25 May 2020 21:02:01 +0000
(
00:02
+0300)
committer
Alexey Shvetsov
<alexxy@gentoo.org>
Mon, 25 May 2020 21:03:40 +0000
(
00:03
+0300)
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
dev-python/ifaddr/ifaddr-0.1.6.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/ifaddr/ifaddr-0.1.6.ebuild
b/dev-python/ifaddr/ifaddr-0.1.6.ebuild
index de99f474f29ae06e501f67405e919951628977c4..0778e3192504f4362857180e133b36d0e0f8664f 100644
(file)
--- a/
dev-python/ifaddr/ifaddr-0.1.6.ebuild
+++ b/
dev-python/ifaddr/ifaddr-0.1.6.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_
6 python3_7
pypy3 )
+PYTHON_COMPAT=( python3_
{6,7,8}
pypy3 )
inherit distutils-r1