dev-python/mozart-api: add 4.1.1.116.0

Closes: #3989
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-11-01 08:58:56 +01:00
parent 9a5534283e
commit ab354ca755
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 2266 Ebuilds in total, 2252 of them have in total 2291 (43 different) licenses assigned.
There are 2267 Ebuilds in total, 2253 of them have in total 2292 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1282|
|MIT|1283|
|Apache-2.0|529|
|GPL-3|143|
|BSD|124|

View File

@@ -1,5 +1,7 @@
DIST mozart_api-3.4.1.8.5.tar.gz 103080 BLAKE2B a8181d4b87221af617a83bef05ff11211978b7794fc621c6c5af76d37a2a681344fc6590163d492f0df1f9ef802936a9ee3bf6648dbb4cfb530a05834f3a24f4 SHA512 0616ca4b4328420a91eaee937840ed8d30fdba4da02bd325e94bc03e6b098ea6c3df0c904ba1f60de317185dc94adbe09d815e44309fcedbce872338dc0ac6de
DIST mozart_api-3.4.1.8.8.tar.gz 103566 BLAKE2B 3967c6e077ed0e9c71aa7433a144b29b9a940d9e6a789f9cf33fd9a6df697e40f9182724744f62e7ebf1a4faeee804f9793f041bb5f7e668215c562c7d396171 SHA512 0691fbabaf7ca5d4e955f8c4555c2aab1554868266ea859677d0bf61ffe1d70d97e9a815af8c3789dc7b2161ebde65654e4cd1d3863ce908a30aa54ece23d61c
DIST mozart_api-4.1.1.116.0.tar.gz 107196 BLAKE2B 9c46b5f435b4b7ec26d63138bf7a5c6ce120d352a3720a456ec0625fdcf6ef3fda8463efcb5e92f9c9ba0d0777bc9cb6ae78b945e2d7bb549a508270418f3c8e SHA512 e5ed0e8d65644af0779aaa370ad3dc897c99cd170cdd5007e8adbdbffdb8e79d320b44c2111107904a2ac6bf96e358b1983dd1ac9160867b00f02605281a0b1c
EBUILD mozart-api-3.4.1.8.5.ebuild 977 BLAKE2B ff8ec3890c4b137653e9592fd3c3c8db59ac1b5504bd65348a4fafa5d05a5f0afc810a500239e8c64a932d352cca3d21f21575aea40cf0fe570733508cec4448 SHA512 88b27446c7912058335d02e6964eda4fb40b6f9e93dc4fbea2f5406c28a01fbdb3587a58f36b61e61e463dc9b535a4b50f4a90afef4b6649daa0c60a0812615f
EBUILD mozart-api-3.4.1.8.8.ebuild 977 BLAKE2B ff8ec3890c4b137653e9592fd3c3c8db59ac1b5504bd65348a4fafa5d05a5f0afc810a500239e8c64a932d352cca3d21f21575aea40cf0fe570733508cec4448 SHA512 88b27446c7912058335d02e6964eda4fb40b6f9e93dc4fbea2f5406c28a01fbdb3587a58f36b61e61e463dc9b535a4b50f4a90afef4b6649daa0c60a0812615f
EBUILD mozart-api-4.1.1.116.0.ebuild 977 BLAKE2B ff8ec3890c4b137653e9592fd3c3c8db59ac1b5504bd65348a4fafa5d05a5f0afc810a500239e8c64a932d352cca3d21f21575aea40cf0fe570733508cec4448 SHA512 88b27446c7912058335d02e6964eda4fb40b6f9e93dc4fbea2f5406c28a01fbdb3587a58f36b61e61e463dc9b535a4b50f4a90afef4b6649daa0c60a0812615f
MISC metadata.xml 527 BLAKE2B 5d5c623da7dabfe2fecf2add82661248b1e18e530713b9ca0d27e9497f400c2fae6097653b69cce76d59cab5c26a821cc87bc8ced35a7525ece878feb3f56ce3 SHA512 cff720acfbb67a6910c9ebea38d8d260b8e645fc835534b6e5ddaf1577bfeb012b4031f10d6be5d29b0c34c349bc9214f71cc974550e61684463e25317208ee0

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="Mozart platform API"
HOMEPAGE="https://github.com/bang-olufsen/mozart-open-api/ https://pypi.org/project/mozart-api/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/urllib3-1.25.3[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.8.3[${PYTHON_USEDEP}]
>=dev-python/pydantic-1.10.5[${PYTHON_USEDEP}]
>=dev-python/aenum-3.1.11[${PYTHON_USEDEP}]
>=dev-python/aioconsole-0.4.1[${PYTHON_USEDEP}]
>=dev-python/inflection-0.5.1[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.7.1[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.25.1[${PYTHON_USEDEP}]
>=dev-python/websockets-12.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest