dev-python/radios: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-07-11 20:58:56 +02:00
committed by Andreas Billmeier
parent 201f4dfc43
commit 27a50ee8b8
2 changed files with 5 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
DIST radios-0.1.1.tar.gz 12772 BLAKE2B 3074626d67d375e6940f0a2b0b18862722d59f27c1e7f11863870344a0320c4c9fce9c8191ecb36c4833e3bace7ff7b83587f88b7d0b0fbeb12a9544caad501d SHA512 23b9e279b256aed22347da2229db861dc7c5ef57c228c6e1f5cbafe74107ee35e19d23fffa7d272933e92f3f762107cd7a3733df65509a5597b0d302e8738a1a
EBUILD radios-0.1.1.ebuild 1175 BLAKE2B 88565762316e9e1aa9a9f8c4e0743ba184856a490e72d511b608a54c39823bd11c4d9d3b8712b6a4f409154896e07f5a61fda795862c1519820ba02bb46aa561 SHA512 6ec45d079e3125aeb1ee7e891712cf891f3266ed278fc220d498be7d0aa6f83bfba2d5210e6fb4386d0bd468c4efa4289039c0b3018c38b58104db80f732001c
EBUILD radios-0.1.1.ebuild 1161 BLAKE2B 46ab9189eed973e95ac30e3149a3a9d8cb63d0353faf15114e6fd03c30fdbc6675a748601cd51991aed5d8ce5f57bf69c0dd6c432fa19b201bf784286352b49b SHA512 ffb52be84b42d75975d695db9714c9eb53507d639799c790606c14d8f9f681598f003a7351fa2f2214ed8601bc4789c0d0c093b12c3e4721fd1b7bef0b3d033d
MISC metadata.xml 515 BLAKE2B 6cbfd4a5d31e5d28cd4a86dc69de838f49a08601102960642afd662e61c217b0ffad5df56e9073d968d3fc4c5f88f68100036098aa5b9c12aea5208ee50fe93e SHA512 9c37386123889ffed86a507ee246e2faa21148e7041268ee7cbff3d91bf46ba639b38094d9931943043ee13815e704236604bde2cf322a139a7563f351229bad

View File

@@ -1,15 +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} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
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/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"