Revert "dev-util/redo: Update PYTHON_COMPAT"
authorJeroen Roovers <jer@gentoo.org>
Sun, 22 Dec 2019 09:47:01 +0000 (10:47 +0100)
committerJeroen Roovers <jer@gentoo.org>
Sun, 22 Dec 2019 09:48:04 +0000 (10:48 +0100)
>>> Compiling source in
/home/jer/portage/net-libs/wvstreams-99999/work/wvstreams-99999 ...
Traceback (most recent call last):
  File "/usr/bin/redo", line 8, in <module>
    import redo.cmd_redo
  File "/usr/bin/../lib/redo/cmd_redo.py", line 51
    print version.TAG
                ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean
print(version.TAG)?

This reverts commit 79802ff71e24c576f500de4ea9c6e9c94200e623.

Signed-off-by: Jeroen Roovers <jer@gentoo.org>
dev-util/redo/redo-0.42.ebuild [moved from dev-util/redo/redo-0.42-r1.ebuild with 92% similarity]
dev-util/redo/redo-99999.ebuild

similarity index 92%
rename from dev-util/redo/redo-0.42-r1.ebuild
rename to dev-util/redo/redo-0.42.ebuild
index e31dd3b2e3683aaac3c075bed5af5235dd7f53a7..a979123b762fd718c686a6aaf84948baac2b9509 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_{5,6,7}} )
+PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="sqlite"
 inherit multilib multiprocessing python-single-r1
 
@@ -40,7 +40,7 @@ src_install() {
        ./do -j$(makeopts_jobs) \
                install || die
 
-       python_fix_shebang --force "${D}"
+       python_fix_shebang "${D}"
 
        sed -i \
                -e 's|/lib/|/'"$(get_libdir)"'/|g' \
index 0e2e3fc0407769f54c931883790c74d622e80c63..30c70257c01928cfaaec6957eab6ac80c18fb1db 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_{5,6,7}} )
+PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="sqlite"
 inherit git-r3 multilib multiprocessing python-single-r1
 
@@ -40,7 +40,7 @@ src_install() {
        ./do -j$(makeopts_jobs) \
                install || die
 
-       python_fix_shebang --force "${ED}"
+       python_fix_shebang "${D}"
 
        sed -i \
                -e 's|/lib/|/'"$(get_libdir)"'/|g' \