projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b71868
)
dev-python/isort: Add python3_6 to PYTHON_COMPAT
author
Zac Medico
<zmedico@gentoo.org>
Sun, 12 Mar 2017 23:04:48 +0000
(16:04 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 12 Mar 2017 23:05:32 +0000
(16:05 -0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/isort/isort-4.2.5.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/isort/isort-4.2.5.ebuild
b/dev-python/isort/isort-4.2.5.ebuild
index 2fd1124f8f53aaffc7671d8789fd376273dd38b9..70d19323164e533d08bab6f4b7bde5fc46b3de51 100644
(file)
--- a/
dev-python/isort/isort-4.2.5.ebuild
+++ b/
dev-python/isort/isort-4.2.5.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python
{2_7,3_4,3_5
} pypy )
+PYTHON_COMPAT=( python
2_7 python3_{4,5,6
} pypy )
inherit distutils-r1
DESCRIPTION="A python utility/library to sort imports"