app-misc/homeassistant-min: fix a dep

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-03-01 19:08:14 +01:00
parent b30063b1bf
commit 39f99f9c13
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 5 additions and 5 deletions

View File

@ -148,7 +148,7 @@ Best you start using the `app-misc/homeassistant-min` Ebuild. If you have it run
* Be aware that all dependent libraries could be marked as stable here as soon as they compile. Outside HA dependencies except of portage are not tested.
* Since I use Gentoo mostly on servers, I do not use systemd, one reason to run Gentoo is that you are NOT forced to run this crap. Beginning homeassistant-2021.2.0, handling for systemd was added by request, thanks to @Tatsh for help.
* I use an own profile based on merged-usr "amd64/23.0/no-multilib".
* python-3.12.8 is set as default target.
* python-3.12.9 is set as default target.
# Bigger Changes
@ -654,9 +654,9 @@ There are 2383 Ebuilds in total, 2365 of them have in total 2409 (43 different)
|GPL-2+|1|
|GPL-2-with-linking-exception|1|
(Last counted: 22/02/2025)
(Last counted: 01/03/2025)
I did my best to keep these clean. If a valid license was published on PyPI, it has been automatically merged. Otherwise I took it from GitHub or alternatively from comments/files in the source. Sometimes these differed and have been not unique. All license strings are adjusted to the list in `/usr/portage/gentoo/licenses/`. Some packages do not have any license published. In this case, Authors have been asked for clarification, some did not respond. Following the [official Gentoo Guide](https://devmanual.gentoo.org/general-concepts/licenses/index.html), these then were added with an `all-rights-reserved` license and `RESTRICT="mirror"` was set. Find the appropriate licenses referenced in the Ebuild files and in the corresponding homepages or sources.
A big thanks goes to Iris for reviewing this README.
Last updated: 22/02/2025
Last updated: 01/03/2025

View File

@ -19,5 +19,5 @@ DIST homeassistant-2024.12.5.tar.gz 22691228 BLAKE2B 42c9d3b6b03660c2ddd12389ae8
EBUILD homeassistant-min-2024.10.4.ebuild 18573 BLAKE2B d89dcb8da2dfbd549d5e1d123425c6294794c42b042c25b1c77cf804b56a2095d76c967ed18f1555b53de4bc0c93a5cb29852696f1b7da46ff76d53ec4a913ca SHA512 da0f11ab746d85346258cf93d8400070824b5189ababba408fe20259c76f755eddcc8edaaa07140526e0f64f77a8c0d573e7fb8b45161d7e1b2b81f0643e495b
EBUILD homeassistant-min-2024.11.1.ebuild 18962 BLAKE2B 8383755a194c6eef4c8bf34865868620a27ad0e4afd89773559368e37d2edc00c9a131d9cf99df82f424aa9ba7d965bb8473c28f54fd980450a5c1e7415b7f67 SHA512 44ad8ab7acb99938202294debcccef4943a92a45e2bc38076fc0a22ef3d610835f814788375be442efa4fb4d6a8ccc947c39526250cb6fd1ac88860085708d1c
EBUILD homeassistant-min-2024.11.3.ebuild 19044 BLAKE2B 816d21eada617b61be2130a4038efc2d333433e009219f50c6543f8663ffde279ff0aad98f04774873c04ec302c6649772957ec944b850ba779ed02669eb916c SHA512 58649d969e3f2ed4885dec238d4f97f11fce9981105d43940798b81b696cd20288f9111bdffebe20be8d1a7e906eec6b84fc7b3364c3d988394ade16dffd5a59
EBUILD homeassistant-min-2024.12.5.ebuild 19448 BLAKE2B cbf765ea01f6ec9c8ad5117adff77516e1acdf91530f9378612110be8e86daca315b1330e8035d4f43cf086de08397e7771b61c56ab9fa97436b4ad13dfb3974 SHA512 96f2e1f40f6a3d44554ad27708ca264692cd20c38a979aa42ae508de6a972d25333cbc6d3d973d19dd9052ad01bac459a35ccd0dd6242a673e21b0f2859e8c72
EBUILD homeassistant-min-2024.12.5.ebuild 19449 BLAKE2B a7229a62360db365707fd9ab1126c1e5bfceb9bedfcd949a07c6256a10623fd5f9d83f01e66f751a5e6531ec5e2be2b0151441c3cd7370912d0f4b2a5790d106 SHA512 0a112a5a8851b1b503b01f89d6d85ff611094aa6dcbe45fbf9949c917e003b3f8d6f7cbda71629b8f930a1873ba525dca8032aaabf5e290df6cde079aa0449e6
MISC metadata.xml 10298 BLAKE2B 5b20165c89c8ed03bb448d3895edeb18c0c83dc437f311ab4fc327b0f5e7ef09948fc50ae737ee415bef7dc0a2fe4c6809d5dab260aa41b8e4be177750c9ecd6 SHA512 70f14eb0fe6e8f2826c40a2310c49a5ec19777f67bc1e16a6e4a154ad1c720e0deffdcbfa6b06c8a342da4416c3b7ed50bbeab85a625518a18628d472cd97ea5

View File

@ -140,7 +140,7 @@ RDEPEND="${RDEPEND}
<dev-python/typing-extensions-5.0[${PYTHON_USEDEP}]
~dev-python/ulid-transform-1.0.2[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]
~dev-python/uv-0.5.4
~dev-python/uv-0.5.21
~dev-python/voluptuous-openapi-0.0.5[${PYTHON_USEDEP}]
~dev-python/voluptuous-serialize-2.6.0[${PYTHON_USEDEP}]
~dev-python/voluptuous-0.15.2[${PYTHON_USEDEP}]