dev-python/radios: drop 0.2.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
fb48b06df9
commit
74545ddc0d
@ -606,11 +606,11 @@ 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 2304 Ebuilds in total, 2290 of them have in total 2327 (43 different) licenses assigned.
|
||||
There are 2303 Ebuilds in total, 2289 of them have in total 2326 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1312|
|
||||
|MIT|1311|
|
||||
|Apache-2.0|532|
|
||||
|GPL-3|146|
|
||||
|BSD|124|
|
||||
|
@ -1,7 +1,5 @@
|
||||
DIST radios-0.2.0.tar.gz 12264 BLAKE2B 6dc1a095cc221afe68f3daf27d7ea6a0b7b99becc7db9d73899333004d73e20eaef81e522ccb1f7c15dffc8d56e259517b8cef22e72eaead67d95dfdc296c221 SHA512 127d0c34e504bd02662fe0aa31f16936bc9eed5876571ae044f3ebcb6623caf717e5bb427fa7344100d1e5ea60932db8ebe12d2dee821f32492da3f137e9c74d
|
||||
DIST radios-0.3.1.tar.gz 12504 BLAKE2B d504ab8a122d74b42f059a4d95c07a7ad6af256614106f50b6573bac87b3b4dfa98a3b389e920e7004c0ba77497de45d9ab457fe70f22b9488986cfdb678370c SHA512 b03ab283f911a354aa83706a6d14bb713181df0a905a28c75258343bed0e15d2449227c5ce5ba894081cf64bc2d87d1df6633e23a1a6835c726dafd4d9762027
|
||||
DIST radios-0.3.2.tar.gz 12535 BLAKE2B fda6079e197c245df849a25b3b9dcf1450f50fb392f3248d7ffb396e2599549d942f98b5c6cd620dfe5b730b701571ed00987eb726a180cdf60fc058785c6591 SHA512 5e25e22514e32050fba155e6c1fe1f0135276f05124ed0054a6411cfb98e8033d042c85dc833bfd77c64bb75831281d77b6ab2d739c4dd3e868a3a82664bf48c
|
||||
EBUILD radios-0.2.0.ebuild 1162 BLAKE2B cba39c855b9cbef01cca48809833c3c29855afc17cdd8774e08f8bac46a648e02a9112ba0004a04d977b6373244cf1bd5f77c7703cf139e1af32ff2da104a67e SHA512 8a43a00ed4089e85fefa25f8011e2b056dcb01bf825c69573adcddf1392179732f0d294ebe9dc155450d70abd00c885327707f5c1982e25b0f8d09047be98ca1
|
||||
EBUILD radios-0.3.1.ebuild 1083 BLAKE2B d7f6f2bcdc09feb046e9320d8706802197b2499e4ae6101b6fd48d80771c6202afef756f8df6144160552bcba2272c5c13225ac29f0d552b5901973cdbf5b136 SHA512 f71adda9d6fb6b4160685313745793cadf6252a1829047abc4f1467f82127f328d1480ddd9da810660fe454b5c16cea42218c9e6451954dd97215d3df289ea4a
|
||||
EBUILD radios-0.3.2.ebuild 1083 BLAKE2B a36c4b9e8f78f13a0988fc5d3ead59c3cf46409ed8fb02ab1f1497bbb4d292849554b23e4ad529f3e8b6ba5244af7c8684206dc6f6a291290fc53f14f4f2ccf8 SHA512 91937bc46aecef5fa024f1d9f032b2158991e43442610e08f7949cb17a9076313a11b087fea8a39167240b5b272299bccd69ba4ec1cfa85d137d5c6ea72643b1
|
||||
MISC metadata.xml 515 BLAKE2B 6cbfd4a5d31e5d28cd4a86dc69de838f49a08601102960642afd662e61c217b0ffad5df56e9073d968d3fc4c5f88f68100036098aa5b9c12aea5208ee50fe93e SHA512 9c37386123889ffed86a507ee246e2faa21148e7041268ee7cbff3d91bf46ba639b38094d9931943043ee13815e704236604bde2cf322a139a7563f351229bad
|
||||
|
@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
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[${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
|
Loading…
x
Reference in New Issue
Block a user