-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-python/mozart-api: add 3.4.1.8.5
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3245 Signed-off-by: Andreas Billmeier <[email protected]>
- Loading branch information
Showing
4 changed files
with
38 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
DIST mozart_api-3.2.1.150.6.tar.gz 98465 BLAKE2B e524026e54a155a3210133261ad9f97a316b920a3c7549cb674f7f8e6e991af2b29c996e8d449c177be51c5e56029c2c508caf70e8e800e2e6e93febd4ed188a SHA512 19d944037930d978b32cff21e8d14cd9ed8112ec91eca37adec4d4c9bc665edbdba870e384222715e300576ee3771d996861241da1ca59eadc01738330a6203a | ||
EBUILD mozart-api-3.2.1.150.6.ebuild 971 BLAKE2B c3c0e5ce7ec8a4df8bf70d135361452e550f7c4fd4c881a99895494129ad3614f419de771ba33c25206075fd4293bf1ab96d2103dc1d2bb174ff030d691aca26 SHA512 43a96b047f23bbee506d81d05c184ed14f4ff957dd6ee9799b4ae0bd17e660124fe7f3c6d62c426d1cf5d71255b7491b49cfd855c33fb9b1dae5c0279a19cc14 | ||
DIST mozart_api-3.4.1.8.5.tar.gz 103080 BLAKE2B a8181d4b87221af617a83bef05ff11211978b7794fc621c6c5af76d37a2a681344fc6590163d492f0df1f9ef802936a9ee3bf6648dbb4cfb530a05834f3a24f4 SHA512 0616ca4b4328420a91eaee937840ed8d30fdba4da02bd325e94bc03e6b098ea6c3df0c904ba1f60de317185dc94adbe09d815e44309fcedbce872338dc0ac6de | ||
EBUILD mozart-api-3.2.1.150.6.ebuild 971 BLAKE2B d8929e7ad1ec3483e07debd0903213d26c6762ebc658efbdfb41f523fa23346c3282a6fbf74b34c0c1f069dec48a8e6f0d4dc000e38675606d5de4e8d6106637 SHA512 b0a1d1f672b259d0f23766f12e4f5060d72546c5f43391c27f6e30bd69362251b61dd53443c778b957d164ddc35864c270586b997667f14733b72d36b48ab285 | ||
EBUILD mozart-api-3.4.1.8.5.ebuild 977 BLAKE2B ff8ec3890c4b137653e9592fd3c3c8db59ac1b5504bd65348a4fafa5d05a5f0afc810a500239e8c64a932d352cca3d21f21575aea40cf0fe570733508cec4448 SHA512 88b27446c7912058335d02e6964eda4fb40b6f9e93dc4fbea2f5406c28a01fbdb3587a58f36b61e61e463dc9b535a4b50f4a90afef4b6649daa0c60a0812615f | ||
MISC metadata.xml 527 BLAKE2B 5d5c623da7dabfe2fecf2add82661248b1e18e530713b9ca0d27e9497f400c2fae6097653b69cce76d59cab5c26a821cc87bc8ced35a7525ece878feb3f56ce3 SHA512 cff720acfbb67a6910c9ebea38d8d260b8e645fc835534b6e5ddaf1577bfeb012b4031f10d6be5d29b0c34c349bc9214f71cc974550e61684463e25317208ee0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |