dev-python/aiomusiccast: add 0.14.8

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-03-23 23:12:29 +01:00 committed by Andreas Billmeier
parent d9f98e5f1a
commit 1edd9f86a0
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 37 additions and 2 deletions

View File

@ -576,11 +576,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 1825 Ebuilds in total, 1814 of them have in total 1830 (36 different) licenses assigned.
There are 1826 Ebuilds in total, 1815 of them have in total 1831 (36 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1060|
|MIT|1061|
|Apache-2.0|402|
|GPL-3|116|
|BSD|96|

View File

@ -1,5 +1,7 @@
DIST aiomusiccast-0.14.4.tar.gz 36923 BLAKE2B c680f0fccdd802ec2b64c03ce55dfa6a7651d4e989dbfb982e1bbcfbae91ef4dbe4ca188f679583ff64b06da3c7969e112e5e529cbda872b54ac8149eec9b954 SHA512 e6863946e563f895b8ecd6cc9ffa1d7216f609a5c534c88a8062076cce38b469251da9d39f7ee3ba72e19401e7eb5d90a2418c2ac2e7841055f467bea1a90631
DIST aiomusiccast-0.14.7.tar.gz 37199 BLAKE2B 71a0fcf4c0ebff95cc51148adf1811fc01b5fe49a23137dfbdf1ffa25bc3ae706eca0abab6d89ce088497c8f9d74b720222b65bf6fd90249612eaa83efa3eb57 SHA512 c994c8ba20dda5d609637780e0c1adc2cee1b998f80a8c871c8c456a77e86a0b7560320555f60e4438ad89410562c79505aa5e5f7917823d80896312c735a751
DIST aiomusiccast-0.14.8.tar.gz 36860 BLAKE2B 8358fa57e9e15b6e51c4185824041c7e597b3d49c80f33c2ff020064d262b7b30b44b5f8c803aef14ddce29a773787baca1a284c04efbd01a5225a0f62fb9f04 SHA512 72e602b68659dcd2ac659dc69a7ff3bfe98d94c31c58425e01f8755ee09c4fd3431a0c08a876c0443b0d9bd3a533b14ed7cbf3222f224b1b58010848a3874f09
EBUILD aiomusiccast-0.14.4.ebuild 867 BLAKE2B 83eb5c1c3d0b17e4ccb827623c2e934d1aa8a90b49eecf44fbfe7d1dca6d3d397f681d70e72987c2c6ca314404c41174ca05f9d0c1bd4a91dcc704ca5369a7aa SHA512 a7eea26e7c72fdb2774cd0e5e0d9c93c1a5b4a505fb9e530e642e5557b51b8bc993da7b2169014572b11f82d9063b69273c066d58b1d3c8ba6bac6c46f324a21
EBUILD aiomusiccast-0.14.7.ebuild 866 BLAKE2B c59f53801f7fcd3314e045cfdcc869416bf0e454241b6be5b799e0d8137cddadb31cd03b709398d74db8ff94bca2431cf1c43769c9b0e372f9fa7c2773ef6e90 SHA512 f5d7b84e9e6562c685a24472ce9f730c1e660f1b10a011bb2108c3d0e6bbba241a42ecf16a52463408648b8a196c8494ef51f4e0ad80865b1a175d198c39d901
EBUILD aiomusiccast-0.14.8.ebuild 779 BLAKE2B 11a878927cf27e80b34624501405c748528149fc625a7bbedaad7c38e1eed8d29248eb53287aea953bcd2660269ae40c79a5ce63aee7e8c148ae2c112360f5ca SHA512 585e380ba0d84ce0b3ec019330ac8fa9361c6e1b84b9ece8ce13dfed6710383fd247275cc507ec27420488f026656d699c72e35a10d32b45767322e00074e629
MISC metadata.xml 522 BLAKE2B b1a255e734b9c20a84fabefd3084758b2be7b52ad938890dedf36970d85bd2c1ee289674a9d9cbe2398d260277b8604a3e4b345bb93ac1023ebb0b8e4fa02f63 SHA512 652d01f2fea134f10c2fbfcbda540288c21f19e965f18833c9a918a74a415c387f09545ae6f9cf290767830db45ef9e78b8acd21104cd6cbc3316c4b7e41bb3a

View File

@ -0,0 +1,33 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Companion library for musiccast devices intended for the Home Assistant integration."
HOMEPAGE="https://github.com/vigonotion/aiomusiccast/ https://pypi.org/project/aiomusiccast/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/freezegun[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest