projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00e7ce7
)
dev-python/yaql: Remove Python 2 support
author
Michał Górny
<mgorny@gentoo.org>
Sun, 12 Jan 2020 10:39:22 +0000
(11:39 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 13 Jan 2020 09:42:18 +0000
(10:42 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/yaql/yaql-1.1.3.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/yaql/yaql-1.1.3.ebuild
b/dev-python/yaql/yaql-1.1.3.ebuild
index 9702ff260a84a2ebfed30b536d0544be93523cc0..5e2d7e972e02fc34fe8a1870aa4f700d5c2ce911 100644
(file)
--- a/
dev-python/yaql/yaql-1.1.3.ebuild
+++ b/
dev-python/yaql/yaql-1.1.3.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python
2_7 python
3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1