dev-python/jsonrpc*: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-19 20:39:05 +02:00 committed by Andreas Billmeier
parent 8cfd282574
commit 85dc7c28ec
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 12 additions and 14 deletions

View File

@ -1,3 +1,3 @@
DIST jsonrpc-async-2.1.0.tar.gz 5083 BLAKE2B a84614fcc26b8805bd2902a91b4430ab018b49c50d061d7b41c84cd6dd7538df45ecfd2bb18d4d22765b661b9d538e332d3a065ad24e14ddd50e17782885c3dc SHA512 5aa4f3b191ff92ac40c4a4868e74c98930bdeccd6549c23c43cb7fc7ee97c0dbabf5dd2bf6813562fa537d66f81674f65450649e71cd0879f9b1ef56bcac91f4
EBUILD jsonrpc-async-2.1.0.ebuild 758 BLAKE2B 0ba04344378a8645792ff19f1c9648cd605dc5a7a82dd4c08e760ad3bcaf8a5a8a6da124627f49abf9acdb82a35adf252477beb3776f71c3c702522775e6618f SHA512 0646b33f4f99b07f1dd99c6dec50fc48a0721924581642493f23f3c20221675ec693582402dcb7faee366491aaf38394a38fd5d6abe736132d837231407b8cfa
EBUILD jsonrpc-async-2.1.0.ebuild 723 BLAKE2B 0fd8e2771bbd5fe3a4c829d4525e0f2f0a13f58636c4fe936a3f7acd1aa4077c8a059a136f17420beb5fe15c74a9d0acde9e87da42451d8261486c30f59d9e4a SHA512 03910674452abd594c9dfd54fbe8c6e170e1b6d992df33b7aefb22b9dfa87a66f03cdf45bccb0090ba3054a150f08c721562d3b986b3e90da441a08d4f9d2e42
MISC metadata.xml 519 BLAKE2B 916e594582cd4ddf3aaba049502cba12bf471c34a1f24e04d1787e502cd14a4859493241f218f48b8c62868876585c39c0be97432e3f1e2945f790226e49225b SHA512 16e9229e62419fe0bd542e58fa5c2575cd827a0383c3960e101c61dae8064f033f578a129b54f98b58e8e497027136a40df0cd0a5d89e82c309f9270d0b09cad

View File

@ -1,15 +1,15 @@
# 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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A JSON-RPC client library for asyncio"
HOMEPAGE="https://github.com/emlove/jsonrpc-async https://pypi.org/project/jsonrpc-async/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@ -22,7 +22,6 @@ DOCS="README.rst"
RDEPEND=">=dev-python/jsonrpc-base-2.1.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"

View File

@ -1,3 +1,3 @@
DIST jsonrpc-base-2.1.0.tar.gz 5867 BLAKE2B f4b1463eeb670c248bbdbbca26cb028f4679b9aeb62ee1047b7331ecdd04ab03a123764e3b2a96b46c901c0a3b006858477f1ede4cc69583411e107106ed6985 SHA512 3f697b76c588a56b894ee16a0e65b6f4454255c0f3e71029854047474a76c7e7064623fd62c42ef70797b66f96bccffed4c646832b4c9d84f95a98eb2d136f62
EBUILD jsonrpc-base-2.1.0.ebuild 653 BLAKE2B ed66ae964ecd556ceb88895cdf4ad45581637769f74dfc20f0597353154d8779920e7fcf20c00d36c8dc52cbef91a89e2d9f90316a133add4c8c71622e2ca838 SHA512 523b014d2632b581e3fd49ec2117bc95b5edfddd6ad3942c93781f0c919d1fbacb748fab42a04274d2a3ce9fb4564d512703046c2108a959d9a9b2e28b7dfa3e
EBUILD jsonrpc-base-2.1.0.ebuild 618 BLAKE2B b02177ab7cced52b2cb9fe1c10cf6eeea95d2ad8746f534dad96739fcdde994fa1f0482106c1c360b41486ffe4d239313461680eac527ad0dc072d1669ebdc27 SHA512 47da7d91f2422ffa372a5792ad2ba8ab834fa9c14c3223021d62297e329b4cb8f0b91b9a81bafbdb4f63eea1fbe62554b8764b1ce82adb5ccc1e0e8b4ef8c79d
MISC metadata.xml 517 BLAKE2B 9ab09325b4df3eaf99a8aa0c1dc0402a78bd07851c4bb56e9efe73f5f56f79746b896f0ac660ab2117be665836d5cc981e730cbaf90809999b95bc2c11775f69 SHA512 072274890c23cb58b467ca29d770764a07c4ea52755c9515ffd5a58400ef03c380fe033240a2958c406d32f3ca12c504ca48b9d37a1219bd852d7216895d4596

View File

@ -1,15 +1,15 @@
# 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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A JSON-RPC client library base interface"
HOMEPAGE="https://github.com/emlove/jsonrpc-base https://pypi.org/project/jsonrpc-base/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@ -20,7 +20,6 @@ RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"