dev-python/ajsonrpc: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-10 13:00:06 +02:00
committed by Andreas Billmeier
parent e6906914f4
commit 7c3679aedd
2 changed files with 5 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
DIST ajsonrpc-1.2.0.tar.gz 22108 BLAKE2B 1ba7ebd68713c0951bbd309638a3de71a64877bdcac82f53228f6fea7189239d6bab643343b8d2ddb8978e276ddc8205b81190a00f85a0e169ca7552e75ed30c SHA512 958300ff858f1997012591cfb47d2ee1b7ba2f0a9577cb8568817ce7b490e13a5b757ea79153b4e6cf3aaf54e58e4ff925e25513f46b06e483b04b882f626b49 DIST ajsonrpc-1.2.0.tar.gz 22108 BLAKE2B 1ba7ebd68713c0951bbd309638a3de71a64877bdcac82f53228f6fea7189239d6bab643343b8d2ddb8978e276ddc8205b81190a00f85a0e169ca7552e75ed30c SHA512 958300ff858f1997012591cfb47d2ee1b7ba2f0a9577cb8568817ce7b490e13a5b757ea79153b4e6cf3aaf54e58e4ff925e25513f46b06e483b04b882f626b49
EBUILD ajsonrpc-1.2.0.ebuild 661 BLAKE2B 9c0534c3f27206293952c930030379249f26c5cf537cd0ff07deba31ffc48854ae1b03f9e32d56c3b1005ab86886276b822768bd50c2be29f33b3f4dee4c835d SHA512 8dd90d001590066c22295a3695ecab398f6fa4fe3970588ae3fff56b1be074e4b6f61dd45e006507a70f13d927884867a988c6d5cdd005c8a9b4f2ea196f39bf EBUILD ajsonrpc-1.2.0.ebuild 605 BLAKE2B a3a29518611fc81c642f03833645e0ab878d31b5cd064c6fbde24a57badaccb2d14a099ea21751faaedbb97952a22dcc66e8c0eb6dd2323295bc5d43d8d4d0bf SHA512 4dab44e791ae5632c04069199571fc2dd95d8149ebb4fbfbccf468fccf5795a20fe45438782d88ccf6a384fef5537a11640d70a4b1ba3cc6082c295c3e9220b7
MISC metadata.xml 501 BLAKE2B 3eee7d92cad5745ff8ad722cedbd73f9ebd8345822d57a94e582cc1504a52b84ae91fda09d0660aced8f2b50a57ef914d2d72b3ef98d14f3f65913b8ba2f36e0 SHA512 bc2579717c8d9d3bbce74f3f1aee5f1c2a546044030607c2797642f426ca4d9f4f6f6101c213b07c796d3003a28934f5ac7f0624222390dba8470ecc356e5acd MISC metadata.xml 501 BLAKE2B 3eee7d92cad5745ff8ad722cedbd73f9ebd8345822d57a94e582cc1504a52b84ae91fda09d0660aced8f2b50a57ef914d2d72b3ef98d14f3f65913b8ba2f36e0 SHA512 bc2579717c8d9d3bbce74f3f1aee5f1c2a546044030607c2797642f426ca4d9f4f6f6101c213b07c796d3003a28934f5ac7f0624222390dba8470ecc356e5acd

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 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{9..11} ) PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 inherit distutils-r1 pypi
DESCRIPTION="Async JSON-RPC 2.0 protocol + server powered by asyncio" DESCRIPTION="Async JSON-RPC 2.0 protocol + server powered by asyncio"
HOMEPAGE="https://github.com/pavlov99/ajsonrpc https://pypi.org/project/ajsonrpc/" HOMEPAGE="https://github.com/pavlov99/ajsonrpc https://pypi.org/project/ajsonrpc/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT" LICENSE="MIT"
SLOT="0" SLOT="0"
@@ -20,7 +18,6 @@ RESTRICT="!test? ( test )"
DOCS="README.md" DOCS="README.md"
BDEPEND=" BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( test? (
dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}]
)" )"