projects
/
wtk-overlay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd70f50
)
Bump package compatibility to Python 3.4
author
W. Trevor King
<wking@tremily.us>
Fri, 18 Apr 2014 00:28:48 +0000
(17:28 -0700)
committer
W. Trevor King
<wking@tremily.us>
Fri, 18 Apr 2014 00:28:48 +0000
(17:28 -0700)
For all the Python-3-compatible packages:
* dev-python/ipython-irc
* dev-python/ipythonblocks
* dev-python/wheel
* dev-util/update-copyright
* net-proxy/package-cache
I've installed all of these locally with 3.4, and they seem to work.
update-copyright-9999.ebuild
patch
|
blob
|
history
diff --git
a/update-copyright-9999.ebuild
b/update-copyright-9999.ebuild
index 0221a95e184cd12c6749538b7b29da303f57cd10..4b6656b39c33979bb744d90b69205e76691071ec 100644
(file)
--- a/
update-copyright-9999.ebuild
+++ b/
update-copyright-9999.ebuild
@@
-3,7
+3,7
@@
# $Header: $
EAPI="5"
-PYTHON_COMPAT=( python{3_2,3_3} )
+PYTHON_COMPAT=( python{3_2,3_3
,3_4
} )
inherit eutils distutils-r1