dev-python/radios: drop 0.1.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 20:52:27 +02:00
parent 354fa39c89
commit 8ecf4db28e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 3 additions and 46 deletions

View File

@ -617,13 +617,13 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1817 Ebuilds in total, 1806 of them have in total 1826 (42 different) licenses assigned.
There are 1815 Ebuilds in total, 1804 of them have in total 1824 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1029|
|MIT|1028|
|Apache-2.0|405|
|GPL-3|118|
|GPL-3|117|
|BSD|105|
|LGPL-3|25|
|GPL-2|21|

View File

@ -1,7 +1,5 @@
DIST radios-0.1.1.tar.gz 12772 BLAKE2B 3074626d67d375e6940f0a2b0b18862722d59f27c1e7f11863870344a0320c4c9fce9c8191ecb36c4833e3bace7ff7b83587f88b7d0b0fbeb12a9544caad501d SHA512 23b9e279b256aed22347da2229db861dc7c5ef57c228c6e1f5cbafe74107ee35e19d23fffa7d272933e92f3f762107cd7a3733df65509a5597b0d302e8738a1a
DIST radios-0.2.0.tar.gz 12264 BLAKE2B 6dc1a095cc221afe68f3daf27d7ea6a0b7b99becc7db9d73899333004d73e20eaef81e522ccb1f7c15dffc8d56e259517b8cef22e72eaead67d95dfdc296c221 SHA512 127d0c34e504bd02662fe0aa31f16936bc9eed5876571ae044f3ebcb6623caf717e5bb427fa7344100d1e5ea60932db8ebe12d2dee821f32492da3f137e9c74d
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,41 +0,0 @@
# 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/pydantic-1.9[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]
>=dev-python/pycountry-22.1.10[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/aresponses[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest