sys-cluster/neutron: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:39:27 +0000 (11:39 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:42:20 +0000 (10:42 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-cluster/neutron/neutron-14.0.2.ebuild
sys-cluster/neutron/neutron-14.0.3.ebuild
sys-cluster/neutron/neutron-14.0.4.ebuild
sys-cluster/neutron/neutron-15.0.0.ebuild
sys-cluster/neutron/neutron-15.0.1.ebuild
sys-cluster/neutron/neutron-2018.2.9999.ebuild
sys-cluster/neutron/neutron-2019.1.9999.ebuild
sys-cluster/neutron/neutron-2019.2.9999.ebuild

index 3361dc6d27ccc4491df9a8487f154b1d93d4b786..aabbe08f02c2705b900865bf222922243489d950 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 # still no 34 :( https://bugs.launchpad.net/neutron/+bug/1630439
 
 inherit distutils-r1 linux-info user
@@ -98,7 +98,6 @@ RDEPEND="
        >=dev-python/ovsdbapp-0.9.1[${PYTHON_USEDEP}]
        >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
        >=dev-python/pyroute2-0.5.3[${PYTHON_USEDEP}]
-       >=dev-python/weakrefmethod-1.0.2[$(python_gen_usedep 'python2_7')]
        >=dev-python/python-novaclient-9.1.0[${PYTHON_USEDEP}]
        >=dev-python/python-designateclient-2.7.0[${PYTHON_USEDEP}]
        >=dev-python/os-xenapi-0.3.1[${PYTHON_USEDEP}]
index 3361dc6d27ccc4491df9a8487f154b1d93d4b786..aabbe08f02c2705b900865bf222922243489d950 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 # still no 34 :( https://bugs.launchpad.net/neutron/+bug/1630439
 
 inherit distutils-r1 linux-info user
@@ -98,7 +98,6 @@ RDEPEND="
        >=dev-python/ovsdbapp-0.9.1[${PYTHON_USEDEP}]
        >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
        >=dev-python/pyroute2-0.5.3[${PYTHON_USEDEP}]
-       >=dev-python/weakrefmethod-1.0.2[$(python_gen_usedep 'python2_7')]
        >=dev-python/python-novaclient-9.1.0[${PYTHON_USEDEP}]
        >=dev-python/python-designateclient-2.7.0[${PYTHON_USEDEP}]
        >=dev-python/os-xenapi-0.3.1[${PYTHON_USEDEP}]
index 301f8b3311a444dd3150196c003adbcd922f5a41..0e21778417eb9c1fe05ef28e8ee0bbe8457e31e5 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 # still no 34 :( https://bugs.launchpad.net/neutron/+bug/1630439
 
 inherit distutils-r1 linux-info user
@@ -98,7 +98,6 @@ RDEPEND="
        >=dev-python/ovsdbapp-0.9.1[${PYTHON_USEDEP}]
        >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
        >=dev-python/pyroute2-0.5.3[${PYTHON_USEDEP}]
-       >=dev-python/weakrefmethod-1.0.2[$(python_gen_usedep 'python2_7')]
        >=dev-python/python-novaclient-9.1.0[${PYTHON_USEDEP}]
        >=dev-python/python-designateclient-2.7.0[${PYTHON_USEDEP}]
        >=dev-python/os-xenapi-0.3.1[${PYTHON_USEDEP}]
index 6586813539f15ae4b3ec52514d1c056079b9af41..082eab07ed2407dbeb4371c775083dd2d0d36981 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 # still no 34 :( https://bugs.launchpad.net/neutron/+bug/1630439
 
 inherit distutils-r1 linux-info user
@@ -99,7 +99,6 @@ RDEPEND="
        >=dev-python/ovsdbapp-0.9.1[${PYTHON_USEDEP}]
        >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
        >=dev-python/pyroute2-0.5.3[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '>=dev-python/weakrefmethod-1.0.2[${PYTHON_USEDEP}]' 'python2_7')
        >=dev-python/python-novaclient-9.1.0[${PYTHON_USEDEP}]
        >=dev-python/openstacksdk-0.31.2[${PYTHON_USEDEP}]
        >=dev-python/python-designateclient-2.7.0[${PYTHON_USEDEP}]
index df01b28f22ca83a5e4e3e7711d5ee8b5f3514a8d..ba485cb5c83111d70550ac2bd71cb8027daf7643 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 # still no 34 :( https://bugs.launchpad.net/neutron/+bug/1630439
 
 inherit distutils-r1 linux-info user
@@ -99,7 +99,6 @@ RDEPEND="
        >=dev-python/ovsdbapp-0.9.1[${PYTHON_USEDEP}]
        >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
        >=dev-python/pyroute2-0.5.3[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '>=dev-python/weakrefmethod-1.0.2[${PYTHON_USEDEP}]' 'python2_7')
        >=dev-python/python-novaclient-9.1.0[${PYTHON_USEDEP}]
        >=dev-python/openstacksdk-0.31.2[${PYTHON_USEDEP}]
        >=dev-python/python-designateclient-2.7.0[${PYTHON_USEDEP}]
index 4c5dc00e264cf87b25e139d9763d5bb1354a722a..d9d0f19bac82f711247cab4463008bdf7d73d64a 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 # still no 34 :( https://bugs.launchpad.net/neutron/+bug/1630439
 
 inherit distutils-r1 linux-info user
@@ -98,7 +98,6 @@ RDEPEND="
        >=dev-python/ovsdbapp-0.9.1[${PYTHON_USEDEP}]
        >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
        >=dev-python/pyroute2-0.4.21[${PYTHON_USEDEP}]
-       >=dev-python/weakrefmethod-1.0.2[$(python_gen_usedep 'python2_7')]
        >=dev-python/python-novaclient-9.1.0[${PYTHON_USEDEP}]
        >=dev-python/python-designateclient-2.7.0[${PYTHON_USEDEP}]
        >=dev-python/os-xenapi-0.3.1[${PYTHON_USEDEP}]
index 287b8474dda82fd454ffeb0900929b2a33168633..2435f5317d6a468f721a3ff6b4e7d0cfdabaff71 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 # still no 34 :( https://bugs.launchpad.net/neutron/+bug/1630439
 
 inherit distutils-r1 linux-info user
@@ -98,7 +98,6 @@ RDEPEND="
        >=dev-python/ovsdbapp-0.9.1[${PYTHON_USEDEP}]
        >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
        >=dev-python/pyroute2-0.5.3[${PYTHON_USEDEP}]
-       >=dev-python/weakrefmethod-1.0.2[$(python_gen_usedep 'python2_7')]
        >=dev-python/python-novaclient-9.1.0[${PYTHON_USEDEP}]
        >=dev-python/python-designateclient-2.7.0[${PYTHON_USEDEP}]
        >=dev-python/os-xenapi-0.3.1[${PYTHON_USEDEP}]
index df01b28f22ca83a5e4e3e7711d5ee8b5f3514a8d..ba485cb5c83111d70550ac2bd71cb8027daf7643 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 # still no 34 :( https://bugs.launchpad.net/neutron/+bug/1630439
 
 inherit distutils-r1 linux-info user
@@ -99,7 +99,6 @@ RDEPEND="
        >=dev-python/ovsdbapp-0.9.1[${PYTHON_USEDEP}]
        >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
        >=dev-python/pyroute2-0.5.3[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '>=dev-python/weakrefmethod-1.0.2[${PYTHON_USEDEP}]' 'python2_7')
        >=dev-python/python-novaclient-9.1.0[${PYTHON_USEDEP}]
        >=dev-python/openstacksdk-0.31.2[${PYTHON_USEDEP}]
        >=dev-python/python-designateclient-2.7.0[${PYTHON_USEDEP}]