dev-python/aresponses: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST aresponses-2.1.6.tar.gz 10415 BLAKE2B b483e51749e206304a1560652ccda96b27bccd6a5673917e839210250dc6264738425efea607562ca9e106527251d4b51b905d24b4d0d24cb2029a4fd1987bee SHA512 f829a9e9b5f44895f53a44813ec374f9945b4f9768597c2428b577106cd70c8640d28da19867d74487745207860b3db0fc099d9b1a004683c420daa7fcfb4e4b
EBUILD aresponses-2.1.6.ebuild 788 BLAKE2B b32bd0039e88baa09145ed5ca75a6d2136160e771697b339e2b3468ca765a8c25bdab9a2a8409ebc2a230bad3740700ed395925bbf17c8d7aec7f6676afb7ba2 SHA512 1864fcf8768bbdd7b13f5306b6c7c1e2fdd2a3ce165540be603aee6b7d96cc2c8cfdaccc8b780f16000152b4143785e84bc9e4301e3b551fb29721f1a7b0816f
EBUILD aresponses-2.1.6.ebuild 732 BLAKE2B d9e2c0a05239256c48aa0e7c5502195f4b8f79f4a5cbd8975bcc35730fcab2d92c6ef05d7c8f48d5a540eea7d75ec923feb517bd9cbb2d10376452c77950191e SHA512 a44cdfef14a09512cc9f0eea0629db46d8ba457f33d19b0c1640baf355711eff81ef93c94c7231a7791235d93c894370e890460fe7033d17d23823b7c34f6fcf
MISC metadata.xml 534 BLAKE2B 18849ab0c3082b4f7a49c471552d9c64cc1352a4b3cde89643a3f27ba7cd9cf3f0bbf179dea781b0e27f5043568e8c6311f1a2d4a111af09412218a9473b1613 SHA512 4876a0e973ce2641d027b69f21f61f9957d1d9fc75319b8038d53bf392a59145ffea42164482050871565ce5b40c18eecb808accfc5702728fd9bc00733e1d35

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="Asyncio response mocking. Similar to the responses library used for 'requests'"
HOMEPAGE="https://github.com/circleup/aresponses https://pypi.org/project/aresponses/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,7 +20,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"