From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E98951382C5 for ; Thu, 10 Jun 2021 10:53:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A9B8E088A; Thu, 10 Jun 2021 10:53:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B74DE0887 for ; Thu, 10 Jun 2021 10:53:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43B8A340D43 for ; Thu, 10 Jun 2021 10:53:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F50A7A6 for ; Thu, 10 Jun 2021 10:53:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1623322426.225f15cd2297b8986fc060977174c226783983a2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hypothesis/hypothesis-6.10.1-r1.ebuild dev-python/hypothesis/hypothesis-6.10.1.ebuild dev-python/hypothesis/hypothesis-6.13.14-r1.ebuild dev-python/hypothesis/hypothesis-6.13.14.ebuild dev-python/hypothesis/hypothesis-6.14.0-r1.ebuild dev-python/hypothesis/hypothesis-6.14.0.ebuild X-VCS-Directories: dev-python/hypothesis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 225f15cd2297b8986fc060977174c226783983a2 X-VCS-Branch: master Date: Thu, 10 Jun 2021 10:53:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb8a6f77-0b83-4f7b-8bf5-a2ef42dd8f18 X-Archives-Hash: 75783b018f6288927b53b81a350045e7 commit: 225f15cd2297b8986fc060977174c226783983a2 Author: Michał Górny gentoo org> AuthorDate: Thu Jun 10 10:47:51 2021 +0000 Commit: Michał Górny gentoo 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 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 }