dev-python/asyncclick: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 14:41:58 +02:00 committed by Andreas Billmeier
parent cc3da4049d
commit ef531b309c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST asyncclick-8.0.1.3.tar.gz 337340 BLAKE2B 74901b5c65a1818e405dce79d4e224925a9e5e20f37f2a0fcef5c88289a4e248efb89b85c6390c40aa5f76c24f207e903973bad560740168045e9201cab49923 SHA512 4bd451bd3472a614551143b17c56dd78f0328514719d078a1d6d8a1af25676558a46fe5c3a49e166693ca7b7ec6eea8d487fa6dbc5bc474c62b64cbe49f07e6b
EBUILD asyncclick-8.0.1.3.ebuild 753 BLAKE2B 84ddef5098d2dfb80d13af35bc3ddbf3395401bbc4277c29ecb37722c0905213573f5fb48080ef6f2755ac472cfc81432aecefed6072ba746ee0812e5a9e63ba SHA512 cf9fe3b2b36c2551bf32163d824decb74e6114902fbcc8b992490c1016d69c2c0573413af7bacc6137c1262a70963d8b1f3b60f684c824a9c7ca79705d36f9a8
EBUILD asyncclick-8.0.1.3.ebuild 697 BLAKE2B 1824fe00f2458f38fa0321988350070b12fccb9dda8281f2e1d8cd5eef1745e1fddcb720b7a6436f73e9fb336d92817f27fefeae26236c60442d91210002e197 SHA512 9033997858fc17e5dcf1b109066ea12a215e3fe2bacfd0932a960428790b2cd3185d7bf8f74b70357a76fcd358c6c64a299d9711e86d13e87ee2a61f1164f989
MISC metadata.xml 530 BLAKE2B dc94859e5df23e9d3a9e752709815634aad05a1c7c8a07076f60c39384c94fd3881c29182cf1553d6e46eea72ba558cb4a68951df5b892fabfbcf1be9d031cfb SHA512 75a2689f558477c813adaf1963bdcab1e5c0e38943c42b832da1cca2fe9c47f7ffe38384e54bc8ae9c54c371ff8c299605b6e9f9f4ad94206a542f3965a96c55

View File

@ -1,15 +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_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Composable command line interface toolkit, async version"
HOMEPAGE="https://github.com/python-trio/asyncclick/ https://palletsprojects.com/p/click/ https://pypi.org/project/asyncclick/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@ -21,7 +19,6 @@ DOCS="README.rst"
RDEPEND="dev-python/anyio[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"