projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dea29e2
)
dev-python/d2to1: Remove Python 2 support
author
Michał Górny
<mgorny@gentoo.org>
Sat, 18 Jan 2020 18:27:38 +0000
(19:27 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 18 Jan 2020 18:47:41 +0000
(19:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/d2to1/d2to1-0.2.12_p1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/d2to1/d2to1-0.2.12_p1.ebuild
b/dev-python/d2to1/d2to1-0.2.12_p1.ebuild
index 54d354f521f06663364f7897c02c616f9f0feb20..db2ec995c94d2449a17c8f53092bbf19e762b393 100644
(file)
--- a/
dev-python/d2to1/d2to1-0.2.12_p1.ebuild
+++ b/
dev-python/d2to1/d2to1-0.2.12_p1.ebuild
@@
-3,7
+3,7
@@
EAPI=5
-PYTHON_COMPAT=( python
2_7 python
3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1