dev-python/anyio: update HOMEPAGE, SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 13:19:14 +02:00 committed by Andreas Billmeier
parent 06b56d8402
commit 1821d1415b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 11 deletions

View File

@ -1,3 +1,3 @@
DIST anyio-3.6.2.tar.gz 140378 BLAKE2B 0b027c5278415a2eb54f6cce2c948d1e4975c2465331da86f18859ff2e23019edb06d6afd110dbf61ced0b061d57535fed163f88dd6276f64b8e75e965b4983b SHA512 e6e852e682374e7b9cf5e15765fae7f55175504897e044eafc66998411020ccd304d327a640a986fcaab0e7e7aa7566cf1db48ac2408622d0576f4c84b3861e9
EBUILD anyio-3.6.2.ebuild 1241 BLAKE2B 719ecc8c4b21b033af0e2f3ea106fd014b8fa421347db2c38b48e7bf826dd522312ca847558d67feba155f775e01ca7ae63f573a99f45d1a0c719a485178d19c SHA512 c462ee138f273610644c79d3a36d98573412fc5cf4a59f61b63c275b891a7230aaa01bc41d7bf0dcb6ef7f741b252a412989edcaad95cbc50940a81de5569b25
EBUILD anyio-3.6.2.ebuild 1190 BLAKE2B dfb8d8943acd7a3132cfcff2ec28749c902159239576e59a37543657e8a36f496f05a4fcaba72d9b28ec30d2df75cd6a7d86899fdfc6e5b0ed1631a31f93de1a SHA512 68b95f68fe744bf385af9f66b4ed3abcd9b5b0344316bacb57eb4df71b4743fa7b941a89c140a91987bca842be3781c787a4a8c0f5043bfabbfab75177d5035a
MISC metadata.xml 513 BLAKE2B 1a128df54ff66d09506afbc9ad33b9f02166b027c5d5dc60e89abb9cd2809fdde85311090f2df1e2ce2f46ae376ae077b402e3a0e861b0453449cbc4907178ec SHA512 1a26bde236ca868281411456c983ae293dc1dd14d533696f74fb29048247ac918e21d4f74b05ff86a35ab3fdbbaf4d3ba99bf4aa5600f84a1610fa219a177011

View File

@ -1,19 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
inherit distutils-r1 pypi
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"
HOMEPAGE="https://github.com/agronholm/anyio/ https://pypi.org/project/anyio/"
LICENSE="MIT"
SLOT="0"