Skip to content

Commit

Permalink
dev-python/aiostreammagic: new package, add 2.5.0
Browse files Browse the repository at this point in the history
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3942
Signed-off-by: Andreas Billmeier <b@edevau.net>
  • Loading branch information
onkelbeh committed Oct 22, 2024
1 parent 1902a1e commit 8322a99
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
3 changes: 3 additions & 0 deletions dev-python/aiostreammagic/Manifest
Original file line number Diff line number Diff line change
@@ -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
26 changes: 26 additions & 0 deletions dev-python/aiostreammagic/aiostreammagic-2.5.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
16 changes: 16 additions & 0 deletions dev-python/aiostreammagic/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">aiostreammagic</remote-id>
<remote-id type="github">noahhusby/aiostreammagic</remote-id>
<maintainer status="unknown">
<email>32528627+noahhusby@users.noreply.github.com</email>
<name>Noah Husby</name>
</maintainer>
</upstream>
</pkgmetadata>

0 comments on commit 8322a99

Please sign in to comment.