diff --git a/README.md b/README.md index 7f5faaab13..7bc0d5f2ad 100644 --- a/README.md +++ b/README.md @@ -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 2055 Ebuilds in total, 2044 of them have in total 2072 (42 different) licenses assigned. +There are 2056 Ebuilds in total, 2045 of them have in total 2073 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1191| +|MIT|1192| |Apache-2.0|461| |GPL-3|125| |BSD|110| diff --git a/dev-python/aiostreammagic/Manifest b/dev-python/aiostreammagic/Manifest new file mode 100644 index 0000000000..86884edb23 --- /dev/null +++ b/dev-python/aiostreammagic/Manifest @@ -0,0 +1,3 @@ +DIST aiostreammagic-2.5.0.tar.gz 8672 BLAKE2B f9f810f2000b120ca382eebbf4d73dfff460ab29a5cebd0c9ac2eea560ad4d0784e50096ed6e25fd3131cdeb98f11332aeeebe36e7dc3b7f0a854a4282011630 SHA512 3448557bcf7c7f9ca1b9734bdcd61b5bf39fd3dd7b426e9cdbc78e3d9c33a3df43299f4543673b1a81661c6d2636af933d716b4689f8056965f91da49dfba868 +EBUILD aiostreammagic-2.5.0.ebuild 749 BLAKE2B ca999d02700142c55b24a8b022833c3bdde091374652edfcc254e36d4091055b7a327271182bf53cf1fb3ac6eeb0b711f09deee889041764c4cb02f4342fbdd3 SHA512 2a474a5564f52196f04bda09cdf6b1e07156d3e5960013788eb5271d497ca09e97e3d9d9a4f9721ef4915127fc42a97662ed2269d8b574e8b8acbddb01abaac4 +MISC metadata.xml 546 BLAKE2B 24712a4ac8cd294053af27c35a4a8ea269c53a142df42ee83b12f90480bb1626a569bc636bc2b89d50421842abc40e5d40268d52892b701dc76cc57c12392da5 SHA512 7b1915d56c2e2f4346a28c7a9f12474b7be7145bad16064fe9905d80b3851d6de691ec530ed9b03632ab522ec6838a3e055bf3d29271f2deacdd71523da0f8a8 diff --git a/dev-python/aiostreammagic/aiostreammagic-2.5.0.ebuild b/dev-python/aiostreammagic/aiostreammagic-2.5.0.ebuild new file mode 100644 index 0000000000..c8d9cd2cc1 --- /dev/null +++ b/dev-python/aiostreammagic/aiostreammagic-2.5.0.ebuild @@ -0,0 +1,26 @@ +# 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}]" + +distutils_enable_tests pytest diff --git a/dev-python/aiostreammagic/metadata.xml b/dev-python/aiostreammagic/metadata.xml new file mode 100644 index 0000000000..bfa641e358 --- /dev/null +++ b/dev-python/aiostreammagic/metadata.xml @@ -0,0 +1,16 @@ + + + + + b@edevau.net + Andreas Billmeier + + + aiostreammagic + noahhusby/aiostreammagic + + 32528627+noahhusby@users.noreply.github.com + Noah Husby + + +