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 01E661382C5 for ; Thu, 11 Mar 2021 18:53:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33E68E08DD; Thu, 11 Mar 2021 18:53:06 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BB46E08DD for ; Thu, 11 Mar 2021 18:53:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 90EE7340C74 for ; Thu, 11 Mar 2021 18:53:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5026585 for ; Thu, 11 Mar 2021 18:53:02 +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: <1615488781.0bb2499209623ad7a7548623f4c13225b921213d.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/anyio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/anyio/Manifest dev-python/anyio/anyio-2.2.0.ebuild X-VCS-Directories: dev-python/anyio/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 0bb2499209623ad7a7548623f4c13225b921213d X-VCS-Branch: dev Date: Thu, 11 Mar 2021 18:53:02 +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: 803fe659-13a0-4d9d-ae02-11c64e6a9733 X-Archives-Hash: dfef7b5a5dc864fcad4ae4c09cfb21f9 commit: 0bb2499209623ad7a7548623f4c13225b921213d Author: Alessandro Barbieri gmail com> AuthorDate: Wed Mar 10 12:49:49 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Thu Mar 11 18:53:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0bb24992 dev-python/anyio: bump Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/anyio/Manifest | 1 + dev-python/anyio/anyio-2.2.0.ebuild | 61 +++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) diff --git a/dev-python/anyio/Manifest b/dev-python/anyio/Manifest index 83033c84..9ed5a6fc 100644 --- a/dev-python/anyio/Manifest +++ b/dev-python/anyio/Manifest @@ -1 +1,2 @@ DIST anyio-2.1.0.tar.gz 95186 BLAKE2B 5dcb110e0e3d543525bb5081c948124e0e0f6bb0a80038104a8ab793ecf961a56d56576ad96a78b0fb69f3c7731dea3d9573b757f859ee8e61e65490432b9b69 SHA512 923467cdfbf6d0f427345704e99aec44cafc21f78a8b3b88d1ca9be93fb52a77d472229a242664977a873faf05c7c47a44a55aa4d0158959f60bf4ac8a46cdeb +DIST anyio-2.2.0.tar.gz 97217 BLAKE2B 7b50d997fd83950d16c0e562519b60dbef32bfd6d21e61583a83dd94edc26e27fcd26c7c630f22daaddebea5e148487db1a8c81e0bd82cf4641812dfac8807de SHA512 bca1265eec30830bea5f6fe15f3059793599e9c47d292b3008fcd86c802d76bd692f1a340fd6e3b0aa2401c38576459e516b3defa1ddf8353f18d51280fd73ab diff --git a/dev-python/anyio/anyio-2.2.0.ebuild b/dev-python/anyio/anyio-2.2.0.ebuild new file mode 100644 index 00000000..f6ffbc88 --- /dev/null +++ b/dev-python/anyio/anyio-2.2.0.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8} ) + +# Build with USE="-doc" first because of circular dependency +# otherwise one gets the error that sphinx-autodoc-typehints + +DOCS_BUILDER="sphinx" +DOCS_DIR="docs" +DOCS_AUTODOC=1 + +inherit distutils-r1 docs + +DESCRIPTION="Compatibility layer for multiple asynchronous event loop implementations" +HOMEPAGE=" + https://github.com/agronholm/anyio + https://pypi.org/project/anyio +" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/curio-1.4[${PYTHON_USEDEP}] + >=dev-python/idna-2.8[${PYTHON_USEDEP}] + >=dev-python/sniffio-1.1[${PYTHON_USEDEP}] + >=dev-python/trio-0.16[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/typing-extensions[${PYTHON_USEDEP}]' python3_7) +" + +BDEPEND=" + ${RDEPEND} + doc? ( + dev-python/anyio[${PYTHON_USEDEP}] + >=dev-python/sphinx-autodoc-typehints-1.2.0[${PYTHON_USEDEP}] + dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] + ) + test? ( + >=dev-python/hypothesis-4.0[${PYTHON_USEDEP}] + >=dev-python/pytest-6.0[${PYTHON_USEDEP}] + dev-python/trustme[${PYTHON_USEDEP}] + >=dev-python/uvloop-0.15[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +python_test() { + distutils_install_for_testing + pytest -vv \ + --deselect tests/test_sockets.py::test_getaddrinfo[asyncio] \ + --deselect tests/test_sockets.py::test_getaddrinfo[asyncio+uvloop] \ + --deselect tests/test_sockets.py::test_getaddrinfo[curio] \ + --deselect tests/test_sockets.py::test_getaddrinfo[trio] \ + || die +}