projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28eda49
)
dev-python/jupyter_client: Add python3_6 to PYTHON_COMPAT
author
Zac Medico
<zmedico@gentoo.org>
Sun, 12 Mar 2017 09:31:55 +0000
(
01:31
-0800)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 12 Mar 2017 12:31:15 +0000
(
05:31
-0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/jupyter_client/jupyter_client-4.4.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/jupyter_client/jupyter_client-4.4.0.ebuild
b/dev-python/jupyter_client/jupyter_client-4.4.0.ebuild
index 9cd5ea69b4aff6b4d58d92ceff07e1f4eb1db34d..306a0f15db25d4597481c95caa4d0178eed36795 100644
(file)
--- a/
dev-python/jupyter_client/jupyter_client-4.4.0.ebuild
+++ b/
dev-python/jupyter_client/jupyter_client-4.4.0.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
7
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5
,6
} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1