Bump package compatibility to Python 3.4
authorW. Trevor King <wking@tremily.us>
Fri, 18 Apr 2014 00:28:48 +0000 (17:28 -0700)
committerW. 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.

dev-python/ipython-irc/ipython-irc-9999.ebuild
dev-python/ipythonblocks/ipythonblocks-9999.ebuild
dev-python/wheel/wheel-9999.ebuild
dev-util/update-copyright/update-copyright-9999.ebuild
net-proxy/package-cache/package-cache-9999.ebuild

index 8b29cb0e7426522ded18bf90f5bff847424632cb..0b202b438ee9d1b6031180a0b3dd2eb6f88aca76 100644 (file)
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
 
 inherit distutils-r1
 
index 800ed9821749aa7864c8a6f2ccdd3e6e0ca23490..e426b4864eae2eb12dfc330e05b19bb06e3999fa 100644 (file)
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
 
 inherit distutils-r1
 
index 9097ae675b6d920fdf036216adab308493c86006..ccf94c7380c3195dca1a6a14637b28f76489ac9e 100644 (file)
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
 
 inherit distutils-r1
 
index 0221a95e184cd12c6749538b7b29da303f57cd10..4b6656b39c33979bb744d90b69205e76691071ec 100644 (file)
@@ -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
 
index 540a5f225bcfdba88590552a82ab88221c0ffadc..42a8cda96d625652b52925e9f69dcc8ac7fadf26 100644 (file)
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI="5"
-PYTHON_COMPAT=( python3_3 )
+PYTHON_COMPAT=( python{3_3,3_4} )
 
 inherit distutils-r1 user