add anyio-3.3.1

This commit is contained in:
Andreas Billmeier 2021-10-02 15:53:24 +02:00 committed by Andreas Billmeier
parent e268a96a0a
commit f89ebdb55c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST anyio-3.3.1.tar.gz 133007 BLAKE2B 21775b1d8c5b3f7aca002233f1c96d90b21502b4508dcb3d4786aa2aad7f0bca8a8c740ddaac46736de677d98cad2cf7b5bbd2cee30ba1e48698b13f04ea8c46 SHA512 36c1d47843c0817a94dd8ff3269654918942731581bde57a19b1114aa72b5f091feffd634b44afb2b55c7977aec1cae83a726a5c10221d345233236b37dd5d3d
EBUILD anyio-3.3.1.ebuild 1047 BLAKE2B fed3e6121a466e5668d5cf13f2aca3ea69e0804ba601a88e7956cf4a6daf8b87662df6b59fb659149e033a642cb1935caa0dabac6d95d671314d9e7c6fab64fe SHA512 ffd69f5a68ca94d960d10392e8d0457edbe1fae00bb3f872a03826606e80e8c4996d6c9bd18efe043a37f0bab55f2bb74169f6340b0c81083851bd2a80f877b5
MISC metadata.xml 456 BLAKE2B 62babbedcbec669ce6f5e32b025cd543d01731c7b94d4d6f42ffb2f82e6ee662b3ba017ccfe1f5b92f4cb971101ff4ccdce2aac5f1be4d0dea2bc83cb153b43a SHA512 cc860e94c1f95c34301f35f675e298435a88c047a99d2ff989058471cd3efc122f4c2c93bd4780eb67226845693e2d69daee9f8c3424a6d89f7f5f3b4eb51ee7

View File

@ -0,0 +1,38 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
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 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
RDEPEND=">=dev-python/idna-2.8[${PYTHON_USEDEP}]
>=dev-python/sniffio-1.1[${PYTHON_USEDEP}]"
BDEPEND="
test? (
>=dev-python/hypothesis-4.0[${PYTHON_USEDEP}]
>=dev-python/pytest-6.2[${PYTHON_USEDEP}]
>=dev-python/pytest-mock-3.6.1[${PYTHON_USEDEP}]
dev-python/trustme[${PYTHON_USEDEP}]
>=dev-python/uvloop-0.15[${PYTHON_USEDEP}]
)"
distutils_enable_tests --install pytest
distutils_enable_sphinx docs \
dev-python/sphinx_rtd_theme \
dev-python/sphinx-autodoc-typehints
python_test() {
distutils_install_for_testing
epytest -Wdefault -m 'not network' -p no:django
}

View File

@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">anyio</remote-id>
<maintainer status="unknown">
<email>alex.gronholm@nextday.fi</email>
<name>Alex Grönholm</name>
</maintainer>
</upstream>
</pkgmetadata>