dev-python/janus: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 20:00:40 +02:00 committed by Andreas Billmeier
parent 08e398f732
commit 5f62e7f571
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 4 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST janus-1.0.0.tar.gz 19043 BLAKE2B 0a70e47525d5dbaac019428773dea03bf6fea452aa542be3419b369674b8e06245f3e5566672b2533bfaa8b658a1f591aed19086d54652ef5f57753f96355e82 SHA512 d66899adad12cc1100a20cb75d8e146321ef947bde996a07490158a5f34c39421bb1a5b08ac87679264a6bee1d3dc9f425fa29d52199626d322fe4462ed8f1f3
EBUILD janus-1.0.0.ebuild 777 BLAKE2B 343f0915e9e3ba8aede088b148cbe9f8c48eda1b59381d7bca335c5d602e7211dc641da6bfb728b71f1651d663df7fceec5bbfbe324a3ec6c0bec20cb8b57a3b SHA512 cc1f2187b9ea289c97d16d2a80e2c5d3adf0b7bcf1e828a9603a8fdfbb858c5e34abb5f38307ce510e420d1d5a510f1bb604c49caada2cccca008a4f7cf96163
EBUILD janus-1.0.0.ebuild 690 BLAKE2B d0600152741296dc20c0d32d93196868dcaa02ae31c8055c9423266e0915c7dad3187c0b5b2e279b68eed8641504a3e26429ac630667e4bb5e3f4f8b153e77d9 SHA512 238ac24825239fe1ab67e95f12f2828ba4a69d41dac3c51cee607080078f07f3525bc2763005c19511fb301a9b08acfd55a88ce1b250418328f1cd224ca86d86
MISC metadata.xml 545 BLAKE2B 4aef712aaa03c527ab47284f3e0f8e0c027305eb48b6f613dc355d86ccee9b8d3563dc1efddfcd84f225cbcbf5d4202e8aaf3f10c3d9e4559e88619646bb88b7 SHA512 49241cbadab3556823f5b25c30c41f995d9fd2e37d8cefcc9f769418ce6e38628f95cbfbd8413a4808e775e8bdbe527ac1935a0d3dfc239a33c7cf28ae2735ea

View File

@ -1,16 +1,14 @@
# 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} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Mixed sync-async queue to interoperate between asyncio tasks and classic threads"
HOMEPAGE="https://github.com/aio-libs/janus https://pypi.org/project/janus/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -22,7 +20,6 @@ DOCS="README.rst"
RDEPEND="dev-python/typing-extensions[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"