Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/
Date: Thu, 10 Jun 2021 10:53:54
Message-Id: 1623322426.225f15cd2297b8986fc060977174c226783983a2.mgorny@gentoo
1 commit: 225f15cd2297b8986fc060977174c226783983a2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 10:47:51 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 10:53:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=225f15cd
7
8 dev-python/hypothesis: Fix stripping CLI script
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{hypothesis-6.10.1.ebuild => hypothesis-6.10.1-r1.ebuild} | 2 +-
13 .../{hypothesis-6.13.14.ebuild => hypothesis-6.13.14-r1.ebuild} | 2 +-
14 .../{hypothesis-6.14.0.ebuild => hypothesis-6.14.0-r1.ebuild} | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/hypothesis/hypothesis-6.10.1.ebuild b/dev-python/hypothesis/hypothesis-6.10.1-r1.ebuild
18 similarity index 96%
19 rename from dev-python/hypothesis/hypothesis-6.10.1.ebuild
20 rename to dev-python/hypothesis/hypothesis-6.10.1-r1.ebuild
21 index 84ef68e57be..b7536f7f4da 100644
22 --- a/dev-python/hypothesis/hypothesis-6.10.1.ebuild
23 +++ b/dev-python/hypothesis/hypothesis-6.10.1-r1.ebuild
24 @@ -44,7 +44,7 @@ PATCHES=(
25 )
26
27 python_prepare() {
28 - if ! use cli || ! has "${EPYTHON}" python3_{7..9}; then
29 + if ! use cli || ! has "${EPYTHON}" python3.{7..9}; then
30 sed -i -e '/console_scripts/d' setup.py || die
31 fi
32 }
33
34 diff --git a/dev-python/hypothesis/hypothesis-6.13.14.ebuild b/dev-python/hypothesis/hypothesis-6.13.14-r1.ebuild
35 similarity index 96%
36 rename from dev-python/hypothesis/hypothesis-6.13.14.ebuild
37 rename to dev-python/hypothesis/hypothesis-6.13.14-r1.ebuild
38 index 004d0d143b2..536affb7ae1 100644
39 --- a/dev-python/hypothesis/hypothesis-6.13.14.ebuild
40 +++ b/dev-python/hypothesis/hypothesis-6.13.14-r1.ebuild
41 @@ -41,7 +41,7 @@ BDEPEND="
42 distutils_enable_tests --install pytest
43
44 python_prepare() {
45 - if ! use cli || ! has "${EPYTHON}" python3_{7..9}; then
46 + if ! use cli || ! has "${EPYTHON}" python3.{7..9}; then
47 sed -i -e '/console_scripts/d' setup.py || die
48 fi
49 }
50
51 diff --git a/dev-python/hypothesis/hypothesis-6.14.0.ebuild b/dev-python/hypothesis/hypothesis-6.14.0-r1.ebuild
52 similarity index 96%
53 rename from dev-python/hypothesis/hypothesis-6.14.0.ebuild
54 rename to dev-python/hypothesis/hypothesis-6.14.0-r1.ebuild
55 index 004d0d143b2..536affb7ae1 100644
56 --- a/dev-python/hypothesis/hypothesis-6.14.0.ebuild
57 +++ b/dev-python/hypothesis/hypothesis-6.14.0-r1.ebuild
58 @@ -41,7 +41,7 @@ BDEPEND="
59 distutils_enable_tests --install pytest
60
61 python_prepare() {
62 - if ! use cli || ! has "${EPYTHON}" python3_{7..9}; then
63 + if ! use cli || ! has "${EPYTHON}" python3.{7..9}; then
64 sed -i -e '/console_scripts/d' setup.py || die
65 fi
66 }