Compare commits
13 Commits
v2022.11.0
...
v2022.11.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 636db61bd0 | |||
|
62eb800617
|
|||
|
778e38f923
|
|||
|
3b881a04c0
|
|||
|
5c3da1fe53
|
|||
|
33fd43a0f8
|
|||
|
8480d0c76b
|
|||
|
eb3c969b4e
|
|||
|
f513b9f822
|
|||
|
34c1ed72ec
|
|||
|
1d45508d12
|
|||
| ab3aa273c0 | |||
| e3889dfebe |
2
.github/workflows/shellcheck.yml
vendored
2
.github/workflows/shellcheck.yml
vendored
@@ -21,4 +21,4 @@ jobs:
|
||||
SHELLCHECK_OPTS: -s bash -e SC2034 -e SC2016
|
||||
with:
|
||||
additional_files: '*.ebuild'
|
||||
ignore_paths: coverage numpy opencv orjson pandas pillow tensorflow protobuf yarl aiohttp-3.8.1-r1
|
||||
ignore_paths: coverage numpy opencv orjson pandas pillow tensorflow protobuf yarl aiohttp
|
||||
|
||||
44
README.md
44
README.md
@@ -167,7 +167,13 @@ Python 3.9 support will also be dropped soon.
|
||||
## Installation on Python 3.10
|
||||
|
||||
### Let's get started:
|
||||
First add the Overlay to `/etc/portage/repos.conf/homeassistant.conf`, make sure not to interfere with your main Gentoo repo, which recently moved to `/var/db/repos/gentoo` in my boxes. See [Migrating to new repository data locations](https://wiki.gentoo.org/wiki/User:Sam/Portage_help/Migrating_to_new_repository_data_locations) for additional information.
|
||||
First add the Overlay:
|
||||
|
||||
#### manual
|
||||
|
||||
Create `/etc/portage/repos.conf/homeassistant.conf`, make sure not to interfere with your main Gentoo repo, which recently moved to `/var/db/repos/gentoo` in my boxes. See [Migrating to new repository data locations](https://wiki.gentoo.org/wiki/User:Sam/Portage_help/Migrating_to_new_repository_data_locations) for additional information.
|
||||
|
||||
Example:
|
||||
|
||||
```
|
||||
[HomeAssistantRepository]
|
||||
@@ -177,17 +183,35 @@ sync-uri = https://git.edevau.net/onkelbeh/HomeAssistantRepository.git
|
||||
auto-sync = yes
|
||||
sync-rsync-verify-metamanifest = no
|
||||
```
|
||||
Sync it:
|
||||
|
||||
#### Layman
|
||||
|
||||
``` sh
|
||||
layman -a HomeAssistantRepository
|
||||
```
|
||||
|
||||
#### eselect-repository
|
||||
|
||||
``` sh
|
||||
eselect repository enable HomeAssistantRepository
|
||||
```
|
||||
|
||||
### Installation:
|
||||
|
||||
Sync the overlay:
|
||||
|
||||
```sh
|
||||
$ emerge --sync
|
||||
```
|
||||
|
||||
Make sure you have a proper locale setting. I use
|
||||
```sh
|
||||
$ cat /etc/locale.gen
|
||||
de_DE ISO-8859-1
|
||||
de_DE@euro UTF-8
|
||||
```
|
||||
If you change your locales, recompile glibc.
|
||||
|
||||
If you change your locales, run `locale-gen`.
|
||||
It will make things easier if you take the example files from `/etc/portage/package.accept_keywords/99_homeassistant` and `/etc/portage/package.use/60_homeassistant` and copy it to your `/etc/portage`. The clean way is to let `portage` build your own.
|
||||
|
||||
Check your `/etc/portage/make.conf` to freeze correct Python Targets:
|
||||
@@ -204,7 +228,7 @@ $ emerge -tav app-misc/homeassistant
|
||||
$ rc-update add homeassistant
|
||||
```
|
||||
|
||||
It could be necessary to install some components by hand, there are too many components to mask all in USE Flags. If you use a component which you want to be added as a USE Flag, send a pull request, or just let me know.
|
||||
Done.
|
||||
|
||||
## Upgrading to Python 3.10 from a 3.9 system (same as it was from Python 3.6 to 3.7, and 3.7 to 3.8, and 3.8 to 3.9).
|
||||
|
||||
@@ -549,13 +573,13 @@ 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 1518 Ebuilds in total, 1511 of them have in total 1519 (34 different) licenses assigned.
|
||||
There are 1521 Ebuilds in total, 1514 of them have in total 1522 (34 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|882|
|
||||
|Apache-2.0|310|
|
||||
|GPL-3|96|
|
||||
|MIT|883|
|
||||
|Apache-2.0|311|
|
||||
|GPL-3|97|
|
||||
|BSD|88|
|
||||
|LGPL-3|23|
|
||||
|GPL-2|19|
|
||||
@@ -588,9 +612,9 @@ There are 1518 Ebuilds in total, 1511 of them have in total 1519 (34 different)
|
||||
|CC0-1.0|1|
|
||||
|GPL-2+|1|
|
||||
|
||||
(Last counted: 31/10/2022)
|
||||
(Last counted: 01/11/2022)
|
||||
|
||||
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: 31/10/2022
|
||||
Last updated: 01/11/2022
|
||||
|
||||
@@ -10,13 +10,13 @@ AUX socat-zwave.init.d 637 BLAKE2B d61c1024a6fe3ce8d322e62ac1ec15e00d08f5c5a63fe
|
||||
AUX update-homeassistant 1326 BLAKE2B 917bdd332c4e5dea5177eecd11a7f8d72b911fddfdc8e5eb54960c526fe8c735e20d44e570cf7aeb99669d2a9670c70da1c5fbc30efb284d1f0f330799de6e24 SHA512 3c05f0d6d1bde0e1526c3e679568794c07091e7856dfd8793e13feec6f22725ddaa3163ca2c81d9df86cf73573f932e561743f05de420b350a0b68f6a9582aca
|
||||
DIST homeassistant-2022.10.4.tar.gz 16789088 BLAKE2B 4dd429a1eb7064a5aad864b20e6326b1f47eb2b9969d0cad88b50e2b9b731ac2f721e97e3cc19da2ff87142363647dc7f2964c540366bb7b02705c77573c715e SHA512 50a960ed4d3ddcec9ea039197206dab2102f49e2a661340a16081de48be81a86731c284844e8b46a3dfef9374a51b6b884785252e2e709966879dbbd98082054
|
||||
DIST homeassistant-2022.10.5.tar.gz 16789114 BLAKE2B cb64326ae8f4d3323bccc2b64b53bd61673f25343a1b9b2c74edea493b39848624f7ef4c9e6928bcb2cee2ab1bdbc5c57b51dfcf08ba06067c09e333b4d19816 SHA512 dfba7a9fbbe4840a631d398f3e70b77f6ce2df078a3281b8ac47a37c9c9db2d446e633278ccc3c7f8518b578e0d9943622ef15767be9d8e69deb39c9ca287a2a
|
||||
DIST homeassistant-2022.11.0b4.tar.gz 17071023 BLAKE2B 8f585dfadc515b1da6b343eda5263673a9296df0dff0bea663e172e3f137ff186ee8ecf7dfab7b1097d1d43224d3f7b0e5bc4483295910fbbb200cf4b8409217 SHA512 8af00307d02361fc9cacc3c76815fd8311a484f425390cdbd05dca399bfa3980856fe9be73c6c92ef0fb5e0720875defe79223d5c9433c51d94069d76fbaf7d8
|
||||
DIST homeassistant-2022.11.0b5.gh.tar.gz 17074566 BLAKE2B b14c1144714e352a3c8111fdf17165a9a95980af2a74a6ea25e519c532e5966fe3b307f96e8fc06042be062fe07e0cef5a8c63f5aadc8ee9989a3ffda01e5e21 SHA512 e8ce70b3da814f36d423d2e2f0395e75b3c5bbb41465d64fb258027ebd5434926e569429b68263602b9e50a035b7a1e4ee6c51aa763a011c17ee031985cc4781
|
||||
DIST homeassistant-2022.8.7.tar.gz 15994709 BLAKE2B fc6d5d7ed831c012e99d49516c20afa0a03311131620740436421b0dfab45820cebf113810c2472357f4637040dea9b96c3a2a1c82ebc3136ece015f87b7d8ce SHA512 009cb81106996f8457c08c76a89b61689b8554ed0453715e6ea2ceee6f4bf4822f82ec2dc2aa3bd7793dd0b2462424557cf2d4a09565f6f089654cae6dce39d9
|
||||
DIST homeassistant-2022.9.7.tar.gz 16485744 BLAKE2B 04497b7b388e99020bb09b15a53db23b9f073ad27cf18fb1fb0d3d3426dab9a9d4d7e1fefea8bc9e0493022f2911a7f48244f9ccbeb62eb6c81856fbc12a691d SHA512 6569931c0506241e78bd2b997fbe4357075acddee2abd472f6262a372e787305feb6fa3300fd034d8624321a42f7fa43a03175033015861e8f04a384713d34ee
|
||||
EBUILD homeassistant-full-2022.10.4.ebuild 76135 BLAKE2B 14f77af3a7725f76a36c7fe1ed0a9e98722acbc9b3549c969fae81e5b46fe157e9fe19637cc66f0070305759cbd4484a4c62f9d45a7762f3f8b631e4063aff60 SHA512 6af924ca4f95852c5aad2fb61d1b69e21ae90babe7c52694798792edbb85786fa620c07cebccdfc2fc4fbef59e4ec6b1d7d239f76930e11e938774da43d29676
|
||||
EBUILD homeassistant-full-2022.10.5.ebuild 76138 BLAKE2B ab6ab0a233efee6081a3e63ae1031b00f07d392d41ccaa93d8bc7060c8d2a768331b0e55cfce4a5cb12d774c49b9acd2515c20736faedda48b0be8ba86974572 SHA512 08abcb59c19fdb6786c9a68a51c3b178ecda3ffe17bc06ddc49c1750e08200b308059baa69b084d848381ffbd83b8e3f2de4010b117cfa7f472adbe8ca85dde8
|
||||
EBUILD homeassistant-full-2022.11.0_beta4.ebuild 76442 BLAKE2B 0688eb5684fa757cab7b8aa76c756be8bcdc4bd6dc2833bb78e6930841a1b7ec1b96afd395aea8fa1594880ce5094ac1b7f3f95c69c3984732d009a73eceb6fa SHA512 342304464489ab990ca483810ae30d9de1ff93732b36b720412bd033314d2c392e0c25a4bedbf45e9b133b73430c3323896f4065b767f6afd76a8b23bc586786
|
||||
EBUILD homeassistant-full-2022.11.0_beta5.ebuild 76300 BLAKE2B 8effc58910ddcca2650cdb3f2f47b7d9bf672d26429a3bdf60924ebf5d8ee3b33f801d1244cab4354ce6b52b2c012ca69dcc770924d48b0d28c1e96448780c07 SHA512 d017efe57799f670a1ac1ec07f617d6ddbd707aff5349cecbf940761ce9e181b2856bb912406b11893562bff85f634df1865324714ffef7178be07987b7d28b7
|
||||
EBUILD homeassistant-full-2022.8.7-r1.ebuild 73761 BLAKE2B aaa3f4ffef4fc4455efa07ed9cc21f6f934c9f909449e18a6ac6d802f67ee7151310df6a95b84f93a850f1d2f26753da1ee2947da3dab470c836bedea001d3cf SHA512 196b61d94b454a6414fa59cb6b00d80ec27eab988188760c19080ecbd3f2f743614b65aa8ac301d4342099a9631fe3ad5a96db634b0e531a70dabcc14d37853d
|
||||
EBUILD homeassistant-full-2022.9.7.ebuild 75488 BLAKE2B 2d8e807167e4426d7cf7585409ff70f53a6c3bbb7ca736b1d1a7b73fead856665978df540c25abc70d9806de21d071d412d1ff0c86e3c307a32f36047552e3e9 SHA512 48da24ce3ccf3e5364f0edc60b167da67a56968e1f7193789d5bde3083739f1739cb6666df1e1869251a6f46788c22f2ab2a7325da55a63e96be3b36fe01523c
|
||||
EBUILD homeassistant-full-9999.ebuild 76442 BLAKE2B 0688eb5684fa757cab7b8aa76c756be8bcdc4bd6dc2833bb78e6930841a1b7ec1b96afd395aea8fa1594880ce5094ac1b7f3f95c69c3984732d009a73eceb6fa SHA512 342304464489ab990ca483810ae30d9de1ff93732b36b720412bd033314d2c392e0c25a4bedbf45e9b133b73430c3323896f4065b767f6afd76a8b23bc586786
|
||||
EBUILD homeassistant-full-9999.ebuild 76300 BLAKE2B 8effc58910ddcca2650cdb3f2f47b7d9bf672d26429a3bdf60924ebf5d8ee3b33f801d1244cab4354ce6b52b2c012ca69dcc770924d48b0d28c1e96448780c07 SHA512 d017efe57799f670a1ac1ec07f617d6ddbd707aff5349cecbf940761ce9e181b2856bb912406b11893562bff85f634df1865324714ffef7178be07987b7d28b7
|
||||
MISC metadata.xml 82307 BLAKE2B 5bdb3591cd93e0692eab846cfd2b25723258dc68a9b8d5a1dd8439b0a0b6c6119449f40b0723c76a1dae801a167c80facdda479c8ffc93d58e126e2516eb1f8a SHA512 7134c527d81da767f685ae2f75fe0e373a81e1cbdd4ef2af50dbb2d277951c8edc73ea2d02e5d971d787fa52e12dca9ca625a9e0f28a8482b1d04c0468657de1
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -10,12 +10,12 @@ AUX socat-zwave.init.d 637 BLAKE2B d61c1024a6fe3ce8d322e62ac1ec15e00d08f5c5a63fe
|
||||
AUX update-homeassistant 1326 BLAKE2B 917bdd332c4e5dea5177eecd11a7f8d72b911fddfdc8e5eb54960c526fe8c735e20d44e570cf7aeb99669d2a9670c70da1c5fbc30efb284d1f0f330799de6e24 SHA512 3c05f0d6d1bde0e1526c3e679568794c07091e7856dfd8793e13feec6f22725ddaa3163ca2c81d9df86cf73573f932e561743f05de420b350a0b68f6a9582aca
|
||||
DIST homeassistant-2022.10.4.tar.gz 16789088 BLAKE2B 4dd429a1eb7064a5aad864b20e6326b1f47eb2b9969d0cad88b50e2b9b731ac2f721e97e3cc19da2ff87142363647dc7f2964c540366bb7b02705c77573c715e SHA512 50a960ed4d3ddcec9ea039197206dab2102f49e2a661340a16081de48be81a86731c284844e8b46a3dfef9374a51b6b884785252e2e709966879dbbd98082054
|
||||
DIST homeassistant-2022.10.5.tar.gz 16789114 BLAKE2B cb64326ae8f4d3323bccc2b64b53bd61673f25343a1b9b2c74edea493b39848624f7ef4c9e6928bcb2cee2ab1bdbc5c57b51dfcf08ba06067c09e333b4d19816 SHA512 dfba7a9fbbe4840a631d398f3e70b77f6ce2df078a3281b8ac47a37c9c9db2d446e633278ccc3c7f8518b578e0d9943622ef15767be9d8e69deb39c9ca287a2a
|
||||
DIST homeassistant-2022.11.0b4.tar.gz 17071023 BLAKE2B 8f585dfadc515b1da6b343eda5263673a9296df0dff0bea663e172e3f137ff186ee8ecf7dfab7b1097d1d43224d3f7b0e5bc4483295910fbbb200cf4b8409217 SHA512 8af00307d02361fc9cacc3c76815fd8311a484f425390cdbd05dca399bfa3980856fe9be73c6c92ef0fb5e0720875defe79223d5c9433c51d94069d76fbaf7d8
|
||||
DIST homeassistant-2022.11.0b5.gh.tar.gz 17074566 BLAKE2B b14c1144714e352a3c8111fdf17165a9a95980af2a74a6ea25e519c532e5966fe3b307f96e8fc06042be062fe07e0cef5a8c63f5aadc8ee9989a3ffda01e5e21 SHA512 e8ce70b3da814f36d423d2e2f0395e75b3c5bbb41465d64fb258027ebd5434926e569429b68263602b9e50a035b7a1e4ee6c51aa763a011c17ee031985cc4781
|
||||
DIST homeassistant-2022.8.7.tar.gz 15994709 BLAKE2B fc6d5d7ed831c012e99d49516c20afa0a03311131620740436421b0dfab45820cebf113810c2472357f4637040dea9b96c3a2a1c82ebc3136ece015f87b7d8ce SHA512 009cb81106996f8457c08c76a89b61689b8554ed0453715e6ea2ceee6f4bf4822f82ec2dc2aa3bd7793dd0b2462424557cf2d4a09565f6f089654cae6dce39d9
|
||||
DIST homeassistant-2022.9.7.tar.gz 16485744 BLAKE2B 04497b7b388e99020bb09b15a53db23b9f073ad27cf18fb1fb0d3d3426dab9a9d4d7e1fefea8bc9e0493022f2911a7f48244f9ccbeb62eb6c81856fbc12a691d SHA512 6569931c0506241e78bd2b997fbe4357075acddee2abd472f6262a372e787305feb6fa3300fd034d8624321a42f7fa43a03175033015861e8f04a384713d34ee
|
||||
EBUILD homeassistant-min-2022.10.4.ebuild 15582 BLAKE2B 07a1bcbeb292b9b39ce27b65757371a55af52142aa4b39f1255970808906145237926ee674573a1452757332423cad8a1c418d867af3ec219b6eef85ba712eb4 SHA512 4098ac8980345ba94f8bbe3d1e586ef3ea7db3f186859abbe9d388293a5969e17df8073a3e0ad1ec7f277637d2ab39ca109c904e71ae26f4e06ce954eeadcad1
|
||||
EBUILD homeassistant-min-2022.10.5.ebuild 15736 BLAKE2B bfdb7d8591db213f79d643e09a7faff698c2f84eb4de271a490839ab88171d1db646af67b5bb3b467c37ebefaeed884bf544844fececce5de04524bbce7f7a87 SHA512 9c3a0acde2f5a3eb82ee0eed2f21a27f23e0632af60ad059e3b43e5fa9d0344ba8054fc4bfd8dac05278e33ee127c6b6ca411c8416eacba64d57df9b93649eb6
|
||||
EBUILD homeassistant-min-2022.11.0_beta4.ebuild 15588 BLAKE2B 491dbc90f5d884cc3ab5340a23fb3deb4bfeb671858e33cf808ba370e53013085397bc7d7119cd52345c79e6f83352840f5c58901cc5d9a6aaf1e7511001699f SHA512 698110edc1a90a4003b5a675333ee6c7ca3ba778f5fba6bbc1ca89e7b60965780cd7052270e9a83bd4acebb26ffaa497db5ac75a9a8b2a9987916a4a889acb2b
|
||||
EBUILD homeassistant-min-2022.11.0_beta5.ebuild 15445 BLAKE2B a48c03122ce09263fd7cccc60fc9287a2f08d8f3bfbf03dff3518d134d7802cf19d3434b197524d40c3b038e95f5eff15f1aa4d39e2fd34e045f1bbcc6db3986 SHA512 36ebeda08f975c09a5ea61063491ad73fec17f9058535b54c6ff28c08db6bfe6a8bc382cf939507a1b2d8c67a9fb4cd0240241dd505d4344e58fdebe572fe44e
|
||||
EBUILD homeassistant-min-2022.8.7.ebuild 14992 BLAKE2B f68ca744d270102d32f93e44d2c143d3ee9183b4cdbecd4e0a1798fb83d5a56834fb835f7d5c9d5bcce210be6171f8e7db941f65ee02ca3f62a1e2004ca24eef SHA512 43bd8fac76f77df4392346b5f379b5b502d75f64499cd20fff7c497b31d791cbb275ae436bffc848d1e1ff4c4cb7566457e99ed1653f4e6fc058ebf7324ab661
|
||||
EBUILD homeassistant-min-2022.9.7.ebuild 15567 BLAKE2B 2d6482a63cec55aec72fbdb6dcaaeec51c567893610c31062194e9aa9afc69a5955b70b211bbfe0e8ab7ccee500b66cf9347cf477acceb2ff15aa69a1aca81d6 SHA512 bd76fb3dc0d935ef51aab49c4ac2ad345dbd6e6212d9cde0c3d6a28b9fb6cb71dd7da7568f4cb18e47a2a05af49fb86a141b4d8fbf07a9952ea8a73eb8711752
|
||||
MISC metadata.xml 8590 BLAKE2B 778d6edeb133ef32e85577738355ebb1f1b79fbdfede440089a6bc563908c7aa0455ad5dd25d1eff02995864977421716deb26f4b437bd8b7bd39f9bf9448647 SHA512 9860231d2ee1c8e57a18b4e59a94b7dcf06a0f1d2055dc5182449cf3876d78af4637c5aae3fa7d3d5333839003815c61ea93581638064318d70c376c1f603927
|
||||
|
||||
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
|
||||
else
|
||||
MY_PV=${PV/_beta/b}
|
||||
MY_P=${MY_PN}-${MY_PV}
|
||||
SRC_URI="https://github.com/home-assistant/core/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
|
||||
SRC_URI="https://github.com/home-assistant/core/archive/${MY_PV}.tar.gz -> ${MY_P}.gh.tar.gz"
|
||||
S="${WORKDIR}/core-${MY_PV}"
|
||||
fi
|
||||
|
||||
@@ -27,7 +27,7 @@ HOMEPAGE="https://home-assistant.io/ https://git.edevau.net/onkelbeh/HomeAssista
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE="accuweather airly airvisual alpha_vantage androidtv android_ip_webcam axis bluetooth bluetooth_le_tracker +caldav camera cast cli co2signal compensation coronavirus darksky dlna_dmr dlna_dms +dwd_weather_warnings enigma2 esphome ffmpeg file forecast_solar fronius github +homekit homekit_controller http hyperion influxdb knx kodi kraken +mariadb maxcube mikrotik +mobile_app modbus +mosquitto +mqtt myq mysensors -mysql +notify_events octoprint onvif +otp owntracks +ping +plex ps4 +python_script qnap qvr_pro radio_browser +recorder +rest ring samsungtv +scrape season shelly signal_messenger +snmp socat sonos speedtestdotnet +spotify +sql +ssl systemd systemmonitor tankerkoenig tasmota test tile tomorrowio tplink upnp utility_meter +version +wake_on_lan wemo whois workday yamaha yamaha_musiccast zeroconf zha +zwave_js"
|
||||
IUSE="accuweather airly airvisual alpha_vantage androidtv android_ip_webcam axis bluetooth bluetooth_le_tracker +caldav camera cast cli co2signal compensation coronavirus darksky dlna_dmr dlna_dms +dwd_weather_warnings enigma2 esphome ffmpeg file forecast_solar fronius github +homekit homekit_controller http hyperion influxdb knx kodi kraken +mariadb maxcube mikrotik +mobile_app modbus +mosquitto +mqtt myq mysensors mysql +notify_events octoprint onvif +otp owntracks +ping +plex ps4 +python_script qnap qvr_pro radio_browser +recorder +rest ring samsungtv +scrape season shelly signal_messenger +snmp socat sonos speedtestdotnet +spotify +sql +ssl systemd systemmonitor tankerkoenig tasmota test tile tomorrowio tplink upnp utility_meter +version +wake_on_lan wemo whois workday yamaha yamaha_musiccast zeroconf zha +zwave_js"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
# external deps
|
||||
@@ -73,13 +73,12 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/h11-0.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/hass-nabucasa-0.56.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-bluetooth-1.6.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20221027.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20221031.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.15.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpx-0.23.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/hyperframe-5.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
|
||||
!~dev-python/iso4217-1.10.20220401[${PYTHON_USEDEP}]
|
||||
~dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
|
||||
~dev-python/libcst-0.3.23[${PYTHON_USEDEP}]
|
||||
~dev-python/lru-dict-1.1.8[${PYTHON_USEDEP}]
|
||||
@@ -91,9 +90,7 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/pillow-9.2.0[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
~dev-python/psutil-home-assistant-0.0.1[${PYTHON_USEDEP}]
|
||||
!~dev-python/pubnub-6.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycryptodome-3.6.6[${PYTHON_USEDEP}]
|
||||
!~dev-python/pydantic-1.9.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-2.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyserial-3.5[${PYTHON_USEDEP}]
|
||||
@@ -114,7 +111,7 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/voluptuous-serialize-2.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-0.13.1[${PYTHON_USEDEP}]
|
||||
~dev-python/yarl-1.8.1[${PYTHON_USEDEP}]
|
||||
~dev-python/python-zeroconf-0.39.3[${PYTHON_USEDEP}]"
|
||||
~dev-python/python-zeroconf-0.39.4[${PYTHON_USEDEP}]"
|
||||
|
||||
# unknown origin, still something to clean up here
|
||||
# some moved to suggested USE Flags
|
||||
@@ -153,14 +150,14 @@ RDEPEND="${RDEPEND}
|
||||
dlna_dms? ( ~dev-python/async-upnp-client-0.32.1[${PYTHON_USEDEP}] )
|
||||
dwd_weather_warnings? ( ~dev-python/dwdwfsapi-1.0.5[${PYTHON_USEDEP}] )
|
||||
enigma2? ( ~dev-python/openwebifpy-3.2.7[${PYTHON_USEDEP}] )
|
||||
esphome? ( ~dev-python/aioesphomeapi-11.4.1[${PYTHON_USEDEP}] )
|
||||
esphome? ( ~dev-python/aioesphomeapi-11.4.2[${PYTHON_USEDEP}] )
|
||||
ffmpeg? ( ~dev-python/ha-ffmpeg-3.0.2[${PYTHON_USEDEP}] )
|
||||
file? ( ~dev-python/file-read-backwards-2.0.0[${PYTHON_USEDEP}] )
|
||||
forecast_solar? ( ~dev-python/forecast-solar-2.2.0[${PYTHON_USEDEP}] )
|
||||
fronius? ( ~dev-python/PyFronius-0.7.1[${PYTHON_USEDEP}] )
|
||||
github? ( ~dev-python/aiogithubapi-22.10.1[${PYTHON_USEDEP}] )
|
||||
homekit? ( ~dev-python/ha-HAP-python-4.5.2[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/pyqrcode-1.2.1[${PYTHON_USEDEP}] ~dev-python/base36-0.1.1[${PYTHON_USEDEP}] )
|
||||
homekit_controller? ( ~dev-python/aiohomekit-2.2.9[${PYTHON_USEDEP}] )
|
||||
homekit_controller? ( ~dev-python/aiohomekit-2.2.10[${PYTHON_USEDEP}] )
|
||||
http? ( ~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}] )
|
||||
hyperion? ( ~dev-python/hyperion-py-0.7.5[${PYTHON_USEDEP}] )
|
||||
influxdb? ( ~dev-python/influxdb-5.3.1[${PYTHON_USEDEP}] ~dev-python/influxdb-client-1.24.0[${PYTHON_USEDEP}] )
|
||||
@@ -219,7 +216,7 @@ RDEPEND="${RDEPEND}
|
||||
workday? ( ~dev-python/holidays-0.16[${PYTHON_USEDEP}] )
|
||||
yamaha? ( ~dev-python/rxv-0.7.0[${PYTHON_USEDEP}] )
|
||||
yamaha_musiccast? ( ~dev-python/aiomusiccast-0.14.4[${PYTHON_USEDEP}] )
|
||||
zeroconf? ( ~dev-python/python-zeroconf-0.39.3[${PYTHON_USEDEP}] )
|
||||
zeroconf? ( ~dev-python/python-zeroconf-0.39.4[${PYTHON_USEDEP}] )
|
||||
zha? ( ~dev-python/bellows-0.34.2[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.84[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.19.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.51.5[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.16.2[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.10.2[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.9.1[${PYTHON_USEDEP}] )
|
||||
zwave_js? ( ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/zwave-js-server-python-0.43.0[${PYTHON_USEDEP}] )"
|
||||
|
||||
@@ -10,12 +10,12 @@ AUX socat-zwave.init.d 637 BLAKE2B d61c1024a6fe3ce8d322e62ac1ec15e00d08f5c5a63fe
|
||||
AUX update-homeassistant 1326 BLAKE2B 917bdd332c4e5dea5177eecd11a7f8d72b911fddfdc8e5eb54960c526fe8c735e20d44e570cf7aeb99669d2a9670c70da1c5fbc30efb284d1f0f330799de6e24 SHA512 3c05f0d6d1bde0e1526c3e679568794c07091e7856dfd8793e13feec6f22725ddaa3163ca2c81d9df86cf73573f932e561743f05de420b350a0b68f6a9582aca
|
||||
DIST homeassistant-2022.10.4.tar.gz 16789088 BLAKE2B 4dd429a1eb7064a5aad864b20e6326b1f47eb2b9969d0cad88b50e2b9b731ac2f721e97e3cc19da2ff87142363647dc7f2964c540366bb7b02705c77573c715e SHA512 50a960ed4d3ddcec9ea039197206dab2102f49e2a661340a16081de48be81a86731c284844e8b46a3dfef9374a51b6b884785252e2e709966879dbbd98082054
|
||||
DIST homeassistant-2022.10.5.tar.gz 16789114 BLAKE2B cb64326ae8f4d3323bccc2b64b53bd61673f25343a1b9b2c74edea493b39848624f7ef4c9e6928bcb2cee2ab1bdbc5c57b51dfcf08ba06067c09e333b4d19816 SHA512 dfba7a9fbbe4840a631d398f3e70b77f6ce2df078a3281b8ac47a37c9c9db2d446e633278ccc3c7f8518b578e0d9943622ef15767be9d8e69deb39c9ca287a2a
|
||||
DIST homeassistant-2022.11.0b4.tar.gz 17071023 BLAKE2B 8f585dfadc515b1da6b343eda5263673a9296df0dff0bea663e172e3f137ff186ee8ecf7dfab7b1097d1d43224d3f7b0e5bc4483295910fbbb200cf4b8409217 SHA512 8af00307d02361fc9cacc3c76815fd8311a484f425390cdbd05dca399bfa3980856fe9be73c6c92ef0fb5e0720875defe79223d5c9433c51d94069d76fbaf7d8
|
||||
DIST homeassistant-2022.11.0b5.gh.tar.gz 17074566 BLAKE2B b14c1144714e352a3c8111fdf17165a9a95980af2a74a6ea25e519c532e5966fe3b307f96e8fc06042be062fe07e0cef5a8c63f5aadc8ee9989a3ffda01e5e21 SHA512 e8ce70b3da814f36d423d2e2f0395e75b3c5bbb41465d64fb258027ebd5434926e569429b68263602b9e50a035b7a1e4ee6c51aa763a011c17ee031985cc4781
|
||||
DIST homeassistant-2022.8.7.tar.gz 15994709 BLAKE2B fc6d5d7ed831c012e99d49516c20afa0a03311131620740436421b0dfab45820cebf113810c2472357f4637040dea9b96c3a2a1c82ebc3136ece015f87b7d8ce SHA512 009cb81106996f8457c08c76a89b61689b8554ed0453715e6ea2ceee6f4bf4822f82ec2dc2aa3bd7793dd0b2462424557cf2d4a09565f6f089654cae6dce39d9
|
||||
DIST homeassistant-2022.9.7.tar.gz 16485744 BLAKE2B 04497b7b388e99020bb09b15a53db23b9f073ad27cf18fb1fb0d3d3426dab9a9d4d7e1fefea8bc9e0493022f2911a7f48244f9ccbeb62eb6c81856fbc12a691d SHA512 6569931c0506241e78bd2b997fbe4357075acddee2abd472f6262a372e787305feb6fa3300fd034d8624321a42f7fa43a03175033015861e8f04a384713d34ee
|
||||
EBUILD homeassistant-2022.10.4.ebuild 30450 BLAKE2B 7e9958d2a2c831665c89ae3ada55a841bd9d25887165ff0a42abc1d5e24540b1a18b00817692f1263e94b99835b3bfdf733b7eda706967004636b1c2a9a9f1ff SHA512 c8c9fe7684dd1935471bcfe932fd826d9149f6794819d76a5964abbdacec03bfac9e25e564c8de40841a7fc32bc0a2fde38ea57b4ca25acc5dae4f5d8eaa8179
|
||||
EBUILD homeassistant-2022.10.5.ebuild 30450 BLAKE2B 8020b724cb356861ff217bb1adc30b3e5b43ef5a38975ed9a8db8bb75ba39f774fbe1eeb0ba1df3233b09442f264bb0e9809344b039211a9d0f8c99b0941ccd7 SHA512 2071f1efd6e6845d886ae77a2f5cf5bd5b708e585d90e1cf021c445bb2e25fd08725d3e4b15df46775758112ccd3b0b02ee6f04c05abb750330ee55bca611e07
|
||||
EBUILD homeassistant-2022.11.0_beta4.ebuild 30514 BLAKE2B b352e6cfd6715bd1efbf7a2ada75bc2fb535ed70a526639a26c627413906fbe47bb95beec7be59a420c72705ba71cacf62ba0b43264619e714aab8693849c3ea SHA512 7d9644be2576947cb75f0255c0d65801b3060c586045a8e9e78079f963be2e77ff52165dd43040d7f7f9b727a431b26e6508bac1e4574b9aa3f691b168908801
|
||||
EBUILD homeassistant-2022.11.0_beta5.ebuild 30371 BLAKE2B adb5af6a1bed8871a7993183ad763da3c38c82e8eafcafbe81c7292c346e82daa455c1ca19c80ffc2c77a6def143d7b89ea6fca97cda160cab675456d9389fe3 SHA512 058de88e971b4fe943899c16f6681f766835ca742f38421ddbf4671fe459ef97bf0c2a2f166d32870d49a28e0661dac0f7eb8bb0731500628f478d9e9a53a5c5
|
||||
EBUILD homeassistant-2022.8.7.ebuild 29914 BLAKE2B cc5ef5d19fc9135e7b4176a3aa9bc7c6f4c8a944204cac997cb57909e6b8a0030f10edc7ef22ebba9c0320178878ff739ab55151c4458de82c85c4ac69eb7b42 SHA512 80ca0c3f94ed7ad05ce883b07edc259259422901a9bdd234bc156b182f11e14fa2aa1cca51ee4720091b6fe061b3b5576ce2c0e0dace8629566d601f751dbe94
|
||||
EBUILD homeassistant-2022.9.7.ebuild 30431 BLAKE2B 92618b59f3c91cd3dee356795b5ef71a183b66427dd7587a1edb6a71b183c6c81a038b7bdf7cad575f5095b27011f9e1805ced8624dee8f2de731b95d9db9754 SHA512 9f6b31d0bb32eb1c77c0b33f9b72bacf613ede53cd3decd50b150f7ab16b3283a9480a4f7ef08caa9b33cb1186f8ce9d2d7e15befa0399a626bf4d4752fa3c08
|
||||
MISC metadata.xml 26266 BLAKE2B 991c8c6354bc6008b297b53204ea9522611882fe1b9bd73c05029e97fd4fa06ca8e782a8c94a3e25add3325aa9794e4297af3f4f9a99c08053ce8f7a5828a575 SHA512 7e1b4737e93026fa95635a867cf43066848865cfa62f370daf8fc749962fa45609cac9a855a6fa3149c3f6a9fd279228099440d392ac55741cc7e5b69e4c8dbf
|
||||
|
||||
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
|
||||
else
|
||||
MY_PV=${PV/_beta/b}
|
||||
MY_P=${MY_PN}-${MY_PV}
|
||||
SRC_URI="https://github.com/home-assistant/core/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
|
||||
SRC_URI="https://github.com/home-assistant/core/archive/${MY_PV}.tar.gz -> ${MY_P}.gh.tar.gz"
|
||||
S="${WORKDIR}/core-${MY_PV}"
|
||||
fi
|
||||
|
||||
@@ -27,7 +27,7 @@ HOMEPAGE="https://home-assistant.io/ https://git.edevau.net/onkelbeh/HomeAssista
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE="abode accuweather acer_projector acmeda adguard ads aftership agent_dvr airly airvisual aladdin_connect alarmdecoder almond alpha_vantage ambiclimate ambient_station amcrest ampio androidtv android_ip_webcam anel_pwrctrl anthemav apache_kafka apcupsd apple_tv apprise aquostv arcam_fmj aruba asuswrt aten_pe atome august aurora_abb_powerone avea avion awair axis backup baidu beewi_smartclim bh1750 bitcoin bizkaibus blackbird blebox blink blinksticklight blinkt blockchain bluetooth bluetooth_le_tracker bluetooth_tracker bme280 bme680 bmw_connected_drive bond braviatv broadlink brother brottsplatskartan brunt bsblan bt_home_hub_5 bt_smarthub buienradar +caldav camera canary cast cisco_mobility_express cli co2signal compensation coronavirus daikin darksky deconz delijn denonavr deutsche_bahn devolo_home_control dexcom dhcp dht discogs discord discovery dlna_dmr dlna_dms doorbird dunehd +dwd_weather_warnings dynalite dyson ecobee emulated_roku enigma2 enocean enphase_envoy environment_canada esphome everlights evohome ffmpeg fibaro file flume flunearyou flux_led foobot forecast_solar fortios freebox fritz fritzbox fritzbox_callmonitor fritzbox_netmonitor fronius garmin_connect gios github gogogate2 greeneye_monitor growatt_server guardian harman_kardon_avr harmony heos here_travel_time +homekit homekit_controller homematic homematicip_cloud hp_ilo http hue hydrawise iaqualink ihc imap incomfort influxdb insteon intesishome ipma ipp islamic_prayer_times jewish_calendar joaoapps_join kef knx kodi kraken lifx linode litterrobot loopenergy luci luftdaten +mariadb maxcube media_extractor meteo_france mfi miflora mikrotik mitemp_bt +mobile_app modbus +mosquitto +mqtt myq -mysql nad nederlandse_spoorwegen netatmo netdata +notify_events nuki nws nx584 octoprint onkyo onvif opengarage opensensemap openweathermap opnsense +otp owntracks panasonic_viera philips_js pilight +ping pi_hole +plex plugwise poolsense powerwall ps4 +python_script qnap qvr_pro rachio radio_browser rainbird rainmachine +recorder rejseplanen +rest ring roku roomba roon samsungtv +scrape season shelly shodan signal_messenger simplisafe skybell sma smappee smarthab smartthings +snmp socat solax somfy sonos speedtestdotnet +spotify +sql squeezebox +ssl statsd synology_dsm systemd systemmonitor tankerkoenig tasmota tellduslive tesla test tile tomorrowio toon totalconnect tplink tuya unifi unifi_direct upnp utility_meter vallox velbus velux vera +version vicare vizio +wake_on_lan waqi waze_travel_time webostv wemo whois wink withings wled workday xbox_live xiaomi_aqara xiaomi_miio xiaomi_tv xs1 yamaha yamaha_musiccast yeelight yi zeroconf zerproc zha zhong_hong zoneminder +zwave_js"
|
||||
IUSE="abode accuweather acer_projector acmeda adguard ads aftership agent_dvr airly airvisual aladdin_connect alarmdecoder almond alpha_vantage ambiclimate ambient_station amcrest ampio androidtv android_ip_webcam anel_pwrctrl anthemav apache_kafka apcupsd apple_tv apprise aquostv arcam_fmj aruba asuswrt aten_pe atome august aurora_abb_powerone avea avion awair axis backup baidu beewi_smartclim bh1750 bitcoin bizkaibus blackbird blebox blink blinksticklight blinkt blockchain bluetooth bluetooth_le_tracker bluetooth_tracker bme280 bme680 bmw_connected_drive bond braviatv broadlink brother brottsplatskartan brunt bsblan bt_home_hub_5 bt_smarthub buienradar +caldav camera canary cast cisco_mobility_express cli co2signal compensation coronavirus daikin darksky deconz delijn denonavr deutsche_bahn devolo_home_control dexcom dhcp dht discogs discord discovery dlna_dmr dlna_dms doorbird dunehd +dwd_weather_warnings dynalite dyson ecobee emulated_roku enigma2 enocean enphase_envoy environment_canada esphome everlights evohome ffmpeg fibaro file flume flunearyou flux_led foobot forecast_solar fortios freebox fritz fritzbox fritzbox_callmonitor fritzbox_netmonitor fronius garmin_connect gios github gogogate2 greeneye_monitor growatt_server guardian harman_kardon_avr harmony heos here_travel_time +homekit homekit_controller homematic homematicip_cloud hp_ilo http hue hydrawise iaqualink ihc imap incomfort influxdb insteon intesishome ipma ipp islamic_prayer_times jewish_calendar joaoapps_join kef knx kodi kraken lifx linode litterrobot loopenergy luci luftdaten +mariadb maxcube media_extractor meteo_france mfi miflora mikrotik mitemp_bt +mobile_app modbus +mosquitto +mqtt myq mysql nad nederlandse_spoorwegen netatmo netdata +notify_events nuki nws nx584 octoprint onkyo onvif opengarage opensensemap openweathermap opnsense +otp owntracks panasonic_viera philips_js pilight +ping pi_hole +plex plugwise poolsense powerwall ps4 +python_script qnap qvr_pro rachio radio_browser rainbird rainmachine +recorder rejseplanen +rest ring roku roomba roon samsungtv +scrape season shelly shodan signal_messenger simplisafe skybell sma smappee smarthab smartthings +snmp socat solax somfy sonos speedtestdotnet +spotify +sql squeezebox +ssl statsd synology_dsm systemd systemmonitor tankerkoenig tasmota tellduslive tesla test tile tomorrowio toon totalconnect tplink tuya unifi unifi_direct upnp utility_meter vallox velbus velux vera +version vicare vizio +wake_on_lan waqi waze_travel_time webostv wemo whois wink withings wled workday xbox_live xiaomi_aqara xiaomi_miio xiaomi_tv xs1 yamaha yamaha_musiccast yeelight yi zeroconf zerproc zha zhong_hong zoneminder +zwave_js"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
# external deps
|
||||
@@ -73,13 +73,12 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/h11-0.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/hass-nabucasa-0.56.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-bluetooth-1.6.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20221027.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20221031.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.15.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpx-0.23.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/hyperframe-5.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
|
||||
!~dev-python/iso4217-1.10.20220401[${PYTHON_USEDEP}]
|
||||
~dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
|
||||
~dev-python/libcst-0.3.23[${PYTHON_USEDEP}]
|
||||
~dev-python/lru-dict-1.1.8[${PYTHON_USEDEP}]
|
||||
@@ -91,9 +90,7 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/pillow-9.2.0[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
~dev-python/psutil-home-assistant-0.0.1[${PYTHON_USEDEP}]
|
||||
!~dev-python/pubnub-6.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycryptodome-3.6.6[${PYTHON_USEDEP}]
|
||||
!~dev-python/pydantic-1.9.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-2.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyserial-3.5[${PYTHON_USEDEP}]
|
||||
@@ -114,7 +111,7 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/voluptuous-serialize-2.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-0.13.1[${PYTHON_USEDEP}]
|
||||
~dev-python/yarl-1.8.1[${PYTHON_USEDEP}]
|
||||
~dev-python/python-zeroconf-0.39.3[${PYTHON_USEDEP}]"
|
||||
~dev-python/python-zeroconf-0.39.4[${PYTHON_USEDEP}]"
|
||||
|
||||
# unknown origin, still something to clean up here
|
||||
# some moved to suggested USE Flags
|
||||
@@ -233,7 +230,7 @@ RDEPEND="${RDEPEND}
|
||||
enocean? ( ~dev-python/enocean-0.50.1[${PYTHON_USEDEP}] )
|
||||
enphase_envoy? ( ~dev-python/envoy-reader-0.20.1[${PYTHON_USEDEP}] )
|
||||
environment_canada? ( ~dev-python/env-canada-0.5.22[${PYTHON_USEDEP}] )
|
||||
esphome? ( ~dev-python/aioesphomeapi-11.4.1[${PYTHON_USEDEP}] )
|
||||
esphome? ( ~dev-python/aioesphomeapi-11.4.2[${PYTHON_USEDEP}] )
|
||||
everlights? ( ~dev-python/pyeverlights-0.1.0[${PYTHON_USEDEP}] )
|
||||
evohome? ( ~dev-python/evohome-async-0.3.15[${PYTHON_USEDEP}] )
|
||||
ffmpeg? ( ~dev-python/ha-ffmpeg-3.0.2[${PYTHON_USEDEP}] )
|
||||
@@ -263,7 +260,7 @@ RDEPEND="${RDEPEND}
|
||||
heos? ( ~dev-python/pyheos-0.7.2[${PYTHON_USEDEP}] )
|
||||
here_travel_time? ( ~dev-python/herepy-2.0.0[${PYTHON_USEDEP}] )
|
||||
homekit? ( ~dev-python/ha-HAP-python-4.5.2[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/pyqrcode-1.2.1[${PYTHON_USEDEP}] ~dev-python/base36-0.1.1[${PYTHON_USEDEP}] )
|
||||
homekit_controller? ( ~dev-python/aiohomekit-2.2.9[${PYTHON_USEDEP}] )
|
||||
homekit_controller? ( ~dev-python/aiohomekit-2.2.10[${PYTHON_USEDEP}] )
|
||||
homematic? ( ~dev-python/pyhomematic-0.1.77[${PYTHON_USEDEP}] )
|
||||
homematicip_cloud? ( ~dev-python/homematicip-1.0.7[${PYTHON_USEDEP}] )
|
||||
hp_ilo? ( ~dev-python/python-hpilo-4.3[${PYTHON_USEDEP}] )
|
||||
@@ -410,7 +407,7 @@ RDEPEND="${RDEPEND}
|
||||
yamaha_musiccast? ( ~dev-python/aiomusiccast-0.14.4[${PYTHON_USEDEP}] )
|
||||
yeelight? ( ~dev-python/yeelight-0.7.10[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.32.1[${PYTHON_USEDEP}] )
|
||||
yi? ( ~dev-python/aioftp-0.21.3[${PYTHON_USEDEP}] )
|
||||
zeroconf? ( ~dev-python/python-zeroconf-0.39.3[${PYTHON_USEDEP}] )
|
||||
zeroconf? ( ~dev-python/python-zeroconf-0.39.4[${PYTHON_USEDEP}] )
|
||||
zerproc? ( ~dev-python/pyzerproc-0.4.8[${PYTHON_USEDEP}] )
|
||||
zha? ( ~dev-python/bellows-0.34.2[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.84[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.19.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.51.5[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.16.2[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.10.2[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.9.1[${PYTHON_USEDEP}] )
|
||||
zhong_hong? ( ~dev-python/zhong-hong-hvac-1.0.9[${PYTHON_USEDEP}] )
|
||||
@@ -1,11 +1,11 @@
|
||||
DIST aioesphomeapi-10.11.0.tar.gz 48863 BLAKE2B b7a6214436026904d21fabe6813917beecfb18d11ee600cbb8361cc54ec708bcfcad9d56a630290b13e7328fdf66382aa72541c589a1b160a811630a4afaf19a SHA512 e7cf81f31d498119cff8d69bab59c63a26f55f3292d7f1c913c8b4077f603a77dd0d0c1d0d75bcc65a9fe3b58e72dedfafded72090bf5cf0d801b97bfb99deea
|
||||
DIST aioesphomeapi-10.13.0.tar.gz 49999 BLAKE2B d9f0bd9fe7e53ffd7ecd3e95da54c3863fad3b584fe6236c0dc35b0737cc929124f281ccaf1feda4de77afe5dc045bb5cbc242e84d9ff0d0ed7528d12de54e54 SHA512 379cd58997669e5c1ecb919cf1c92ede61be40fc5c348a2d33f0d2602445ed7dc1ac9d7101a157285522b80bfa3c87614acb0ecd9f9be7129f2037cc35fcb9b1
|
||||
DIST aioesphomeapi-11.1.1.tar.gz 54987 BLAKE2B d56701c3f59be288464b90da513f60f0217cb03375080fee582b21d196e518cf7cf22f699226dda803bd8e524ab19612496f2367d944c1c0ececcc1adc7cbe4d SHA512 1c499c29e391aa256f5c19a92a68cfc7320b62a5a20f11ecd6aa3616eeaec9da46e3c54f69b4105e5035a9a3e265018b2db70dafe6398a38749b5e3a4e848505
|
||||
DIST aioesphomeapi-11.2.0.tar.gz 55238 BLAKE2B 317463e97924cd4f08788c7dccc6d3c8c7cb829019cfda894d014add7e9e83951051bfcc170cd6da8da543be585f6c0d573221c77d007cd7cc640a743e8e24dd SHA512 eacbb168e4067eb56aca8f5dbeeb773a99ca9a243a4017a04d6610fc482a6ad5ed281a051dc84f5ab5639fa5522335a720057144b82b9e8738e5036b1391c4fb
|
||||
DIST aioesphomeapi-11.4.1.tar.gz 56619 BLAKE2B b2dfb1934517eaec067edad6919ac14d54b8ef117a0e613a45793f8372be087877008f7b55deb391c09d37a22a863b50c0bd644c25f8507ded954d0416d53eeb SHA512 904f2cf5e3965b123ef522ff7270e0389c8c6e66c4e3c98bbad7595f4a859621879c5c1d89a219a1d4880ea056f9c7a2f488bcc5a67f600c963a002192d03040
|
||||
DIST aioesphomeapi-11.4.2.tar.gz 57270 BLAKE2B c1b907e938f09c8eae3efd46fd42bae4aa80e83d7c2ff20b78d4c9c04f9e24f3d1f4ce79cbb8a9f7da3ddf5c16200cfbc7923a0881f79575c2e1701a24065ca1 SHA512 85e39b9f6ee15852414275e4c125a7f24fccfe473dde6f45c12c3945df1768a18d1f4dddd4ab503a140f4e73d2773efd50c683d6c14de11da10b21ed9489adf4
|
||||
EBUILD aioesphomeapi-10.11.0.ebuild 939 BLAKE2B 5590ff2605969e7d157bdb9823054bb94cb79e0e94bbfd056e8cff561ae3fbf141cea7a29c39e1d0f94b49d09828add1977f15c78eea57d42c6fd4a641476432 SHA512 c7cc8d20a5bbd78660c02114615bbb532ee227969e0b3a5fc763bdefe942614eae0c5dfbbb450d67ca66809b6ced2d417f88514841ecebc9bc6e167685965b3c
|
||||
EBUILD aioesphomeapi-10.13.0.ebuild 939 BLAKE2B 5590ff2605969e7d157bdb9823054bb94cb79e0e94bbfd056e8cff561ae3fbf141cea7a29c39e1d0f94b49d09828add1977f15c78eea57d42c6fd4a641476432 SHA512 c7cc8d20a5bbd78660c02114615bbb532ee227969e0b3a5fc763bdefe942614eae0c5dfbbb450d67ca66809b6ced2d417f88514841ecebc9bc6e167685965b3c
|
||||
EBUILD aioesphomeapi-11.1.1.ebuild 989 BLAKE2B 9d165af5856e60809cdc9ac32cabf6f5c2cfaa35688379363840165dcd2242697798f4a2e31b8249075473dc987a6ecea0ee1c3b546dbf6381d9c208cbb7bce6 SHA512 c185d53fbd78211647b82e3a7501850cef8aee863ca5f47e86827053cb6fb344db6338e6f6889535135eed75d5c5322fcdc894d38e163fe72faac5cb7a849903
|
||||
EBUILD aioesphomeapi-11.2.0.ebuild 989 BLAKE2B 9d165af5856e60809cdc9ac32cabf6f5c2cfaa35688379363840165dcd2242697798f4a2e31b8249075473dc987a6ecea0ee1c3b546dbf6381d9c208cbb7bce6 SHA512 c185d53fbd78211647b82e3a7501850cef8aee863ca5f47e86827053cb6fb344db6338e6f6889535135eed75d5c5322fcdc894d38e163fe72faac5cb7a849903
|
||||
EBUILD aioesphomeapi-11.4.1.ebuild 1025 BLAKE2B e76fb237b28e91287173b14942df15cd3f69f75525d09a0fddd5fdbf7d5bd8f9ffd8e51408be48ae2958e20b0c86302e5a312e58d2337ec72af2008b5175a1ee SHA512 09b93b8da0bfa3404d2cd4cb0fafa7c5778342674d02558b0093028a57d11215b4897c8dce191f3675c813e0a4fce35e2e8033ee565c008f1da53a6f52524603
|
||||
EBUILD aioesphomeapi-11.4.2.ebuild 1025 BLAKE2B e76fb237b28e91287173b14942df15cd3f69f75525d09a0fddd5fdbf7d5bd8f9ffd8e51408be48ae2958e20b0c86302e5a312e58d2337ec72af2008b5175a1ee SHA512 09b93b8da0bfa3404d2cd4cb0fafa7c5778342674d02558b0093028a57d11215b4897c8dce191f3675c813e0a4fce35e2e8033ee565c008f1da53a6f52524603
|
||||
MISC metadata.xml 457 BLAKE2B e6eb5bead5a46792167601a1c1b34399c75bbb20fb789bcf1d7974d52ce91c68d6b50213e899a51fc1193e6e4f6bed9d197debb6355baef1f06cc2f822fc071d SHA512 ac9de0a3e936d7b2baa3c2f57747492ead558d6068213d4728bd61642ac1e3884c5d19c817af1250e6b5e110b99e31435b1556381e8a8dc44f33c04faee4718d
|
||||
|
||||
@@ -26,6 +26,7 @@ RDEPEND=">=dev-python/protobuf-python-3.12.2[${PYTHON_USEDEP}]
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pylint[${PYTHON_USEDEP}]
|
||||
@@ -2,12 +2,12 @@ DIST aiohomekit-1.2.11.tar.gz 104084 BLAKE2B cb43863729d4fe937280f8b8cd9497b70b2
|
||||
DIST aiohomekit-1.5.12.tar.gz 107894 BLAKE2B 8ed36735b238b3207918770786ffe9c6ad024dd6d17745fbc9369b08a4b87997a59a9b767b81408803ae0ea941523291ce3c82c59b73cac3a94cbfa3abc3ced7 SHA512 c5342cca2cdc3062d92dcc9a856e5fc07a22018052a72bfc4df7c3b6535eedc28769523b3e239261dbfdda234925488aafce84e06003ca7a1d691db8d6c59615
|
||||
DIST aiohomekit-2.0.1.tar.gz 107887 BLAKE2B bc77c1be56b4aeb3fc29317772eb279eb555ed53c4d4b525cb72a74edb2ade90f38b70c3583e447c2518017467dace1ee66f4e8acfdce9c88dad82fbef1a293b SHA512 e00ecad3bcd653364eccf5a6bf1b8f481afd0057cd2db39120b50b6bbc6da80cbec7d38dd2f63f0a3af15b7bb726afcdf3d9bb5f1fd4454d5cf5a9fbd9b5bff0
|
||||
DIST aiohomekit-2.0.2.tar.gz 108092 BLAKE2B 25e8c2b6d42afe8a09789d67fdd3defa2d5bbab2f29a4c8084956e8b1f063d8d4a98ac9b9125f68b3bd6c2c4fd9d6c58761e2481449a8b61bbe77e9dadb3e0f1 SHA512 5ca31f362c3701f91c18f8d0953a688b9b3e237d9e13495e62ca8c970ea830fc7a5e4cc5ce92408a0f71311a969b41b2e6bcb14463153c815030debe0a2080b0
|
||||
DIST aiohomekit-2.2.8.tar.gz 112774 BLAKE2B 9bac0032690230ad26949772697fdff94f9c01e0131911f1d7d4c3271e86ef8c172fdff6cd68b8c40b3f8ddefd61cf86fd84abf2b2682947490bdf54f9a6e163 SHA512 b773953a1c2d76728416723cc0bbe259f70533cefd284e27bc4f6e84927741f3f74b956519b8d1948e740f3c3e4ad768230947d960b5887c4c6b8e67d0eabbd9
|
||||
DIST aiohomekit-2.2.10.tar.gz 113921 BLAKE2B d7b2dabde7812e8d50f250c084a78a0dee2e19038fceab717ea52cc42485af231a30b723eba87ea3c4a2d13f9c6db0faeea348cc99b451cdffda3cde0079f5f5 SHA512 02fa2dff8ebdae85d21d27751c81ed37cda591f04d139f47edb9b7665962da12c231782e1c4d2bc33a6b2668de9a8778e74e013263ba27b5ecc5adfa03826242
|
||||
DIST aiohomekit-2.2.9.tar.gz 112910 BLAKE2B 284b3842ead8a54d0e4c0b6b8599feb398d8fe9ba5d32c1257ec6e6555763fc8e660f419d1bd2b38967197c24e071b6219eb389a45f62d304d66a58e8535c4d9 SHA512 cc3d4583ff4f053acca0c1f25abc8187ec66abf8e67532b819a993f985500e90923cab2a062a1e623826e3adb39bf40a8008047c1b63a6fe66098101dab5d24b
|
||||
EBUILD aiohomekit-1.2.11.ebuild 1312 BLAKE2B e851a1e2aa4d4329fbc9fe8aa486d425b872f6798ca4cc418d7f8b9865bde76ee82f43f3ccf5197edfb6c54dc2cdc02b167cd51607f47ab752acdcb8e17b666d SHA512 5675b05fbb862b9b7fc6c629b52f75bc374a945affd47d7469bc20ea4e8be0e4ca94531997806302823332540d8fad32fb38048dc0ccffe8f7a561425c8b103d
|
||||
EBUILD aiohomekit-1.5.12.ebuild 1313 BLAKE2B 1e3d8925311b72416983b62455c2b2f883b10314632051a78be43e9b96d8c54906581238ac7489d29cc60b44d43eba9817d1968c4d6d20b64ff03a48b6a85747 SHA512 bb1883a29aa46805546b4281950980dbb221bc6ffaae494f649709fdb05c35d2ca06f546d749618f6c7542468ed034e1502dc3ac82dbd53b3e3deb93e1d3ae9c
|
||||
EBUILD aiohomekit-2.0.1.ebuild 1313 BLAKE2B 1e3d8925311b72416983b62455c2b2f883b10314632051a78be43e9b96d8c54906581238ac7489d29cc60b44d43eba9817d1968c4d6d20b64ff03a48b6a85747 SHA512 bb1883a29aa46805546b4281950980dbb221bc6ffaae494f649709fdb05c35d2ca06f546d749618f6c7542468ed034e1502dc3ac82dbd53b3e3deb93e1d3ae9c
|
||||
EBUILD aiohomekit-2.0.2-r1.ebuild 1313 BLAKE2B 1e3d8925311b72416983b62455c2b2f883b10314632051a78be43e9b96d8c54906581238ac7489d29cc60b44d43eba9817d1968c4d6d20b64ff03a48b6a85747 SHA512 bb1883a29aa46805546b4281950980dbb221bc6ffaae494f649709fdb05c35d2ca06f546d749618f6c7542468ed034e1502dc3ac82dbd53b3e3deb93e1d3ae9c
|
||||
EBUILD aiohomekit-2.2.8.ebuild 1367 BLAKE2B 6c5fc312a1d02e1adc66501cf205f203ab588adee9e9b9ab783c52f26fdb13dd305fae992f4a3a1ece9849c7384236e1d0a606eaf2dc5afd273925ae54362a91 SHA512 15e84cdb551f04043872994860015caccb274dd882a37f7b9b7837ae2395630fd795556d69a1c8e42e232ccc05b0690fd11e874ec2267b7d7fe45373f638b6de
|
||||
EBUILD aiohomekit-2.2.10.ebuild 1367 BLAKE2B 6c5fc312a1d02e1adc66501cf205f203ab588adee9e9b9ab783c52f26fdb13dd305fae992f4a3a1ece9849c7384236e1d0a606eaf2dc5afd273925ae54362a91 SHA512 15e84cdb551f04043872994860015caccb274dd882a37f7b9b7837ae2395630fd795556d69a1c8e42e232ccc05b0690fd11e874ec2267b7d7fe45373f638b6de
|
||||
EBUILD aiohomekit-2.2.9.ebuild 1367 BLAKE2B 6c5fc312a1d02e1adc66501cf205f203ab588adee9e9b9ab783c52f26fdb13dd305fae992f4a3a1ece9849c7384236e1d0a606eaf2dc5afd273925ae54362a91 SHA512 15e84cdb551f04043872994860015caccb274dd882a37f7b9b7837ae2395630fd795556d69a1c8e42e232ccc05b0690fd11e874ec2267b7d7fe45373f638b6de
|
||||
MISC metadata.xml 456 BLAKE2B 52666d6659ea0e650a453b4c6568f3754db9133bc0786686a87bc1ab7c12c4e967d6a195cd0de1d55dd4b596464735db810541211b1b78c0a9ab30eede8e5dd4 SHA512 9c043f3a3ee2339020070a1f2011bc0799d5ef7c4a2d082401bb96ef3cc1fc4071db15f251681dd3abd97770e865fc10457035c5717b9d7a5a20da814faa3ac4
|
||||
|
||||
@@ -2,8 +2,10 @@ DIST home-assistant-frontend-20220802.0.tar.xz 23266160 BLAKE2B 33258e71dd47c5b1
|
||||
DIST home-assistant-frontend-20220907.2.tar.xz 23391612 BLAKE2B b12be2f51b4246e341f6f9e174c863385375b659e0cc886624e629cecec337713004adbe45867e053bdf446acff17b32fd908ecf49fb5b236085359244d123e4 SHA512 497fee53d5f1de531f27ab231010b361fc5822db1fc11be01b3cc452eb4b01322e4eff7704386ba1b04439ca19d3cc31482189f20064361696048c8a457417be
|
||||
DIST home-assistant-frontend-20221010.0.tar.xz 23715764 BLAKE2B 38722ab93f28b5100d5f1922c8119aa00ee5953cbf57d95bfd08d7fd8111396f8bd49cb3910542edc94d89d661a8f9147bc9360231eaa5a77bb2ba21daaabc49 SHA512 115da7cb845010958793bf18af3b823ea5471b6a8318b98d6771523a9da876d3cae941b7bca3a2de71f30214a72cd632d4151ad6d238560636892a18f6710ba4
|
||||
DIST home-assistant-frontend-20221027.0.tar.xz 24401596 BLAKE2B 671ef3bdcf9178e6573e9755a0266019aee19f9d613fea88cfeb626d1fb91ddac17b92bbbd4c2d873dc10bbe1bed597827268559ffb773a97afbfb9ba762f736 SHA512 e0877f90ffbdb642fdf054b5141c8b9b15b2abd3b0174463293c3e9354bb858f110bae55703a6affc694e0ccda74962672d7253ee33e69071f9a968b93fef9a5
|
||||
DIST home-assistant-frontend-20221031.0.tar.xz 24425092 BLAKE2B 40b2185fe7b9fc55d1a222299901722801c65a220f35bdb126309c34ef17891b06b230d464122049c6a357c33d0af8189014de7defefd7418fcae3476ad70025 SHA512 093a2dbcf4ab2e4824911172164d3fc2ce866735ed1d3f63e00414b12bbb0aec100bc265c3d243fb9f1bc216bf3634d831095aad66b877f73e2dff1161413aba
|
||||
EBUILD home-assistant-frontend-20220802.0.ebuild 710 BLAKE2B 7b1f8be550ae3bd650a642eefdea517a495dba17a006e9fde035607f30bd18ea545f8a4fb5b28fcbb4aa2ce08abebbb0d0e050d55a31727cb51be67a2553563d SHA512 ddd4fe3f28263dbdd986121f861f0acc46fe56a117bd0963f3ba29ebd0a6e9845bf317877ca2508804103f8ea414a5151236a0cdc60c7c8f44550124f3b92c00
|
||||
EBUILD home-assistant-frontend-20220907.2.ebuild 710 BLAKE2B 7b1f8be550ae3bd650a642eefdea517a495dba17a006e9fde035607f30bd18ea545f8a4fb5b28fcbb4aa2ce08abebbb0d0e050d55a31727cb51be67a2553563d SHA512 ddd4fe3f28263dbdd986121f861f0acc46fe56a117bd0963f3ba29ebd0a6e9845bf317877ca2508804103f8ea414a5151236a0cdc60c7c8f44550124f3b92c00
|
||||
EBUILD home-assistant-frontend-20221010.0.ebuild 710 BLAKE2B 7b1f8be550ae3bd650a642eefdea517a495dba17a006e9fde035607f30bd18ea545f8a4fb5b28fcbb4aa2ce08abebbb0d0e050d55a31727cb51be67a2553563d SHA512 ddd4fe3f28263dbdd986121f861f0acc46fe56a117bd0963f3ba29ebd0a6e9845bf317877ca2508804103f8ea414a5151236a0cdc60c7c8f44550124f3b92c00
|
||||
EBUILD home-assistant-frontend-20221027.0.ebuild 710 BLAKE2B 7b1f8be550ae3bd650a642eefdea517a495dba17a006e9fde035607f30bd18ea545f8a4fb5b28fcbb4aa2ce08abebbb0d0e050d55a31727cb51be67a2553563d SHA512 ddd4fe3f28263dbdd986121f861f0acc46fe56a117bd0963f3ba29ebd0a6e9845bf317877ca2508804103f8ea414a5151236a0cdc60c7c8f44550124f3b92c00
|
||||
EBUILD home-assistant-frontend-20221031.0.ebuild 710 BLAKE2B 7b1f8be550ae3bd650a642eefdea517a495dba17a006e9fde035607f30bd18ea545f8a4fb5b28fcbb4aa2ce08abebbb0d0e050d55a31727cb51be67a2553563d SHA512 ddd4fe3f28263dbdd986121f861f0acc46fe56a117bd0963f3ba29ebd0a6e9845bf317877ca2508804103f8ea414a5151236a0cdc60c7c8f44550124f3b92c00
|
||||
MISC metadata.xml 485 BLAKE2B db31a294d5ca2f4824e6ab06aaf266b0182e1c9b49d5aeafd299fd408fc5a96d0db3ac4d72732291b0c7f74480dab6cd4febcbeced136372db499d67eb46edac SHA512 c5a5ddd828915cd14975e480b2c6c9aa599aeb32ee6d7bfef4995450fa8b6d4cdc4b281c34c4cc34d4b15f8443c1d780bf72b5f5443edbcd50054fa434f367e5
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="The Home Assistant frontend"
|
||||
HOMEPAGE="https://github.com/home-assistant/frontend https://pypi.org/project/home-assistant-frontend/"
|
||||
SRC_URI="https://hasf.edevau.net/${P:0:1}/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="~dev-python/user-agents-2.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,3 +1,5 @@
|
||||
DIST oralb-ble-0.10.0.tar.gz 6612 BLAKE2B 6b48028c5d98e7c6dd9a7804735273617a78ef72cca8477d60370b45d13a840b19c749fb74fbd3b323c1192bfbe305252a881644752b91a51e3d9eb1274d194a SHA512 c5a1691ba9f80edddf446917a3a71341439ab8cf5d2332a183d2624af9a091a69f8d15696ba01ac00d5712437f5f0f1e4b5eb80948a648dc4f1ce7046fecc0a4
|
||||
DIST oralb-ble-0.9.0.tar.gz 6585 BLAKE2B 45e858abf4b6de794278b0e4f18d4a0a123c05bc52fab3a7a5363ed99ca836e02e1bb1acb1aae31546434fd8eaea336629e53f27db018a89f1c35b1d776bff6b SHA512 5f862095b03af491e4dd10056c9ef8a643a0118f6565bf79e86efa4e619353cad55cae084e0d7d8fd84fbfb412348fa1c43a2f20e247247c5ffdab05420e72a5
|
||||
EBUILD oralb-ble-0.10.0.ebuild 922 BLAKE2B 8b6cbcd2961458d26b06e7b7b1995c8e269dfc85ff1605838847388585866f5c1a62d887a7099cdbb312e6a6fe83c622673370e8feda339bfd03bb4a4f111906 SHA512 cef8fc30f6ba01899777e125a3ad31633e6cee42b272a1fd07e2c0c80e2cd6af8b0c75cb0957480fe450dce751d780dfb5aade4f8ae607cf7c3cecd2bf4e4c43
|
||||
EBUILD oralb-ble-0.9.0.ebuild 922 BLAKE2B 8b6cbcd2961458d26b06e7b7b1995c8e269dfc85ff1605838847388585866f5c1a62d887a7099cdbb312e6a6fe83c622673370e8feda339bfd03bb4a4f111906 SHA512 cef8fc30f6ba01899777e125a3ad31633e6cee42b272a1fd07e2c0c80e2cd6af8b0c75cb0957480fe450dce751d780dfb5aade4f8ae607cf7c3cecd2bf4e4c43
|
||||
MISC metadata.xml 456 BLAKE2B b6751a38a209157163b61d538ec15e39bc923ab2009a50164ff7485ff5d4d17870c9b84d38a6094b3195bf3de9ca9b2b9e41ab67f5b7922caeed8467b5980e66 SHA512 06b43694fd29d9cf18cafa5bf5feca7f63e5d99f66b177f088ac8b21f6e7e3f8b69e6657f1be07b48f85a07b526f2c2b642a24efbf24e11f77f18e9b37a47da3
|
||||
|
||||
37
dev-python/oralb-ble/oralb-ble-0.10.0.ebuild
Normal file
37
dev-python/oralb-ble/oralb-ble-0.10.0.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Bluetooth library for Oral B devices"
|
||||
HOMEPAGE="https://github.com/Bluetooth-Devices/oralb-ble https://pypi.org/project/oralb-ble/"
|
||||
MY_PN=${PN/-/_}
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/bluetooth-sensor-state-data-1.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/bluetooth-data-tools-0.1.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/home-assistant-bluetooth-1.6.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,5 +1,7 @@
|
||||
DIST yalexs-ble-1.9.2.tar.gz 28073 BLAKE2B 9128dcae20ae8f6d646d4d07a9588541f66583186e083482acf536a52880214bccacff4ee1d5d7ac8c496a6ab0af971c298fa7fadd091dedea71358777d5fe21 SHA512 ad24f163c7c70cc539ed933d234c4b53c1226456d783ab751c3cf23e3ea4f0fdad4cebc5198c0725c68b2b6f80ddcd025a9185fd9cab276a972346273aa43039
|
||||
DIST yalexs-ble-1.9.4.tar.gz 28145 BLAKE2B 439480b8d860c9a86b6563926f0378df8f6a6950574d0b4d2061422ef678833b8a78fd3ecf7677cc81392e2deca39ec37bb50cfd06257132c59077a243c3f16f SHA512 ea5cfa6dff4a7d60273746fdb188242a0f2caa31b6977016a330ff1d0eab039e957f367db267be1d8332f097cb20f083d65bc3a7f5edd9141aa501d917bf63f5
|
||||
DIST yalexs-ble-1.9.5.tar.gz 28255 BLAKE2B 9e5f6ee35f018d3341c7b15a806440e2b86d9dcdf6fc2110abc25eba94f1d6fc426f4ba40cf51df95aedba8437002551734c91e490a64e1e33dc6104ebf425e8 SHA512 36d98e4a4f5e8c3ffeec15fea7b74dd1406c5026206026328352b78215632b1fe12034ff0660b17a26bb757ec3bc9e80e480787db03faea69148c47ff0c52823
|
||||
EBUILD yalexs-ble-1.9.2.ebuild 987 BLAKE2B 5a9794c2bc9b7ac1e1188797fbf5d73007ec5e1cbca9d0c8bddd354a7606dc27be53569035ed217eb5a489ae85bd87472c6121ee99af723579e01ba1fc29dab7 SHA512 ec3b47166967e5039ad05ceb0115ea2c2f8f4880624fed2570242107092264d44d7cf9fff6b7f3975baea0ae38b38ed9a84039ac57d7e7ad080221ce5a785c7f
|
||||
EBUILD yalexs-ble-1.9.4.ebuild 1059 BLAKE2B e7151a1c57e66efc45b3a2023bf093cb5bf430581ef578b0ba4c89d843c57535acb07519b9b4e442d21f2944b72275fc676c28b6d6cc07bbcddf20569acd7c6f SHA512 952cf6362864dd5572ad9d41459aaa156ef66c0d3cbaa7222f537576f924598257b221d3433d8950e58bf82fc69e44cd16490818f6858d2e3920aa714d28f20f
|
||||
EBUILD yalexs-ble-1.9.5.ebuild 1059 BLAKE2B e7151a1c57e66efc45b3a2023bf093cb5bf430581ef578b0ba4c89d843c57535acb07519b9b4e442d21f2944b72275fc676c28b6d6cc07bbcddf20569acd7c6f SHA512 952cf6362864dd5572ad9d41459aaa156ef66c0d3cbaa7222f537576f924598257b221d3433d8950e58bf82fc69e44cd16490818f6858d2e3920aa714d28f20f
|
||||
MISC metadata.xml 452 BLAKE2B e45333c3ef92995c8fb60a18f6e72510e1fa01dfa5fd766548f371d526b4905f9b975602a22f80d22de3a9b8e1a8760b3f0ef67444c03106c2d2a143598d6aaf SHA512 30654b5de14efdcfc41028d21e325113a011dea7bd95cb1c2ad12d3bd403b86929fe667182e8246391351d3f37ac7719579874e71cbef32c1376701b5d10aebf
|
||||
|
||||
41
dev-python/yalexs-ble/yalexs-ble-1.9.5.ebuild
Normal file
41
dev-python/yalexs-ble/yalexs-ble-1.9.5.ebuild
Normal file
@@ -0,0 +1,41 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Bluetooth control of Yale and August locks"
|
||||
HOMEPAGE="https://github.com/bdraco/yalexs-ble https://pypi.org/project/yalexs-ble/"
|
||||
MY_PN=${PN/-/_}
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/bleak-0.19.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycryptodome-3.15.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/bleak-retry-connector-1.17.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/async-timeout-4.0.1[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -48,5 +48,5 @@ net-analyzer/fail2ban ~amd64
|
||||
=dev-python/sqlalchemy-1.4.42 ~amd64
|
||||
=dev-python/watchdog-2.1.8 ~amd64
|
||||
=dev-python/websockets-10.2 ~amd64
|
||||
=dev-python/python-zeroconf-0.39.3 ~amd64
|
||||
=dev-python/python-zeroconf-0.39.4 ~amd64
|
||||
>=sci-geosciences/GeographicLib-1.52 ~amd64
|
||||
|
||||
@@ -47,7 +47,7 @@ aioeafm==0.1.2
|
||||
aioeagle==1.1.0
|
||||
aioecowitt==2022.9.3
|
||||
aioemonitor==1.0.5
|
||||
aioesphomeapi==11.4.1
|
||||
aioesphomeapi==11.4.2
|
||||
aiofile==3.8.1
|
||||
aiofiles==0.8.0
|
||||
aioflo==2021.11.0
|
||||
@@ -55,7 +55,7 @@ aioftp==0.21.3
|
||||
aiogithubapi==22.10.1
|
||||
aioguardian==2022.7.0
|
||||
aioharmony==0.2.9
|
||||
aiohomekit==2.2.9
|
||||
aiohomekit==2.2.10
|
||||
aiohttp-cors==0.7.0
|
||||
aiohttp==3.8.1
|
||||
aiohttp==3.8.3
|
||||
@@ -261,7 +261,7 @@ cryptography==38.0.1
|
||||
csrmesh==0.10.0
|
||||
cssselect==1.1.0
|
||||
cups==2.4.2
|
||||
curl==7.84.0
|
||||
curl==7.85.0
|
||||
c_rehash==1.7
|
||||
d2to1==0.2.12_p1
|
||||
dacite==1.6.0
|
||||
@@ -454,7 +454,7 @@ hole==0.7.0
|
||||
holidays==0.16
|
||||
home-assistant-bluetooth==1.6.0
|
||||
home-assistant-cli==9999
|
||||
home-assistant-frontend==20221027.0
|
||||
home-assistant-frontend==20221031.0
|
||||
homeassistant
|
||||
homeconnect==0.7.2
|
||||
homematicip==1.0.7
|
||||
@@ -640,6 +640,7 @@ mutesync==0.0.1
|
||||
mychevy==2.1.1
|
||||
mycroftapi==2.0
|
||||
mypy_extensions==0.4.3
|
||||
mysqlclient==2.1.1
|
||||
nad-receiver==0.3.0
|
||||
natsort==8.2.0
|
||||
nclib==1.0.1
|
||||
@@ -693,7 +694,7 @@ openwebifpy==3.2.7
|
||||
openwrt-luci-rpc==1.1.11
|
||||
openwrt-ubus-rpc==0.0.2
|
||||
OPi-GPIO==0.5.2
|
||||
oralb-ble==0.9.0
|
||||
oralb-ble==0.10.0
|
||||
ordered-set==4.1.0
|
||||
orjson==3.8.1
|
||||
oru==0.1.11
|
||||
@@ -1054,7 +1055,7 @@ python-telegram-bot==13.1
|
||||
python-vlc==1.1.2
|
||||
python-wink==1.10.5
|
||||
python-xlib==0.31
|
||||
python-zeroconf==0.39.3
|
||||
python-zeroconf==0.39.4
|
||||
pythonegardia==1.0.40
|
||||
pyTibber==0.25.6
|
||||
pytile==2022.2.0
|
||||
@@ -1351,7 +1352,7 @@ xs1-api-client==3.0.0
|
||||
xxhash==0.8.1
|
||||
xxhash==3.0.0
|
||||
yalesmartalarmclient==0.3.9
|
||||
yalexs-ble==1.9.4
|
||||
yalexs-ble==1.9.5
|
||||
yalexs==1.2.6
|
||||
yarl==1.8.1
|
||||
yeelight==0.7.10
|
||||
|
||||
Reference in New Issue
Block a user