dev-python/aiostreammagic: add 2.8.4
Closes: #3996 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
376da42cec
commit
716aa6e2be
@ -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 2267 Ebuilds in total, 2253 of them have in total 2292 (43 different) licenses assigned.
|
||||
There are 2268 Ebuilds in total, 2254 of them have in total 2293 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1284|
|
||||
|MIT|1285|
|
||||
|Apache-2.0|528|
|
||||
|GPL-3|143|
|
||||
|BSD|124|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST aiostreammagic-2.5.0.tar.gz 8672 BLAKE2B f9f810f2000b120ca382eebbf4d73dfff460ab29a5cebd0c9ac2eea560ad4d0784e50096ed6e25fd3131cdeb98f11332aeeebe36e7dc3b7f0a854a4282011630 SHA512 3448557bcf7c7f9ca1b9734bdcd61b5bf39fd3dd7b426e9cdbc78e3d9c33a3df43299f4543673b1a81661c6d2636af933d716b4689f8056965f91da49dfba868
|
||||
DIST aiostreammagic-2.8.4.tar.gz 10493 BLAKE2B 852de7abf78e7623e2a066ba89fada1667ef2a20708d05a1654f678ac53078f8b2d30615c388440d6b5ba6dcfd7bee714420d28752a0c00d0fdf78c6eb6ffaaa SHA512 d5f9354114c7937dbee2630e381da8f3441c36f2de8af12de904cb3a9e4c2190fa6b8a534f47106fed8fe19033738d065aea0ad528535699f30d097b03545b76
|
||||
EBUILD aiostreammagic-2.5.0.ebuild 749 BLAKE2B ca999d02700142c55b24a8b022833c3bdde091374652edfcc254e36d4091055b7a327271182bf53cf1fb3ac6eeb0b711f09deee889041764c4cb02f4342fbdd3 SHA512 2a474a5564f52196f04bda09cdf6b1e07156d3e5960013788eb5271d497ca09e97e3d9d9a4f9721ef4915127fc42a97662ed2269d8b574e8b8acbddb01abaac4
|
||||
EBUILD aiostreammagic-2.8.4.ebuild 896 BLAKE2B 2e7412b48af9388e9cee62d1259ec210f0f538b6f7156a921dc9ae5b19ecc7958efa3698e144dd367fda6fb45cf00362e84cdb9fd15e21acda823f532a1355fc SHA512 a05d23b50e5648ae81c75e098834433995d70a52810d94e5b5576bb7af1beb34bbdb38052ff6ad3301313261a2c7efc8c640754fbfbceb23814136eebac1e402
|
||||
MISC metadata.xml 546 BLAKE2B 24712a4ac8cd294053af27c35a4a8ea269c53a142df42ee83b12f90480bb1626a569bc636bc2b89d50421842abc40e5d40268d52892b701dc76cc57c12392da5 SHA512 7b1915d56c2e2f4346a28c7a9f12474b7be7145bad16064fe9905d80b3851d6de691ec530ed9b03632ab522ec6838a3e055bf3d29271f2deacdd71523da0f8a8
|
||||
|
32
dev-python/aiostreammagic/aiostreammagic-2.8.4.ebuild
Normal file
32
dev-python/aiostreammagic/aiostreammagic-2.8.4.ebuild
Normal 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/websockets-13.0.1[${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
|
Loading…
Reference in New Issue
Block a user