commit:     225f15cd2297b8986fc060977174c226783983a2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 10:47:51 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 10:53:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=225f15cd

dev-python/hypothesis: Fix stripping CLI script

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{hypothesis-6.10.1.ebuild => hypothesis-6.10.1-r1.ebuild}           | 2 +-
 .../{hypothesis-6.13.14.ebuild => hypothesis-6.13.14-r1.ebuild}         | 2 +-
 .../{hypothesis-6.14.0.ebuild => hypothesis-6.14.0-r1.ebuild}           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/hypothesis/hypothesis-6.10.1.ebuild 
b/dev-python/hypothesis/hypothesis-6.10.1-r1.ebuild
similarity index 96%
rename from dev-python/hypothesis/hypothesis-6.10.1.ebuild
rename to dev-python/hypothesis/hypothesis-6.10.1-r1.ebuild
index 84ef68e57be..b7536f7f4da 100644
--- a/dev-python/hypothesis/hypothesis-6.10.1.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.10.1-r1.ebuild
@@ -44,7 +44,7 @@ PATCHES=(
 )
 
 python_prepare() {
-       if ! use cli || ! has "${EPYTHON}" python3_{7..9}; then
+       if ! use cli || ! has "${EPYTHON}" python3.{7..9}; then
                sed -i -e '/console_scripts/d' setup.py || die
        fi
 }

diff --git a/dev-python/hypothesis/hypothesis-6.13.14.ebuild 
b/dev-python/hypothesis/hypothesis-6.13.14-r1.ebuild
similarity index 96%
rename from dev-python/hypothesis/hypothesis-6.13.14.ebuild
rename to dev-python/hypothesis/hypothesis-6.13.14-r1.ebuild
index 004d0d143b2..536affb7ae1 100644
--- a/dev-python/hypothesis/hypothesis-6.13.14.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.13.14-r1.ebuild
@@ -41,7 +41,7 @@ BDEPEND="
 distutils_enable_tests --install pytest
 
 python_prepare() {
-       if ! use cli || ! has "${EPYTHON}" python3_{7..9}; then
+       if ! use cli || ! has "${EPYTHON}" python3.{7..9}; then
                sed -i -e '/console_scripts/d' setup.py || die
        fi
 }

diff --git a/dev-python/hypothesis/hypothesis-6.14.0.ebuild 
b/dev-python/hypothesis/hypothesis-6.14.0-r1.ebuild
similarity index 96%
rename from dev-python/hypothesis/hypothesis-6.14.0.ebuild
rename to dev-python/hypothesis/hypothesis-6.14.0-r1.ebuild
index 004d0d143b2..536affb7ae1 100644
--- a/dev-python/hypothesis/hypothesis-6.14.0.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.14.0-r1.ebuild
@@ -41,7 +41,7 @@ BDEPEND="
 distutils_enable_tests --install pytest
 
 python_prepare() {
-       if ! use cli || ! has "${EPYTHON}" python3_{7..9}; then
+       if ! use cli || ! has "${EPYTHON}" python3.{7..9}; then
                sed -i -e '/console_scripts/d' setup.py || die
        fi
 }

Reply via email to