dev-python/radios: add 0.3.1

Closes: #3141
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-08 18:02:44 +02:00
parent ef0628956d
commit 5cb9219486
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 45 additions and 6 deletions

View File

@ -1,5 +1,7 @@
DIST radios-0.1.1.tar.gz 12772 BLAKE2B 3074626d67d375e6940f0a2b0b18862722d59f27c1e7f11863870344a0320c4c9fce9c8191ecb36c4833e3bace7ff7b83587f88b7d0b0fbeb12a9544caad501d SHA512 23b9e279b256aed22347da2229db861dc7c5ef57c228c6e1f5cbafe74107ee35e19d23fffa7d272933e92f3f762107cd7a3733df65509a5597b0d302e8738a1a
DIST radios-0.2.0.tar.gz 12264 BLAKE2B 6dc1a095cc221afe68f3daf27d7ea6a0b7b99becc7db9d73899333004d73e20eaef81e522ccb1f7c15dffc8d56e259517b8cef22e72eaead67d95dfdc296c221 SHA512 127d0c34e504bd02662fe0aa31f16936bc9eed5876571ae044f3ebcb6623caf717e5bb427fa7344100d1e5ea60932db8ebe12d2dee821f32492da3f137e9c74d
EBUILD radios-0.1.1.ebuild 1116 BLAKE2B b55f88a4eb31fc4ad3a3754340769e0810ee124bf22d72b4087c080f73287d498efe4c76e892989438aa57b6872c1e167c3e343b20c306c829bbcd1b4b45b49f SHA512 3bd99c354e818dd9499f0d4ee414dc57b39efeed5b9c89e45181023a1dda23beb8b774f3781027d03befaeb05f4a1d829162c5db56f50d0f344e2b1ee7a62b2e
EBUILD radios-0.2.0.ebuild 1162 BLAKE2B 5185def4a71e91656b6962c2237e9af5fb839b3dc3289328f8c59018cebb4366d30da6a1f6b24ab02173a28e224fa32bd788f9b4b8d189d7237bef6698fa0ae5 SHA512 d4cf6173c12e0d8eede52f75888e577e15ec1943167e1688bc2b5f99692b32c774bd2bbc249f0a665eea9d9a31d46dc0c79a07ab5166ec4c22ba9443cc6f1c3c
DIST radios-0.3.1.tar.gz 12504 BLAKE2B d504ab8a122d74b42f059a4d95c07a7ad6af256614106f50b6573bac87b3b4dfa98a3b389e920e7004c0ba77497de45d9ab457fe70f22b9488986cfdb678370c SHA512 b03ab283f911a354aa83706a6d14bb713181df0a905a28c75258343bed0e15d2449227c5ce5ba894081cf64bc2d87d1df6633e23a1a6835c726dafd4d9762027
EBUILD radios-0.1.1.ebuild 1116 BLAKE2B 62eba27439d16c20548c7d167695e79faeebaa235d6a9e4c8b065408308f56ea1d1f58182b32c1d8c63475635b7c34f094815bc6b189a38dd81f75768dedae8a SHA512 d8e12c9e912d2470672caf5d92f8636fc85362b74701d239ded08efb0844b907670c5026472cfd3994f307dfb74fc5708a466d71ffd4999bd87734cb433a4428
EBUILD radios-0.2.0.ebuild 1162 BLAKE2B df0c7ffb96ca6e8562f46cc069a058dba96dba8fd279d38f1aff6c4a8b139276502a7083c242addade75c458e5c8a581f88b47b03baf8a855bcc268ee51e066b SHA512 621d8f6beda74cf77d9d2f2cdb12afec8820274998db907068349eb396aeb2f1165b036c9e5a69dd759ca1fc4e70927b3fcc7f48bc3628b05c6d2cea42a9a1aa
EBUILD radios-0.3.1.ebuild 1083 BLAKE2B d760aa86bdba1625b3160d711e4d8fa143d173480f12cc8b9b7c41231161c66c8b4978d3dd28cc5aa674088daa0fa63c5166cc7317f3fa78b5cfed82bb409e5a SHA512 dc0665928f98f26badc67885e5f7085615b0820cad19ea2e54ef1c0bb744d1919f1503ec80d8036afe36ea9bebdaa42222b84edddb36601cd087360a005cabd7
MISC metadata.xml 515 BLAKE2B 6cbfd4a5d31e5d28cd4a86dc69de838f49a08601102960642afd662e61c217b0ffad5df56e9073d968d3fc4c5f88f68100036098aa5b9c12aea5208ee50fe93e SHA512 9c37386123889ffed86a507ee246e2faa21148e7041268ee7cbff3d91bf46ba639b38094d9931943043ee13815e704236604bde2cf322a139a7563f351229bad

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi

View File

@ -0,0 +1,37 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client for the Radio Browser API"
HOMEPAGE="https://github.com/frenck/python-radios https://pypi.org/project/radios/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiodns-3.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
>=dev-python/awesomeversion-21.10.1[${PYTHON_USEDEP}]
>=dev-python/backoff-1.9.0[${PYTHON_USEDEP}]
>=dev-python/cachetools-4.0.0[${PYTHON_USEDEP}]
>=dev-python/mashumaro-3.10[${PYTHON_USEDEP}]
>=dev-python/orjson-3.9.8[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]
>=dev-python/pycountry-23.0.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/aresponses[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest