dev-python/aiostreammagic: add 2.8.5

Closes: #4161
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-02-20 09:31:15 +01:00
parent 37d755d715
commit 4302ce6329
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 36 additions and 2 deletions

View File

@ -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 2365 Ebuilds in total, 2351 of them have in total 2393 (43 different) licenses assigned.
There are 2366 Ebuilds in total, 2352 of them have in total 2394 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1341|
|MIT|1342|
|Apache-2.0|565|
|GPL-3|144|
|BSD|125|

View File

@ -1,5 +1,7 @@
DIST aiostreammagic-2.5.0.tar.gz 8672 BLAKE2B f9f810f2000b120ca382eebbf4d73dfff460ab29a5cebd0c9ac2eea560ad4d0784e50096ed6e25fd3131cdeb98f11332aeeebe36e7dc3b7f0a854a4282011630 SHA512 3448557bcf7c7f9ca1b9734bdcd61b5bf39fd3dd7b426e9cdbc78e3d9c33a3df43299f4543673b1a81661c6d2636af933d716b4689f8056965f91da49dfba868
DIST aiostreammagic-2.8.4.tar.gz 10493 BLAKE2B 852de7abf78e7623e2a066ba89fada1667ef2a20708d05a1654f678ac53078f8b2d30615c388440d6b5ba6dcfd7bee714420d28752a0c00d0fdf78c6eb6ffaaa SHA512 d5f9354114c7937dbee2630e381da8f3441c36f2de8af12de904cb3a9e4c2190fa6b8a534f47106fed8fe19033738d065aea0ad528535699f30d097b03545b76
DIST aiostreammagic-2.8.5.tar.gz 10500 BLAKE2B cbb992090ec72fb24be5ee5a38f7036b4dbaa34f4cbb62c879ed99ffc7961ff38f7cbf76a7bc130fdf14eb6277788d96077db28ac2afddc0eb64419d6d914a9c SHA512 409127f4956d5e2fab27169d632899b32bb66d0e68716e28169898f766d55a01b63e1ae84cf69b307607818b2dfde1527face4c70736a5859eaf25ee3f03cb6a
EBUILD aiostreammagic-2.5.0.ebuild 749 BLAKE2B ca999d02700142c55b24a8b022833c3bdde091374652edfcc254e36d4091055b7a327271182bf53cf1fb3ac6eeb0b711f09deee889041764c4cb02f4342fbdd3 SHA512 2a474a5564f52196f04bda09cdf6b1e07156d3e5960013788eb5271d497ca09e97e3d9d9a4f9721ef4915127fc42a97662ed2269d8b574e8b8acbddb01abaac4
EBUILD aiostreammagic-2.8.4.ebuild 896 BLAKE2B 2e7412b48af9388e9cee62d1259ec210f0f538b6f7156a921dc9ae5b19ecc7958efa3698e144dd367fda6fb45cf00362e84cdb9fd15e21acda823f532a1355fc SHA512 a05d23b50e5648ae81c75e098834433995d70a52810d94e5b5576bb7af1beb34bbdb38052ff6ad3301313261a2c7efc8c640754fbfbceb23814136eebac1e402
EBUILD aiostreammagic-2.8.5.ebuild 893 BLAKE2B 7dd7cbff4ea67e2632eefcb1ab6a7609d063694ab215475fdf5d4f191823f193c0ada0e657a80b700dfea8b681fc141e4deb95cbd47325c7b6073868ea82ed99 SHA512 c9a3b394f4b75d1213ce113c2e745c65f0a02356ed7763088bb707608c215a29240fe55e595742c15cd88faa8aa02fa1d2deda41257139e3a197be27764a2f1e
MISC metadata.xml 546 BLAKE2B 24712a4ac8cd294053af27c35a4a8ea269c53a142df42ee83b12f90480bb1626a569bc636bc2b89d50421842abc40e5d40268d52892b701dc76cc57c12392da5 SHA512 7b1915d56c2e2f4346a28c7a9f12474b7be7145bad16064fe9905d80b3851d6de691ec530ed9b03632ab522ec6838a3e055bf3d29271f2deacdd71523da0f8a8

View File

@ -0,0 +1,32 @@
# 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="An async python package for interfacing with Cambridge Audio / Stream Magic compatible streamers."
HOMEPAGE="https://github.com/noahhusby/aiostreammagic https://pypi.org/project/aiostreammagic/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]
>=dev-python/mashumaro-3.11[${PYTHON_USEDEP}]
>=dev-python/orjson-3.9.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.11.7[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/ruff[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest