projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44b3680
)
dev-python/guessit: add python-3.5 support to 9999
author
Ilya Tumaykin
<itumaykin@gmail.com>
Tue, 26 Jul 2016 15:23:49 +0000
(18:23 +0300)
committer
Göktürk Yüksek
<gokturk@gentoo.org>
Mon, 22 Aug 2016 13:44:38 +0000
(09:44 -0400)
Tested by me against dev-lang/python-3.5.2:3.5/3.5m
Package-Manager: portage-2.3.0
dev-python/guessit/guessit-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/guessit/guessit-9999.ebuild
b/dev-python/guessit/guessit-9999.ebuild
index 896537b0f0048896c660717d8d9c42c55b68816f..f885402d501a8314efa9afba5f53e103ee9edc40 100644
(file)
--- a/
dev-python/guessit/guessit-9999.ebuild
+++ b/
dev-python/guessit/guessit-9999.ebuild
@@
-4,7
+4,7
@@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4
,3_5
} )
inherit distutils-r1 git-r3