app-misc/binwalk: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 05:32:33 +0000 (06:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:04:36 +0000 (07:04 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-misc/binwalk/binwalk-2.1.1.ebuild
app-misc/binwalk/binwalk-2.2.0.ebuild
app-misc/binwalk/binwalk-9999.ebuild

index 1f95a18eceae5bf6fe066ed5248dc696ff463fae..c69739d3e4da1b8ce1b2fdbcaec5fb7e0375d47c 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
@@ -22,7 +22,6 @@ SLOT="0"
 IUSE="graph"
 
 RDEPEND="
-       $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7)
        graph? ( dev-python/pyqtgraph[opengl,${PYTHON_USEDEP}] )
 "
 
index 6d9a4b269905f9f49d7fb6d4cda96a7ce0ecf9bf..a32600fbb9e8919b0dd671fdd17bdc98b9c4743e 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 inherit distutils-r1
 
@@ -22,7 +22,6 @@ SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="$(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7)"
 BDEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
 
 PATCHES=( "${FILESDIR}"/${PN}-2.2.0-disable-test-coverage.patch )
index c05abc9b71dc33a0697c87cd985d29e8cecfb45c..3c01a2964970f9b4cbe5f60c98d10fa81f02df4c 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 inherit distutils-r1
 
@@ -22,7 +22,6 @@ SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="$(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7)"
 BDEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
 
 PATCHES=( "${FILESDIR}"/${PN}-2.2.0-disable-test-coverage.patch )