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 70812158086 for ; Wed, 6 Oct 2021 22:37:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF1B5E0A6F; Wed, 6 Oct 2021 22:37:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7761FE0A6F for ; Wed, 6 Oct 2021 22:37:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69EA43433A2 for ; Wed, 6 Oct 2021 22:37:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 235168E for ; Wed, 6 Oct 2021 22:37:33 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1633559837.a061df2acc28d02ea217306ea0c00d87635d38aa.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hypercorn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/hypercorn/hypercorn-0.11.2-r1.ebuild dev-python/hypercorn/hypercorn-0.11.2.ebuild X-VCS-Directories: dev-python/hypercorn/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: a061df2acc28d02ea217306ea0c00d87635d38aa X-VCS-Branch: dev Date: Wed, 6 Oct 2021 22:37:33 +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: 9113d836-b2a4-4ba4-ba4d-a502962e9521 X-Archives-Hash: 11e15b474b356f814f45d1f7486e353b commit: a061df2acc28d02ea217306ea0c00d87635d38aa Author: Alessandro Barbieri gmail com> AuthorDate: Wed Oct 6 22:37:17 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Wed Oct 6 22:37:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a061df2a dev-python/hypercorn: EAPI 8 Signed-off-by: Alessandro Barbieri gmail.com> .../{hypercorn-0.11.2.ebuild => hypercorn-0.11.2-r1.ebuild} | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-python/hypercorn/hypercorn-0.11.2.ebuild b/dev-python/hypercorn/hypercorn-0.11.2-r1.ebuild similarity index 90% rename from dev-python/hypercorn/hypercorn-0.11.2.ebuild rename to dev-python/hypercorn/hypercorn-0.11.2-r1.ebuild index 181ee3e08..b8758ae61 100644 --- a/dev-python/hypercorn/hypercorn-0.11.2.ebuild +++ b/dev-python/hypercorn/hypercorn-0.11.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DISTUTILS_USE_SETUPTOOLS=rdepend DOCS_BUILDER="sphinx" @@ -10,6 +10,7 @@ DOCS_DEPEND=" dev-python/pydata-sphinx-theme " DOCS_DIR="${S}/docs" +EPYTEST_DESELECT=( tests/trio/test_keep_alive.py::test_http1_keep_alive_pre_request ) PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 docs optfeature @@ -29,7 +30,7 @@ KEYWORDS="~amd64" RDEPEND=" dev-python/h11[${PYTHON_USEDEP}] - >=dev-python/hyper-h2-3.1.0[${PYTHON_USEDEP}] + >=dev-python/h2-3.1.0[${PYTHON_USEDEP}] dev-python/priority[${PYTHON_USEDEP}] dev-python/toml[${PYTHON_USEDEP}] >=dev-python/wsproto-0.14.0[${PYTHON_USEDEP}] @@ -48,10 +49,6 @@ PATCHES=( "${FILESDIR}/${P}-no-coverage.patch" ) distutils_enable_tests pytest -python_test() { - epytest -vv --deselect tests/trio/test_keep_alive.py::test_http1_keep_alive_pre_request || die -} - pkg_postinst() { optfeature "asyncio event loop on top of libuv" dev-python/uvloop optfeature "websockets support using wsproto" dev-python/wsproto