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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04F0D158020 for ; Mon, 19 Dec 2022 16:46:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22C7FE0AAD; Mon, 19 Dec 2022 16:46:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07D6CE0AAD for ; Mon, 19 Dec 2022 16:46:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4651A335DC1 for ; Mon, 19 Dec 2022 16:46:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5F63785 for ; Mon, 19 Dec 2022 16:46:00 +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: <1671468353.549a3e249a97f89f4f4aaa35f90d5191b707104e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hypercorn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hypercorn/hypercorn-0.14.3-r1.ebuild dev-python/hypercorn/hypercorn-0.14.3.ebuild X-VCS-Directories: dev-python/hypercorn/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 549a3e249a97f89f4f4aaa35f90d5191b707104e X-VCS-Branch: master Date: Mon, 19 Dec 2022 16:46:00 +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: ae9edf27-8923-4bfd-97de-e779635860c7 X-Archives-Hash: 306493bda2118196331637f08e4ef092 commit: 549a3e249a97f89f4f4aaa35f90d5191b707104e Author: Michał Górny gentoo org> AuthorDate: Mon Dec 19 16:36:31 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 19 16:45:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549a3e24 dev-python/hypercorn: Patches work better whan applied Closes: https://bugs.gentoo.org/887219 Signed-off-by: Michał Górny gentoo.org> .../hypercorn/{hypercorn-0.14.3.ebuild => hypercorn-0.14.3-r1.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/hypercorn/hypercorn-0.14.3.ebuild b/dev-python/hypercorn/hypercorn-0.14.3-r1.ebuild similarity index 95% rename from dev-python/hypercorn/hypercorn-0.14.3.ebuild rename to dev-python/hypercorn/hypercorn-0.14.3-r1.ebuild index b63cb6151dd5..ff13dd49e3b8 100644 --- a/dev-python/hypercorn/hypercorn-0.14.3.ebuild +++ b/dev-python/hypercorn/hypercorn-0.14.3-r1.ebuild @@ -42,6 +42,10 @@ BDEPEND=" distutils_enable_tests pytest src_prepare() { + local PATCHES=( + "${FILESDIR}"/${P}-tomli.patch + ) + sed -i -e 's:--no-cov-on-fail::' pyproject.toml || die distutils-r1_src_prepare }