Compare commits
143 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f8ef2b4f3 | |||
|
24a38b3cb5
|
|||
|
c0030e67fd
|
|||
|
f84ebddc1d
|
|||
|
6ecc12a374
|
|||
|
16bfb27d68
|
|||
|
94b28174fb
|
|||
|
013c5e012c
|
|||
|
3ecaa9f17b
|
|||
| e2829db332 | |||
|
6df6bfbc89
|
|||
|
f32ee497f0
|
|||
|
94edb6aec9
|
|||
|
19a5e3dfbd
|
|||
|
14a15e367c
|
|||
| 509d07db1c | |||
|
a44b664d5f
|
|||
|
1062a37eb4
|
|||
|
010dde6259
|
|||
|
3f4968a23a
|
|||
|
eebb011bc1
|
|||
|
f9628d98d9
|
|||
|
fb36fbf5b4
|
|||
|
7b8de36c1c
|
|||
|
fc67b79971
|
|||
|
a1fe9c1a2c
|
|||
|
e12da47aa2
|
|||
|
2edd1d486d
|
|||
|
fbdccb25f9
|
|||
|
f9a2be18f9
|
|||
|
54ffc21344
|
|||
|
c63fcee868
|
|||
|
f3f655a4d6
|
|||
|
4921e3c598
|
|||
|
149fe5225d
|
|||
|
5f94318ba6
|
|||
|
3976c17be1
|
|||
|
|
67c797c045
|
||
|
|
aac8280008
|
||
|
dbddbf666d
|
|||
|
b1628e797c
|
|||
|
942339e530
|
|||
|
7ca3d66bff
|
|||
|
3ff57e2c75
|
|||
|
06abcf3f79
|
|||
|
c11839e7d0
|
|||
|
44a3b45208
|
|||
|
ba79332322
|
|||
|
06515ba065
|
|||
|
29e3b39e99
|
|||
|
1bc521a836
|
|||
|
3349832292
|
|||
|
581c137214
|
|||
|
5713366b9c
|
|||
|
72e94037a9
|
|||
|
e690b3a98f
|
|||
|
ad73490da7
|
|||
|
145396e6c8
|
|||
|
9df865e44a
|
|||
|
fd3885ce4a
|
|||
|
17f7e9e9e3
|
|||
|
a1dc1b2f8c
|
|||
|
850a6b3bee
|
|||
| 5fce564f22 | |||
|
445c318f7d
|
|||
|
f5cc9f8697
|
|||
|
5d97016513
|
|||
|
62f569c600
|
|||
|
d8d5334c2f
|
|||
|
a801b2e127
|
|||
|
e627290dda
|
|||
|
23303da60e
|
|||
|
93350f57fa
|
|||
|
fdf7617771
|
|||
|
48985f191c
|
|||
|
f4b13d706e
|
|||
|
6ec620d0fa
|
|||
|
4bfff82a8c
|
|||
|
ee0b6661d1
|
|||
|
9c8668c205
|
|||
|
b74b765d62
|
|||
|
a04b335ee5
|
|||
|
6a6513da95
|
|||
|
d863137d9d
|
|||
|
2219476827
|
|||
|
800deb71f2
|
|||
|
71145c7a7a
|
|||
|
eed9ff4223
|
|||
|
28ea016496
|
|||
|
28005d0a28
|
|||
|
ed9d77d1e1
|
|||
|
8e891761db
|
|||
|
b1751b1c1a
|
|||
|
253d12cf64
|
|||
|
e8bdfa1e36
|
|||
|
ca0221d3a0
|
|||
|
94f043961b
|
|||
|
ac947b9bea
|
|||
|
121ee18dec
|
|||
|
063150cebd
|
|||
|
e5ec8ff2c7
|
|||
|
faf7e6311f
|
|||
|
1e84c03552
|
|||
|
7dbd2c2908
|
|||
|
7eb20a765e
|
|||
|
014f8b784a
|
|||
|
3fdc6d4453
|
|||
|
392ada5c60
|
|||
|
f257f49856
|
|||
|
fd14a9f18b
|
|||
|
5e7db4c339
|
|||
|
8140aa396f
|
|||
|
bdf4c6b0a5
|
|||
|
2dcb59bee0
|
|||
|
7990fddc40
|
|||
|
5f08a2ff10
|
|||
|
a37c96c19b
|
|||
|
5e1160ea98
|
|||
|
e6370ae2b1
|
|||
|
68c60a8638
|
|||
|
ef67340b0d
|
|||
|
e89e20ed52
|
|||
|
3fc67a9909
|
|||
|
a787b8d8c0
|
|||
|
357724c9a2
|
|||
|
309d3e01eb
|
|||
|
32fbd3eafd
|
|||
|
bccfecf60c
|
|||
|
05d4059ba4
|
|||
|
ea7cd84cb0
|
|||
|
86d019968f
|
|||
|
b0e41ac77f
|
|||
|
cc861b69bd
|
|||
|
c4af9bc387
|
|||
|
dd68196fd1
|
|||
| 46f4df016f | |||
|
5279affbd8
|
|||
|
3ce15bbb33
|
|||
|
67bbafa224
|
|||
|
1fb2121aec
|
|||
|
23e9484a92
|
|||
|
7c9be62f75
|
|||
|
6bbd41dc9d
|
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: opencv pillow numpy
|
||||
ignore_paths: opencv pillow numpy protobuf
|
||||
|
||||
@@ -60,6 +60,7 @@
|
||||
|aws|Interact with Amazon Web Services|N|N|Y|0.91|
|
||||
|axis|Communicating with newer devices from Axis Communications|Y|Y|Y|0.45|
|
||||
|backup|allows you to create and download backups for your Home Assistant Core|N|Y|Y|2022.4.0b0|
|
||||
|baf|Integrates Big Ass Fans devices into Home Assistant|N|N|Y|2022.6.0b0|
|
||||
|baidu|Text-to-speech platform uses Baidu TTS engine to read a text with natural soundi|N|Y|Y|0.59|
|
||||
|balboa|This integration adds support for Balboa Spa WiFi Modules|N|N|Y|2021.12.0b0|
|
||||
|bbb_gpio|Base for all BeagleBone Black related GPIO platforms|N|N|Y|0.36|
|
||||
@@ -239,7 +240,6 @@
|
||||
|fritzbox_callmonitor|monitors the call monitor exposed by AVM FRITZ!Box routers on TCP port 1012|N|Y|Y|0.27|
|
||||
|fritzbox_netmonitor|sensor monitors the network statistics exposed by AVM FRITZ!Box routers|N|Y|Y|0.36|
|
||||
|fronius|Add (very basic) Support for Fronius Symo JSON Api to Home Assistant|Y|Y|Y|0.96|
|
||||
|frontend|official frontend to control Home Assistant|Y|Y|Y|0.7|
|
||||
|frontier_silicon|Support for Internet Radios based on the Frontier Silicon chipset|N|N|Y|0.40|
|
||||
|futurenow|Allows you to use P5 FutureNow relay/dimmer units as lights|N|N|Y|0.75|
|
||||
|garages_amsterdam|measure the occupancy of Amsterdam parking garages in the Netherlands|N|N|Y|2021.6|
|
||||
@@ -248,6 +248,7 @@
|
||||
|gdacs|lets you use a GeoRSS feed provided by GDACS|N|N|Y|0.106|
|
||||
|generic|The generic camera platform allows you to integrate any IP camera or other URL|N|N|Y||
|
||||
|geniushub|geniushub integration links Home Assistant with your Genius Hub CH/DHW|N|N|Y|0.92|
|
||||
|geocaching|The Geocaching integration pulls data from your Geocaching.com account|N|N|Y|2022.6.0b0|
|
||||
|geonetnz_quakes|Use a GeoJSON feed provided by New Zealand’s GeoNet in Home Assistant|N|N|Y|0.98|
|
||||
|geonetnz_volcano|GeoJSON feed provided by New Zealand’s GeoNet|N|N|Y|0.103|
|
||||
|geo_json_events|geo_json_events platform lets you integrate GeoJSON feeds|N|N|Y|0.79|
|
||||
@@ -312,6 +313,7 @@
|
||||
|hydrawise|communicate with Hunter Wi-Fi irrigation controllers|N|Y|Y|0.71|
|
||||
|hyperion|integrate your Hyperion into Home Assistant|Y|N|Y|0.7.6|
|
||||
|ialarm|A simple library to interface with iAlarm systems, built for Home-Assistant|N|N|Y|2021.5|
|
||||
|ialarm_xr|Provides connectivity with the Antifurto365 iAlarmXR alarm systems|N|N|Y|2022.6.0b0|
|
||||
|iammeter|real-time readings of WEM3080, WEM3162 & WEM3080T) meters|N|N|Y|0.107|
|
||||
|iaqualink|iAqualink by Jandy allows you to control your pool via cloud service|N|Y|Y|0.99|
|
||||
|icloud|iCloud allows users to track their location on iOS devices|N|N|Y|0.10|
|
||||
@@ -364,6 +366,7 @@
|
||||
|lametric|LaMetric Time smart clock listen to web radio and display notifications|N|N|Y|0.49|
|
||||
|lastfm|lastfm sensor platform will allow you to see whenever a user starts scrobbling|N|N|Y|0.20|
|
||||
|launch_library|information about the next planned space launch|N|N|Y|0.83|
|
||||
|laundrify|Monitor the status of your washing machine or dryer using a laundrify WiFi power|N|N|Y|2022.6.0b0|
|
||||
|lcn|allows you to connect to LCN hardware devices|N|N|Y|0.85|
|
||||
|lg_netcast|allows you to control a LG Smart TV running NetCast 3.0|N|N|Y|0.20|
|
||||
|lg_soundbar|allows you to control LG Soundbars from Home Assistant|N|N|Y|0.81|
|
||||
@@ -396,7 +399,7 @@
|
||||
|maxcube|eQ-3 ELV MAX Cube Python API|Y|Y|Y|0.40|
|
||||
|mazda|Mazda Connected Services integration|N|N|Y|2021.3|
|
||||
|mcp23017|base for all related mcp23017 platforms in Home Assistant|N|N|Y|0.94|
|
||||
|meater|communication with the Meater Temperature Probe from Apption Labs|None|None|Y|2022.5.0b0|
|
||||
|meater|communication with the Meater Temperature Probe from Apption Labs|N|N|Y|2022.5.0b0|
|
||||
|mediaroom|control a Mediaroom Set-Top Box (STB) from Home Assistant|N|N|Y|0.63|
|
||||
|media_extractor|Gets a stream URL and sends it to a media player entity|N|Y|Y|0.49|
|
||||
|melcloud|Python MELCloud interface|N|N|Y|0.106|
|
||||
@@ -812,6 +815,7 @@
|
||||
|wled|add support for Aircookie's WLED|N|Y|Y|0.102|
|
||||
|wolflink|uses the Wolf Smart-Set for your heating system status|N|N|Y|0.114|
|
||||
|workday|generating country, province and state specific sets of holidays on the fly|Y|Y|Y|0.41|
|
||||
|ws66i|Control the Soundavo Whole-Home Audio Amplifier via local network|N|N|Y|2022.6.0b0|
|
||||
|xbee|send and receive commands to and from other devices on the Zigbee|N|N|Y|0.12|
|
||||
|xbox|A library to authenticate with Windows Live/Xbox Live and use their API|N|N|Y|0.117|
|
||||
|xbox_live|track Xbox profiles|N|Y|Y|0.28|
|
||||
@@ -828,6 +832,7 @@
|
||||
|yeelight|allows you to control your Yeelight Wifi bulbs|N|Y|Y|0.32|
|
||||
|yeelightsunflower|allows you to control your Yeelight Sunflower light bulbs|N|N|Y|0.39|
|
||||
|yi|allows you to utilize Yi Home Cameras within Home Assistant|N|Y|Y|0.56|
|
||||
|yolink|Integrates YoLink Devices into Home Assistant|N|N|Y|2022.6.0b0|
|
||||
|youless|allows you to read the meter values from sensors created by YouLess|N|N|Y|2021.8.0|
|
||||
|zabbix|integration to connect to a Zabbix monitoring instance via the Zabbix API|N|N|Y|0.37|
|
||||
|zengge|Python API for controlling Zengge LED bulbs|N|N|Y|0.36|
|
||||
|
||||
33
README.md
33
README.md
@@ -2,11 +2,15 @@
|
||||
## without Docker & Virtual Environments
|
||||
|
||||
|
||||
[](https://www.gentoo.org/)
|
||||
[](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/pkgcheck.yml)
|
||||
[](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/shellcheck.yml)
|
||||
[](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-min.yml)
|
||||
[](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-med.yml)
|
||||
[](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-p310-min.yml)
|
||||
[](https://github.com/onkelbeh/HomeAssistantRepository/commits/)
|
||||
[](https://github.com/onkelbeh/HomeAssistantRepository/commits/)
|
||||
[](https://github.com/onkelbeh/HomeAssistantRepository/releases)
|
||||
|
||||
|
||||
https://www.home-assistant.io/
|
||||
@@ -29,6 +33,9 @@ Currently some help on the nodejs Ebuilds would be very welcome:
|
||||
* zigbee2mqtt
|
||||
* zwave-js-server (W.I.P, see https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/269)
|
||||
|
||||
## 2022-05-15 pysnmplib changes revoked
|
||||
Change from pysnmp to pysnmplib has been revoked in https://github.com/home-assistant/core/pull/71901, released with 2022.5.5
|
||||
|
||||
## 2022-05-06: file collisions with pysnmp
|
||||
With 2022.5.0, Home Assistant and some components started using `pysnmplib`, this causes file collisions with `pysnmp`, which is referred by many packages from Gentoo. `pysnmp` uses the same namespace as `pysnmplib`, and should be compatible. To avoid the collisions, add the following packages
|
||||
```
|
||||
@@ -60,18 +67,18 @@ Since homeassistant-0.115.3 the **Main Ebuild** is released in three different s
|
||||
[](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-min.yml)
|
||||
[](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-p310-min.yml)
|
||||
|
||||
These are the USE Flags I use in production myself. All will compile fine and are extensively tested in every release, a daily compilation test is run at Github, big thanks to @antonfischl1980, it currently holds **88** USE Flags.
|
||||
These are the USE Flags I use in production myself. All will compile fine and are extensively tested in every release, a daily compilation test is run at Github, big thanks to @antonfischl1980, it currently holds **87** USE Flags.
|
||||
|
||||
### `app-misc/homeassistant`
|
||||
|
||||
[](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-med.yml)
|
||||
|
||||
The Ebuild we have since `0.97.0`, as soon as I know that at least one user is actively using a component, it will be added. These all compile fine, but some version conflicts could occure, a daily compilation test is run at Github, big thanks to @antonfischl1980, It currently holds **284** USE Flags.
|
||||
The Ebuild we have since `0.97.0`, as soon as I know that at least one user is actively using a component, it will be added. These all compile fine, but some version conflicts could occure, a daily compilation test is run at Github, big thanks to @antonfischl1980, It currently holds **283** USE Flags.
|
||||
|
||||
### `app-misc/homeassistant-full`
|
||||
|
||||
WARNING: This one currently breaks (caused by shell limitations) emerge with an 'Argument list too long' error. It compiles with a [kernel hack](https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/190#issuecomment-1002). Thanks to @gcampagnoli.
|
||||
This Ebuild contains USE Flags for (nearly) all components of Home Assistant with external dependencies. Most components compile, but these are too many (for me) to run tests for all of them on a regular schedule. It holds **840** USE Flags.
|
||||
This Ebuild contains USE Flags for (nearly) all components of Home Assistant with external dependencies. Most components compile, but these are too many (for me) to run tests for all of them on a regular schedule. It holds **845** USE Flags.
|
||||
|
||||
A list of all components aka USEFlags is generated with every release [DOMAINTABLE.md](DOMAINTABLE.md)
|
||||
|
||||
@@ -517,17 +524,17 @@ 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 1735 Ebuilds in total, 1728 of them have in total 1735 (35 different) licenses assigned.
|
||||
There are 1770 Ebuilds in total, 1763 of them have in total 1770 (35 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1056|
|
||||
|Apache-2.0|317|
|
||||
|GPL-3|106|
|
||||
|BSD|94|
|
||||
|MIT|1078|
|
||||
|Apache-2.0|321|
|
||||
|GPL-3|108|
|
||||
|BSD|99|
|
||||
|LGPL-3|28|
|
||||
|GPL-2|22|
|
||||
|LGPL-3+|16|
|
||||
|GPL-2|23|
|
||||
|LGPL-3+|18|
|
||||
|GPL-3+|14|
|
||||
|all-rights-reserved|13|
|
||||
|BSD-2|9|
|
||||
@@ -540,13 +547,13 @@ There are 1735 Ebuilds in total, 1728 of them have in total 1735 (35 different)
|
||||
|LGPL-2.1+|3|
|
||||
|PSF-2|3|
|
||||
|GPL-2+|3|
|
||||
|EPL-2.0|3|
|
||||
|AGPL-3+|2|
|
||||
|ZPL|2|
|
||||
|ISC|2|
|
||||
|NEWLIB|2|
|
||||
|CC-BY-NC-SA-3.0|2|
|
||||
|MPL-2.0|2|
|
||||
|EPL-2.0|2|
|
||||
|ECL-2.0|1|
|
||||
|Boost-1.0|1|
|
||||
|AGPL-3|1|
|
||||
@@ -557,9 +564,9 @@ There are 1735 Ebuilds in total, 1728 of them have in total 1735 (35 different)
|
||||
|CC-BY-NC-SA-4.0|1|
|
||||
|CC0-1.0|1|
|
||||
|
||||
(Last counted: 13/05/2022)
|
||||
(Last counted: 07/06/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: 13/05/2022
|
||||
Last updated: 07/06/2022
|
||||
|
||||
@@ -8,17 +8,17 @@ AUX maxcube_TypeError_dirty_hack.patch 1460 BLAKE2B 08570971bb3ce4c120086a32ec20
|
||||
AUX recorder.yaml 114 BLAKE2B af04840805aa13124208584e7f1d40335905a083ee7deead5c0e4324c969f2a231c801c23e42075782950aba7535496d92747bf03efd73a80b0d07e8492d18f6 SHA512 cb4e353e54fb6dc7034569b8d62ddcdca92680c23c2c4e1ce707d21cf95e93f41a0c44521d8c3ee90b68c830f6b8e65dab82ae64bfa09727ae384550f7de0c94
|
||||
AUX socat-zwave.init.d 637 BLAKE2B d61c1024a6fe3ce8d322e62ac1ec15e00d08f5c5a63feabc8603ecc51ec16e0a4775e0c7da83d12d1ef0c9815c9ebf8ec8a86a678bb4a3b40decb04adc887f26 SHA512 2b13cd4175427853d5a4169cc7d441d62618e8136e4f5d9fd24d08a47f6916953ebd1e747ea9c7a0907b00766c7b2108ba3b8917178fd9a795da23e6525a0faf
|
||||
AUX update-homeassistant 1326 BLAKE2B 917bdd332c4e5dea5177eecd11a7f8d72b911fddfdc8e5eb54960c526fe8c735e20d44e570cf7aeb99669d2a9670c70da1c5fbc30efb284d1f0f330799de6e24 SHA512 3c05f0d6d1bde0e1526c3e679568794c07091e7856dfd8793e13feec6f22725ddaa3163ca2c81d9df86cf73573f932e561743f05de420b350a0b68f6a9582aca
|
||||
DIST homeassistant-2022.3.8.tar.gz 13937134 BLAKE2B d8c9922fd0e3c4b78609e0b286a569723784ba3bd909a522f340302fda42441a36932946b217d94a2ebdacad6068f5b1270fd25727d5582fbce65b1a75afbc7f SHA512 fe40837a3ce70860e37fe8aadfbe3545e0ab22e203677996352f26444319f3856dca940a4bcec7da9d8ab9dc854dd52211795890939a2c44edcc811942f1e1da
|
||||
DIST homeassistant-2022.4.7.tar.gz 15146071 BLAKE2B da4a764a281d8597a6a75e1a829c3c4d555f7ae232f429077203afbfa4a5bb9e3480d0f4bf8cddc7e5ae1d3187b871d43ee38930a60e54f9e3e7e16176a14b0e SHA512 8989a3b32444ccf70d33e301b08d42b424474cb5cc437e872e857978993dd4006732efc67a74ab1ab6c44740f60a4fd00fe264c88652c0acaf5b7d6b18d0f489
|
||||
DIST homeassistant-2022.5.1.tar.gz 15424216 BLAKE2B 77314a27cb99f5c718c28b40cfa25bc6f0980883cb329b3326d97d05dce03a107e0e33338001ff44fba1afae69d04111353b2e433569701dd06c0a98b1af4df1 SHA512 c9d6fbbce1c4ed0ad03b7f9b5631825c62fc0b89b57dfb5195d075662bc687584a616f210e87db826088e1b65d2ce9914ae442c8239edd791c01f508927343e2
|
||||
DIST homeassistant-2022.5.2.tar.gz 15424080 BLAKE2B 80b2f6bd12806eafeb6bc3bebea2fde81926243e4e109df16e832a817517a04c2751fcac2f0e51fab53ce370a8383870ab5622cf7d55c1ea4b467e02cc554eeb SHA512 e3a13f0a2be52d14ce3936c5537cb2d9dda1e7af88a5ae967d7186ddda5b1af608d63e7e18688b74043fae5493b00191f38f854d02d3332647bbd7108757e220
|
||||
DIST homeassistant-2022.5.3.tar.gz 15428347 BLAKE2B d8015d1bb302379feaa40ea39e38e7bb5409e1ae08957c38c36f9d8c599f863d05f2d2bce3408353ae346d1b301b15627af12347665a57c955c1b1db727d02a1 SHA512 65274d2e12a47d5ba318bc61acf28fba34ae32467eee2ee14456ae6427e994a124ef576898b0751f793a48afd75917c77234fda71e1675939c1c9b67df228b5d
|
||||
DIST homeassistant-2022.5.4.tar.gz 15430675 BLAKE2B 8e1e1d540909995a6d2012745e4e60ec154e84002ec9d9d7761d33e84ff195259a9d63d2375d97ecae16962bb30c99743d585a54951077cde18c2217b9cb9668 SHA512 e96f75509e08726797551729c498c2061bcaceae7a9dfc73b6dd695c23e956959e155e48e3008ef7160f0a904af56032a21c42d3e23bbaee3a5e8c7ed4b76f11
|
||||
EBUILD homeassistant-full-2022.3.8.ebuild 70974 BLAKE2B ecbd4e94f787f37f81093ad17f17802bbf94649797cfb4c483da2e1bcab49735368a5e15315293ec1c1423eef661968d348b5a084acc08f30f950de7411d91e7 SHA512 7ca87dcdbd9c03e987e1c10c626eb28635fc9ae0abf1723a23eb2a7117b65137969f3522281bb67528ff07ebd28b400f6762e5334a25c3aaedf9c71b443dbbfe
|
||||
EBUILD homeassistant-full-2022.4.7.ebuild 71892 BLAKE2B f0f1c9cc2cf2cfa7b790439c9fcc0c7af2bec759ca962d3cb61d5e78fde59e9dd6ebd6696dd58e3069b3bcf99c2502175e3a9db101b4d804bc6c4bc03a9c5833 SHA512 0e679f51b93267c8efbe8e024e6e9a84343b6a8c5ff9ede684a6b65006a7863de9d9fbc06db113762194ba720e86152b840ab15e7e220320a8fa89c0ba983f08
|
||||
EBUILD homeassistant-full-2022.5.1.ebuild 72384 BLAKE2B b489b0dbe9a0837b3a39ae2043b17d1a1364b09e4f6d1d8c6a15acfd05b49c293227008e3d2a317a17bfb09a0c74264b1d58f9cbecdf8061f89ce43258467771 SHA512 a59fba580b39bbb78bd86a6dfd4cdc405cf3352d1f088ea1c2eff093e3073fb6ee757e1561dacec755a63bcc9dda1a2d9040fdf376516818ae750c34ef85be21
|
||||
EBUILD homeassistant-full-2022.5.2.ebuild 72384 BLAKE2B 47584146596a9824168dc98e7545e0c891d7ed2d7772946cf4e41be06d10673d5666e8b7b39454faab627fc4b9536990ad127a80302db2822bb6b16b3ebc03ab SHA512 b9c017cc057c1ee6519718d6438d9f21db29df0fa718447f01a7ce957b5458509cb347ddeb53abd636c0d9534d2e51096fded5a6cabc402abc02aea280500373
|
||||
EBUILD homeassistant-full-2022.5.3.ebuild 72467 BLAKE2B f53dacae310588cd323cfba8d735fd43cd1c06af115412c4975673bd55795bbdf2c07ce53e4a682a2b2eab7eea2079ffe5349176b0db8786b70b77986f8562c2 SHA512 827664db4fd137be9afb875cd9bbc9987ed0aba3e9cc49bbe56106d959fbe8a557e03df8562fec3698261953fa8ff37d57439e9831103b0ce4013ac2120cb7ba
|
||||
EBUILD homeassistant-full-2022.5.4.ebuild 72462 BLAKE2B b196641b22961d3599ef97312801367761999e76ded1f8acdf92ffb01f2728dc3b323bcad76c5a619764d9fec26aa70483728992032b6f8c7b365c2e0e773509 SHA512 0c102c86342ce57e9259bf7ff55db34c855e07e4e922f1245278dbdfe5de53598dee885422537ebf261e1bbfb9eb22720730362974bf55a8d39c3c3af36c0c2a
|
||||
EBUILD homeassistant-full-9999.ebuild 72468 BLAKE2B a1e35a989e2bac526d1daebbdf4edd865e57165e66a16eafb5dc398acedab8fe9472d6dc13d0dc133819289124733b528584dd2ea5d253e4628ba8df77239b62 SHA512 d452e368eabe13ab05f3a32e68f901c43e0362be0649b1c40e9d3b4fa2051ddf10789d58ba1cc9f56becc9208465650387fa17c838871fcc68257029cb055ed8
|
||||
MISC metadata.xml 78659 BLAKE2B fbf3df65c78fbc53453b66a9d7c407e02bb3ee9c30e2ab9b081af6f25f9666bda05a7fad905254b5ba6052b781aa82ff4229abc493e3fda10a2c53826d655f60 SHA512 3b47ecbc2f4b7696addbee8d8bbdfece2db993733c4f06edb8312ee729bb8f9f30c2f6d81d8d9b1451f6141f2d7abbbe608e9f3c5689bbb0e552a6554fc4ffae
|
||||
DIST homeassistant-2022.5.5.tar.gz 15430712 BLAKE2B e119f508fc5dec3b7eb7f18a61ec9fc281027b4e4df156683d54b803139d774218384d8bdcaec9c778d052046f9954564ef65f7feeab73c1a94e96ca655ed984 SHA512 fc5184c010242cca362d124231de4e0f396ba9b8596de4409243586043f77650db6d10641bb6274e954a1cc81e9d107942165a91a7c61b20cffcd08b11d9c9f0
|
||||
DIST homeassistant-2022.6.0.tar.gz 15559626 BLAKE2B 58cb0eb149f10dc43c1536923fc8796760e14f1cab862134eee7049a9bb0b9b4fb7598ce6302b38492b7adf0d76f77a0749ac7fac92e9603d9566c350ad07f6f SHA512 8fc75c5ed2527b351fc8dd2688dd69d359c3bc0a146ef17282a593837c7ca32e9431661de7c625bc0f7768571a4f844b13a32ec7fdfe14e0f6c967a1654fa338
|
||||
DIST homeassistant-2022.6.1.tar.gz 15567757 BLAKE2B 8988d2757d25a2a50dd0bbc39c835f325356ff6d6291bb0f2ef5637b54a589814985166c4200774513e02ffc238206670e59fbbd9af76e3cd244de54d62a878b SHA512 b9511db8c08d6c0b416f82c0368add357e7eee82051a4abb2b9b3e99f1cc775f6a0303dea509338330c9aee3bbd6e7ab2315c3449d1bfa77849512858c0a02d8
|
||||
DIST homeassistant-2022.6.2.tar.gz 15568289 BLAKE2B b7c3d61421295fde229081580289619549a81718b7540a31a88242a45c782047f32ed169a7827b1852c334c78e4303997508c5e34eb24dc791c573540842bc2b SHA512 b60be2df7c4e56bacd35f5b94a1979815a540701daab5cb0211240b4716e597e98ab5a70a8f8cce6e210a4204fb711f98c08cd943da62895e7e49f5b6ffef4d1
|
||||
DIST homeassistant-2022.6.3.tar.gz 15572357 BLAKE2B 665da4525994598228ce661ea912ab2ef7d4598c319cd7f5178cabef5a07c47e1e4019932e2cdbed18ad20739efa5248c22c804059fd4ab002605f10309c6082 SHA512 630179ee3895982f0f4dac0b164437c6ef2d2a3c47b5b9ca8068489c0ca4f0ada33d558338120738ef3431cd03aa115a1f99bd059686192c535799e52016f1a7
|
||||
EBUILD homeassistant-full-2022.4.7-r1.ebuild 71862 BLAKE2B 3306f2f555852fcb77010b5aaf3886787e196eaa2eda695870ba76d7a5c8dd2c3930e4b06846230070d5c2811cbc33797a255f34176eec4e62ae21e45de42ada SHA512 dc4f5af8883105df7a3ff607e941bfa46fe932f0fea0a78e19c5e88f8d916cf2581737cedd37a7a87154a72a866f243382b76034e32adc142f1e1e1b52e23e51
|
||||
EBUILD homeassistant-full-2022.5.5-r1.ebuild 72460 BLAKE2B c8c6b6805b8d8232477eb3b2a373bc3aa135557cdb335c8f536e87e78ae6051d43a424e6f560612264005e621efc8eb53252992f92a10b0e39d240b0e4718261 SHA512 afc60ebc15003e21f9a254f1ec2c4670a8a428f83e4d903c8f7eb3c223e0d393b721b4fe432ceb594b902a4daf8e501a58cb0445cbc14ce74657d652a42e3f47
|
||||
EBUILD homeassistant-full-2022.6.0.ebuild 72840 BLAKE2B f460535f7d4b24e105d7fa56bb4c22a0f0d50d8c5bc7cbd3cfb18ee65c65c5e1140caffc0d15d50d5ab065b76acc245827d448ff91b1b6368eb902deefe818b8 SHA512 85e53d6583e1368dd7aeec2b1b1c4c2e9d9086818fbd665e07dbe1dad7376063db91209ebd3c0d41a3ab68626fec01ef0f7fba23a29262198a02fc474cf8d3d8
|
||||
EBUILD homeassistant-full-2022.6.1.ebuild 72840 BLAKE2B e1f18494eb776afb80ce948857358b95645d49d6159b2a555da2c6ca55f0a9ad6aff4e7a3c6846f0924dda2b77b7d1dcb47f59992dcfcd02a45cedfde068c023 SHA512 a7fa57b11a6a22e25d2674017a007daac0ddeb132a84a85ab77f4e625a1d4c4b6bca1204af9f4da11e9c110450fa88fdaa05c527a449fc2515c17f1bab82a798
|
||||
EBUILD homeassistant-full-2022.6.2.ebuild 72840 BLAKE2B 4c181eb6b13db39e34bc74a4776feb02168c72eeffd172fe718c7a11ca7516c5f175c5423a3722ab0be6999d940cc0201055ddf742169566dad781b51787ef6d SHA512 d796467020c75a908ae1f786c7e495fd49f00c03c6999e544ed7ca6907df0e0e215cc415183154d1213384d47907d0adcbc9a86af793c5047927083d04a37ac9
|
||||
EBUILD homeassistant-full-2022.6.3.ebuild 72854 BLAKE2B cfabd8c5cbc771d854c39224b785785490c008335146d628b3a561824d1a5e8e69f76eb602e4acc2d0ce946c7be63da55439a538901dfca135bfda7975a64bf8 SHA512 37493e08ebeabf1a2fb9c8a76a1f1f112b20d2aeb402d21ab2d7447eebe50341b21927ab2e94a0dc207645090033b90d2854a672e2d93d35728fcf5215631ef0
|
||||
EBUILD homeassistant-full-9999.ebuild 72858 BLAKE2B dbc83365234b9e4bc200abe3926337d43a1e7cb80055c4a61c734f38707459f80eabce8f5a0ec1becb913bf4800379535cfeaba1a879f66cf7ab2e3140ebe99c SHA512 aa880df97616b6e84f8c1bfec16208cd1de4eaf0bd07ff12a5eb7b16c3926a7380a5833edc163d752df0eaf956f7b45642ddde10ada2d77fccf2ac1d175c82b7
|
||||
MISC metadata.xml 79157 BLAKE2B 45e5bafb169c144878a09d0694ea23cb9344f1714bb16d1d990c25a185a539172bf9048bb28ac419f0e66e465c3725791e99802cc0ab3d3474b0ae0c277d67c6 SHA512 d7feea7c8e8e9941e0279edb33f4fc0d4e5f9f8b8b3750b538215c62f2ad9a1aa9b4b50f28d8c9afb05ba581318fd39a9f5377021a2cbeb8d395999a9865409d
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1038
app-misc/homeassistant-full/homeassistant-full-2022.6.3.ebuild
Normal file
1038
app-misc/homeassistant-full/homeassistant-full-2022.6.3.ebuild
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -76,6 +76,7 @@
|
||||
<flag name="aws">Interact with Amazon Web Services</flag>
|
||||
<flag name="axis">Communicating with newer devices from Axis Communications</flag>
|
||||
<flag name="backup">allows you to create and download backups for your Home Assistant Core</flag>
|
||||
<flag name="baf">Integrates Big Ass Fans devices into Home Assistant</flag>
|
||||
<flag name="baidu">Text-to-speech platform uses Baidu TTS engine to read a text with natural soundi</flag>
|
||||
<flag name="balboa">This integration adds support for Balboa Spa WiFi Modules</flag>
|
||||
<flag name="bbb_gpio">Base for all BeagleBone Black related GPIO platforms</flag>
|
||||
@@ -255,7 +256,6 @@
|
||||
<flag name="fritzbox_callmonitor">monitors the call monitor exposed by AVM FRITZ!Box routers on TCP port 1012</flag>
|
||||
<flag name="fritzbox_netmonitor">sensor monitors the network statistics exposed by AVM FRITZ!Box routers</flag>
|
||||
<flag name="fronius">Add (very basic) Support for Fronius Symo JSON Api to Home Assistant</flag>
|
||||
<flag name="frontend">official frontend to control Home Assistant</flag>
|
||||
<flag name="frontier_silicon">Support for Internet Radios based on the Frontier Silicon chipset</flag>
|
||||
<flag name="futurenow">Allows you to use P5 FutureNow relay/dimmer units as lights</flag>
|
||||
<flag name="garages_amsterdam">measure the occupancy of Amsterdam parking garages in the Netherlands</flag>
|
||||
@@ -264,6 +264,7 @@
|
||||
<flag name="gdacs">lets you use a GeoRSS feed provided by GDACS</flag>
|
||||
<flag name="generic">The generic camera platform allows you to integrate any IP camera or other URL</flag>
|
||||
<flag name="geniushub">geniushub integration links Home Assistant with your Genius Hub CH/DHW</flag>
|
||||
<flag name="geocaching">The Geocaching integration pulls data from your Geocaching.com account</flag>
|
||||
<flag name="geonetnz_quakes">Use a GeoJSON feed provided by New Zealand’s GeoNet in Home Assistant</flag>
|
||||
<flag name="geonetnz_volcano">GeoJSON feed provided by New Zealand’s GeoNet</flag>
|
||||
<flag name="geo_json_events">geo_json_events platform lets you integrate GeoJSON feeds</flag>
|
||||
@@ -328,6 +329,7 @@
|
||||
<flag name="hydrawise">communicate with Hunter Wi-Fi irrigation controllers</flag>
|
||||
<flag name="hyperion">integrate your Hyperion into Home Assistant</flag>
|
||||
<flag name="ialarm">A simple library to interface with iAlarm systems, built for Home-Assistant</flag>
|
||||
<flag name="ialarm_xr">Provides connectivity with the Antifurto365 iAlarmXR alarm systems</flag>
|
||||
<flag name="iammeter">real-time readings of WEM3080, WEM3162 & WEM3080T) meters</flag>
|
||||
<flag name="iaqualink">iAqualink by Jandy allows you to control your pool via cloud service</flag>
|
||||
<flag name="icloud">iCloud allows users to track their location on iOS devices</flag>
|
||||
@@ -380,6 +382,7 @@
|
||||
<flag name="lametric">LaMetric Time smart clock listen to web radio and display notifications</flag>
|
||||
<flag name="lastfm">lastfm sensor platform will allow you to see whenever a user starts scrobbling</flag>
|
||||
<flag name="launch_library">information about the next planned space launch</flag>
|
||||
<flag name="laundrify">Monitor the status of your washing machine or dryer using a laundrify WiFi power</flag>
|
||||
<flag name="lcn">allows you to connect to LCN hardware devices</flag>
|
||||
<flag name="lg_netcast">allows you to control a LG Smart TV running NetCast 3.0</flag>
|
||||
<flag name="lg_soundbar">allows you to control LG Soundbars from Home Assistant</flag>
|
||||
@@ -828,6 +831,7 @@
|
||||
<flag name="wled">add support for Aircookie's WLED</flag>
|
||||
<flag name="wolflink">uses the Wolf Smart-Set for your heating system status</flag>
|
||||
<flag name="workday">generating country, province and state specific sets of holidays on the fly</flag>
|
||||
<flag name="ws66i">Control the Soundavo Whole-Home Audio Amplifier via local network</flag>
|
||||
<flag name="xbee">send and receive commands to and from other devices on the Zigbee</flag>
|
||||
<flag name="xbox">A library to authenticate with Windows Live/Xbox Live and use their API</flag>
|
||||
<flag name="xbox_live">track Xbox profiles</flag>
|
||||
@@ -844,6 +848,7 @@
|
||||
<flag name="yeelight">allows you to control your Yeelight Wifi bulbs</flag>
|
||||
<flag name="yeelightsunflower">allows you to control your Yeelight Sunflower light bulbs</flag>
|
||||
<flag name="yi">allows you to utilize Yi Home Cameras within Home Assistant</flag>
|
||||
<flag name="yolink">Integrates YoLink Devices into Home Assistant</flag>
|
||||
<flag name="youless">allows you to read the meter values from sensors created by YouLess</flag>
|
||||
<flag name="zabbix">integration to connect to a Zabbix monitoring instance via the Zabbix API</flag>
|
||||
<flag name="zengge">Python API for controlling Zengge LED bulbs</flag>
|
||||
|
||||
@@ -8,16 +8,16 @@ AUX maxcube_TypeError_dirty_hack.patch 1460 BLAKE2B 08570971bb3ce4c120086a32ec20
|
||||
AUX recorder.yaml 114 BLAKE2B af04840805aa13124208584e7f1d40335905a083ee7deead5c0e4324c969f2a231c801c23e42075782950aba7535496d92747bf03efd73a80b0d07e8492d18f6 SHA512 cb4e353e54fb6dc7034569b8d62ddcdca92680c23c2c4e1ce707d21cf95e93f41a0c44521d8c3ee90b68c830f6b8e65dab82ae64bfa09727ae384550f7de0c94
|
||||
AUX socat-zwave.init.d 637 BLAKE2B d61c1024a6fe3ce8d322e62ac1ec15e00d08f5c5a63feabc8603ecc51ec16e0a4775e0c7da83d12d1ef0c9815c9ebf8ec8a86a678bb4a3b40decb04adc887f26 SHA512 2b13cd4175427853d5a4169cc7d441d62618e8136e4f5d9fd24d08a47f6916953ebd1e747ea9c7a0907b00766c7b2108ba3b8917178fd9a795da23e6525a0faf
|
||||
AUX update-homeassistant 1326 BLAKE2B 917bdd332c4e5dea5177eecd11a7f8d72b911fddfdc8e5eb54960c526fe8c735e20d44e570cf7aeb99669d2a9670c70da1c5fbc30efb284d1f0f330799de6e24 SHA512 3c05f0d6d1bde0e1526c3e679568794c07091e7856dfd8793e13feec6f22725ddaa3163ca2c81d9df86cf73573f932e561743f05de420b350a0b68f6a9582aca
|
||||
DIST homeassistant-2022.3.8.tar.gz 13937134 BLAKE2B d8c9922fd0e3c4b78609e0b286a569723784ba3bd909a522f340302fda42441a36932946b217d94a2ebdacad6068f5b1270fd25727d5582fbce65b1a75afbc7f SHA512 fe40837a3ce70860e37fe8aadfbe3545e0ab22e203677996352f26444319f3856dca940a4bcec7da9d8ab9dc854dd52211795890939a2c44edcc811942f1e1da
|
||||
DIST homeassistant-2022.4.7.tar.gz 15146071 BLAKE2B da4a764a281d8597a6a75e1a829c3c4d555f7ae232f429077203afbfa4a5bb9e3480d0f4bf8cddc7e5ae1d3187b871d43ee38930a60e54f9e3e7e16176a14b0e SHA512 8989a3b32444ccf70d33e301b08d42b424474cb5cc437e872e857978993dd4006732efc67a74ab1ab6c44740f60a4fd00fe264c88652c0acaf5b7d6b18d0f489
|
||||
DIST homeassistant-2022.5.1.tar.gz 15424216 BLAKE2B 77314a27cb99f5c718c28b40cfa25bc6f0980883cb329b3326d97d05dce03a107e0e33338001ff44fba1afae69d04111353b2e433569701dd06c0a98b1af4df1 SHA512 c9d6fbbce1c4ed0ad03b7f9b5631825c62fc0b89b57dfb5195d075662bc687584a616f210e87db826088e1b65d2ce9914ae442c8239edd791c01f508927343e2
|
||||
DIST homeassistant-2022.5.2.tar.gz 15424080 BLAKE2B 80b2f6bd12806eafeb6bc3bebea2fde81926243e4e109df16e832a817517a04c2751fcac2f0e51fab53ce370a8383870ab5622cf7d55c1ea4b467e02cc554eeb SHA512 e3a13f0a2be52d14ce3936c5537cb2d9dda1e7af88a5ae967d7186ddda5b1af608d63e7e18688b74043fae5493b00191f38f854d02d3332647bbd7108757e220
|
||||
DIST homeassistant-2022.5.3.tar.gz 15428347 BLAKE2B d8015d1bb302379feaa40ea39e38e7bb5409e1ae08957c38c36f9d8c599f863d05f2d2bce3408353ae346d1b301b15627af12347665a57c955c1b1db727d02a1 SHA512 65274d2e12a47d5ba318bc61acf28fba34ae32467eee2ee14456ae6427e994a124ef576898b0751f793a48afd75917c77234fda71e1675939c1c9b67df228b5d
|
||||
DIST homeassistant-2022.5.4.tar.gz 15430675 BLAKE2B 8e1e1d540909995a6d2012745e4e60ec154e84002ec9d9d7761d33e84ff195259a9d63d2375d97ecae16962bb30c99743d585a54951077cde18c2217b9cb9668 SHA512 e96f75509e08726797551729c498c2061bcaceae7a9dfc73b6dd695c23e956959e155e48e3008ef7160f0a904af56032a21c42d3e23bbaee3a5e8c7ed4b76f11
|
||||
EBUILD homeassistant-min-2022.3.8.ebuild 14039 BLAKE2B da66fefeee1967bd488f2b86c63bdeed25fe4bed16fe1fbf1d660e3ecb1e09d2d86ffe36460e3e94613b95ea40c906143c40ad53554cfb28134d4ecb6c30ab10 SHA512 368d608df8679b03d6511d756a4bb48e9893ff0aef058baf45771551d42005a1152e608a1a45acfd7aba1455df524c8403d611b3b3f87a61600e4d01e0208f6e
|
||||
EBUILD homeassistant-min-2022.4.7.ebuild 14329 BLAKE2B 588d9b5267ad2fe853faeeb099049623696084ed6d74de5113be95b8cdb53ed315daebf9576d329f20bdab4cc4467bef6e3ae699290ebe08ce75a5ced17a810d SHA512 f388521ac9bd4a94291c4222c8dc67ca62c5b5af5e3fa469a87621152fb94a5dc75ee36e431a7e9f9a660835f00dd19048143230f69ca4445b0213bd08461d94
|
||||
EBUILD homeassistant-min-2022.5.1.ebuild 14425 BLAKE2B c383b5e958f966d9e3cf9ed4da9f31d30e526604386d831a9502f953b98d2cf1c284c0ac21b8cd2c4ec2952a344006ec44ee3ea7127872ec17567dba95f1b0c8 SHA512 f473fc52fed30d725305b5ea34ade29e7fa01b10daa2313c680f05eef6a6ee7e66c881545520259add50d065308905127f6253a336df6ff684d6843f1e6eec23
|
||||
EBUILD homeassistant-min-2022.5.2.ebuild 14425 BLAKE2B c383b5e958f966d9e3cf9ed4da9f31d30e526604386d831a9502f953b98d2cf1c284c0ac21b8cd2c4ec2952a344006ec44ee3ea7127872ec17567dba95f1b0c8 SHA512 f473fc52fed30d725305b5ea34ade29e7fa01b10daa2313c680f05eef6a6ee7e66c881545520259add50d065308905127f6253a336df6ff684d6843f1e6eec23
|
||||
EBUILD homeassistant-min-2022.5.3.ebuild 14425 BLAKE2B 79de0c567487d2470bc4a3de9f9c990f189957fea1261004a21209b6d73bcdf917101a9d7f2ddf4d09253ce1f642af66d13bf626c7730963e42afa4c30b6e3e7 SHA512 d5d808c068f4863cc09d9abccd63462cf8e9fb79724067e50ad339cbea9bbf04880d0c1b1da9e03db24c051358ec8062b8e14e3e9f4db179c16864986a0fa3cb
|
||||
EBUILD homeassistant-min-2022.5.4.ebuild 14425 BLAKE2B dc769056eb343ed765ba5ff937abf1c1903f064b2eb5ab5da6fee5059216341e6a9bcf29dd894e06b0ec8873b11c754e7628832b3bb2e077adc881a16c1b003b SHA512 ffe909bc0a8616453651b259af3ce4fc2b2cbc4cc13f0964d46b07d8536b7e699be93b0a26ce83af6541114fded2b0d8c13fd447e84feceadde51d84c647e973
|
||||
MISC metadata.xml 8235 BLAKE2B 96b66a6ec8467f5f214b43cf8f4ed92033342a4b39c1b2c693ce5ab0090530dfb9b3a407db4700bba14ffbff50ccf3a413adeb9cb5c086d2c8b07a3f29231127 SHA512 9365642cf8066096e6610cedb6b06caebd9d858a8cbeae9ae5cdabe5c78201169f9564fc023788f5bd0850c215d0d26e04bc4aa6d4f129a2db4c97585935d306
|
||||
DIST homeassistant-2022.5.5.tar.gz 15430712 BLAKE2B e119f508fc5dec3b7eb7f18a61ec9fc281027b4e4df156683d54b803139d774218384d8bdcaec9c778d052046f9954564ef65f7feeab73c1a94e96ca655ed984 SHA512 fc5184c010242cca362d124231de4e0f396ba9b8596de4409243586043f77650db6d10641bb6274e954a1cc81e9d107942165a91a7c61b20cffcd08b11d9c9f0
|
||||
DIST homeassistant-2022.6.0.tar.gz 15559626 BLAKE2B 58cb0eb149f10dc43c1536923fc8796760e14f1cab862134eee7049a9bb0b9b4fb7598ce6302b38492b7adf0d76f77a0749ac7fac92e9603d9566c350ad07f6f SHA512 8fc75c5ed2527b351fc8dd2688dd69d359c3bc0a146ef17282a593837c7ca32e9431661de7c625bc0f7768571a4f844b13a32ec7fdfe14e0f6c967a1654fa338
|
||||
DIST homeassistant-2022.6.1.tar.gz 15567757 BLAKE2B 8988d2757d25a2a50dd0bbc39c835f325356ff6d6291bb0f2ef5637b54a589814985166c4200774513e02ffc238206670e59fbbd9af76e3cd244de54d62a878b SHA512 b9511db8c08d6c0b416f82c0368add357e7eee82051a4abb2b9b3e99f1cc775f6a0303dea509338330c9aee3bbd6e7ab2315c3449d1bfa77849512858c0a02d8
|
||||
DIST homeassistant-2022.6.2.tar.gz 15568289 BLAKE2B b7c3d61421295fde229081580289619549a81718b7540a31a88242a45c782047f32ed169a7827b1852c334c78e4303997508c5e34eb24dc791c573540842bc2b SHA512 b60be2df7c4e56bacd35f5b94a1979815a540701daab5cb0211240b4716e597e98ab5a70a8f8cce6e210a4204fb711f98c08cd943da62895e7e49f5b6ffef4d1
|
||||
DIST homeassistant-2022.6.3.tar.gz 15572357 BLAKE2B 665da4525994598228ce661ea912ab2ef7d4598c319cd7f5178cabef5a07c47e1e4019932e2cdbed18ad20739efa5248c22c804059fd4ab002605f10309c6082 SHA512 630179ee3895982f0f4dac0b164437c6ef2d2a3c47b5b9ca8068489c0ca4f0ada33d558338120738ef3431cd03aa115a1f99bd059686192c535799e52016f1a7
|
||||
EBUILD homeassistant-min-2022.4.7-r1.ebuild 14299 BLAKE2B 51856fe3c8eb49a8a0beda436158817293e925fd1c277417268d15d9bfdbc5549614eb0694e63e074cb5426ed5f632bc0eb6eb5b94de06b3872a156999f2e3ec SHA512 edb9ea864cabfe241e685952f26a92cbe29172c1eb067f3b38cbd6b7c6a943a5a85d9c82bd0a3dee5b9d8133d50ec8420a33338fb42c004afb2d0f904e2f1758
|
||||
EBUILD homeassistant-min-2022.5.5-r1.ebuild 14423 BLAKE2B 6aa002c5469ecc0b2e34f1b4475ae09aeba956de043613c680f3c038410752ce5875f356331d65abab98b699667ed93739bfa1c4d2a0b48e0dfd69ff6bf64ca8 SHA512 ef46c63af3d43556a7debbfab959d0027f56ceb575b3e455eb19517a9faf2ead576720b55cd4d104f51a8b9d7cf8dd9277226dd6ed704244ecd25bc434abc808
|
||||
EBUILD homeassistant-min-2022.6.0.ebuild 14417 BLAKE2B 0a85c5b8dfd289b64d1d11b6426891cb0f2dfd00db7e8dada06a09238ba6738545cd37a6e8d7bf771a4b74d7f0b1466ed0b6fecfca3e2d4e7440886edba26596 SHA512 b6746687ce68a5647a92744274d768c7c7412f388512bca1b325ac454a57916e90f0bbf9c426d7c7146208f8f0b9e68cd02b70d18254e7a49a947949eae8a103
|
||||
EBUILD homeassistant-min-2022.6.1.ebuild 14417 BLAKE2B edb4ad4af763f6b602be94229c8b6ef97d982c6862969cffcb50ef41afcd76dd3cb9947d61097f206b0c3c338d08b62a12ce1ca755f06c276a89486ba1578968 SHA512 081bf0742c35d6c01cdcc0a50e633d052f23f0d41fff9684838a8037c5bee29e38f65dbab9a47955197dbbeb7a61873a96dccb7a79462927fb8818547f44cc75
|
||||
EBUILD homeassistant-min-2022.6.2.ebuild 14417 BLAKE2B edb4ad4af763f6b602be94229c8b6ef97d982c6862969cffcb50ef41afcd76dd3cb9947d61097f206b0c3c338d08b62a12ce1ca755f06c276a89486ba1578968 SHA512 081bf0742c35d6c01cdcc0a50e633d052f23f0d41fff9684838a8037c5bee29e38f65dbab9a47955197dbbeb7a61873a96dccb7a79462927fb8818547f44cc75
|
||||
EBUILD homeassistant-min-2022.6.3.ebuild 14417 BLAKE2B edb4ad4af763f6b602be94229c8b6ef97d982c6862969cffcb50ef41afcd76dd3cb9947d61097f206b0c3c338d08b62a12ce1ca755f06c276a89486ba1578968 SHA512 081bf0742c35d6c01cdcc0a50e633d052f23f0d41fff9684838a8037c5bee29e38f65dbab9a47955197dbbeb7a61873a96dccb7a79462927fb8818547f44cc75
|
||||
MISC metadata.xml 8158 BLAKE2B 2c94ba51ce253ac28374b22cd1f683f28371b1dd4ed0f0fe041deb579c77362a72bb09c47cc2a833c50e2788682879cd982eac9c9e5efb9760320f7a10236346 SHA512 2a42047d49df334bf893ea01fd3163d1c153473d07ddddf6742d957bb4892cf56b02dac522b03d644a2bc261ef72c0a6f1269cb1f252ee5f8acfc75f19be143a
|
||||
|
||||
@@ -1,278 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
inherit distutils-r1 readme.gentoo-r1 systemd
|
||||
|
||||
MY_PN=homeassistant
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/home-assistant/core.git"
|
||||
EGIT_BRANCH="dev"
|
||||
S="${WORKDIR}/core/"
|
||||
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"
|
||||
S="${WORKDIR}/core-${MY_PV}"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Open-source home automation platform running on Python."
|
||||
HOMEPAGE="https://home-assistant.io/ https://git.edevau.net/onkelbeh/HomeAssistantRepository/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="amd64 arm arm64 x86 amd64-linux x86-linux"
|
||||
IUSE="accuweather airly airvisual alpha_vantage androidtv android_ip_webcam axis bluetooth_le_tracker +caldav camera cast cli co2signal compensation coronavirus darksky dlna_dmr dlna_dms +dwd_weather_warnings enigma2 esphome ffmpeg forecast_solar fronius +frontend github +homekit homekit_controller http hyperion influxdb knx kodi kraken maxcube mikrotik +mobile_app +mqtt myq mysensors +mysql +notify_events octoprint +otp owntracks ozw +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 tplink tradfri upnp utility_meter +version +wake_on_lan wemo whois workday yamaha yamaha_musiccast zeroconf zha +zwave_js"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
# external deps
|
||||
RDEPEND="${PYTHON_DEPS} acct-group/${MY_PN} acct-user/${MY_PN}
|
||||
|| ( dev-lang/python:3.8 dev-lang/python:3.9 dev-lang/python:3.10 )
|
||||
app-admin/logrotate
|
||||
dev-db/sqlite
|
||||
dev-libs/libfastjson
|
||||
>=dev-libs/xerces-c-3.1.4-r1"
|
||||
|
||||
# make sure no conflicting main Ebuild is installed
|
||||
RDEPEND="${RDEPEND}
|
||||
!app-misc/homeassistant
|
||||
!app-misc/homeassistant-full"
|
||||
|
||||
# Home Assistant Core dependencies
|
||||
# from package_constraints.txt
|
||||
RDEPEND="${RDEPEND}
|
||||
~dev-python/aiodiscover-1.4.8[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
|
||||
~dev-python/anyio-3.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/astral-2.2[${PYTHON_USEDEP}]
|
||||
~dev-python/async-upnp-client-0.23.5[${PYTHON_USEDEP}]
|
||||
~dev-python/async_timeout-4.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/attrs-21.2.0[${PYTHON_USEDEP}]
|
||||
<dev-python/Authlib-1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/awesomeversion-22.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/bcrypt-3.1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/btlewrap-0.0.10[${PYTHON_USEDEP}]
|
||||
>=dev-python/certifi-2021.5.30[${PYTHON_USEDEP}]
|
||||
~dev-python/ciso8601-2.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/click-8.0.4[${PYTHON_USEDEP}]
|
||||
~dev-python/cryptography-35.0.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-1.44.0[${PYTHON_USEDEP}]
|
||||
~dev-python/h11-0.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/hass-nabucasa-0.54.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220301.2[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.14.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpx-0.21.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/hyperframe-5.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
|
||||
~dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
|
||||
~dev-python/libcst-0.3.23[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-6.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-9.0.1[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
>=dev-python/pycryptodome-3.6.6[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-2.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyserial-3.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-engineio-3.13.1[${PYTHON_USEDEP}]
|
||||
<dev-python/python-engineio-4[${PYTHON_USEDEP}]
|
||||
~dev-python/python-slugify-4.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-socketio-4.6.0[${PYTHON_USEDEP}]
|
||||
<dev-python/python-socketio-5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyudev-0.22.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
|
||||
~dev-python/regex-2021.8.28[${PYTHON_USEDEP}]
|
||||
~dev-python/requests-2.27.1[${PYTHON_USEDEP}]
|
||||
~net-analyzer/scapy-2.4.5
|
||||
~dev-python/sqlalchemy-1.4.27[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-3.10.0.2[${PYTHON_USEDEP}]
|
||||
<dev-python/typing-extensions-5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/urllib3-1.26.5[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-serialize-2.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-0.12.2[${PYTHON_USEDEP}]
|
||||
~dev-python/yarl-1.7.2[${PYTHON_USEDEP}]
|
||||
~dev-python/zeroconf-0.38.4[${PYTHON_USEDEP}]"
|
||||
|
||||
# unknown origin, still something to clean up here
|
||||
# some moved to suggested USE Flags
|
||||
#
|
||||
# auth/mfa_modules/totp.py:REQUIREMENTS = ["pyotp==2.6.0", "PyQRCode==1.2.1"]
|
||||
# scripts/check_config.py:REQUIREMENTS = ("colorlog==6.6.0",)
|
||||
|
||||
RDEPEND="${RDEPEND}
|
||||
~dev-python/colorlog-6.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-5.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyotp-2.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyqrcode-1.2.1[${PYTHON_USEDEP}]
|
||||
dev-python/pycparser[${PYTHON_USEDEP}]
|
||||
>=dev-python/websocket-client-0.57.0[${PYTHON_USEDEP}]
|
||||
~media-libs/mutagen-1.45.1"
|
||||
|
||||
# Module requirements from useflags
|
||||
RDEPEND="${RDEPEND}
|
||||
accuweather? ( ~dev-python/accuweather-0.3.0[${PYTHON_USEDEP}] )
|
||||
airly? ( ~dev-python/airly-1.1.0[${PYTHON_USEDEP}] )
|
||||
airvisual? ( ~dev-python/pyairvisual-5.0.9[${PYTHON_USEDEP}] )
|
||||
alpha_vantage? ( ~dev-python/alpha-vantage-2.3.1[${PYTHON_USEDEP}] )
|
||||
androidtv? ( ~dev-python/adb-shell-0.4.0[${PYTHON_USEDEP}] ~dev-python/androidtv-0.0.63[${PYTHON_USEDEP}] ~dev-python/pure-python-adb-0.3.0[${PYTHON_USEDEP}] )
|
||||
android_ip_webcam? ( ~dev-python/pydroid-ipcam-1.3.1[${PYTHON_USEDEP}] )
|
||||
axis? ( ~dev-python/axis-44[${PYTHON_USEDEP}] )
|
||||
bluetooth_le_tracker? ( ~dev-python/pygatt-4.0.5[${PYTHON_USEDEP}] )
|
||||
caldav? ( ~dev-python/caldav-0.8.2[${PYTHON_USEDEP}] )
|
||||
camera? ( ~dev-python/PyTurboJPEG-1.6.5[${PYTHON_USEDEP}] )
|
||||
cast? ( ~dev-python/pychromecast-10.2.3[${PYTHON_USEDEP}] )
|
||||
cli? ( app-misc/home-assistant-cli )
|
||||
co2signal? ( ~dev-python/CO2Signal-0.4.2[${PYTHON_USEDEP}] )
|
||||
compensation? ( ~dev-python/numpy-1.21.4[${PYTHON_USEDEP}] )
|
||||
coronavirus? ( ~dev-python/coronavirus-1.1.1[${PYTHON_USEDEP}] )
|
||||
darksky? ( ~dev-python/python-forecastio-1.4.0[${PYTHON_USEDEP}] )
|
||||
dlna_dmr? ( ~dev-python/async-upnp-client-0.23.5[${PYTHON_USEDEP}] )
|
||||
dlna_dms? ( ~dev-python/async-upnp-client-0.23.5[${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-10.8.2[${PYTHON_USEDEP}] )
|
||||
ffmpeg? ( ~dev-python/ha-ffmpeg-3.0.2[${PYTHON_USEDEP}] )
|
||||
forecast_solar? ( ~dev-python/forecast-solar-2.1.0[${PYTHON_USEDEP}] )
|
||||
fronius? ( ~dev-python/PyFronius-0.7.1[${PYTHON_USEDEP}] )
|
||||
frontend? ( ~dev-python/home-assistant-frontend-20220301.2[${PYTHON_USEDEP}] )
|
||||
github? ( ~dev-python/aiogithubapi-22.2.3[${PYTHON_USEDEP}] )
|
||||
homekit? ( ~dev-python/HAP-python-4.4.0[${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-0.7.16[${PYTHON_USEDEP}] )
|
||||
http? ( ~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}] )
|
||||
hyperion? ( ~dev-python/hyperion-py-0.7.4[${PYTHON_USEDEP}] )
|
||||
influxdb? ( ~dev-python/influxdb-5.3.1[${PYTHON_USEDEP}] ~dev-python/influxdb-client-1.24.0[${PYTHON_USEDEP}] )
|
||||
knx? ( ~dev-python/xknx-0.19.2[${PYTHON_USEDEP}] )
|
||||
kodi? ( ~dev-python/pykodi-0.2.7[${PYTHON_USEDEP}] )
|
||||
kraken? ( ~dev-python/krakenex-2.1.0[${PYTHON_USEDEP}] ~dev-python/pykrakenapi-0.1.8[${PYTHON_USEDEP}] )
|
||||
maxcube? ( ~dev-python/maxcube-api-0.4.3[${PYTHON_USEDEP}] )
|
||||
mikrotik? ( ~dev-python/librouteros-3.2.0[${PYTHON_USEDEP}] )
|
||||
mobile_app? ( ~dev-python/pynacl-1.4.0[${PYTHON_USEDEP}] )
|
||||
mqtt? ( ~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}] )
|
||||
myq? ( ~dev-python/pymyq-3.1.4[${PYTHON_USEDEP}] )
|
||||
mysensors? ( ~dev-python/pymysensors-0.22.1[${PYTHON_USEDEP}] )
|
||||
mysql? ( dev-python/mysql-connector-python[${PYTHON_USEDEP}] dev-python/mysqlclient[${PYTHON_USEDEP}] )
|
||||
notify_events? ( ~dev-python/notify-events-1.0.4[${PYTHON_USEDEP}] )
|
||||
octoprint? ( ~dev-python/pyoctoprintapi-0.1.7[${PYTHON_USEDEP}] )
|
||||
otp? ( ~dev-python/pyotp-2.6.0[${PYTHON_USEDEP}] )
|
||||
owntracks? ( ~dev-python/pynacl-1.4.0[${PYTHON_USEDEP}] )
|
||||
ozw? ( ~dev-python/python-openzwave-mqtt-1.4.0[${PYTHON_USEDEP}] )
|
||||
ping? ( ~dev-python/icmplib-3.0[${PYTHON_USEDEP}] )
|
||||
plex? ( ~dev-python/PlexAPI-4.10.0[${PYTHON_USEDEP}] ~dev-python/plexauth-0.0.6[${PYTHON_USEDEP}] ~dev-python/plexwebsocket-0.0.13[${PYTHON_USEDEP}] )
|
||||
ps4? ( ~dev-python/pyps4-2ndscreen-1.3.1[${PYTHON_USEDEP}] )
|
||||
python_script? ( ~dev-python/RestrictedPython-5.2[${PYTHON_USEDEP}] )
|
||||
qnap? ( ~dev-python/qnapstats-0.4.0[${PYTHON_USEDEP}] )
|
||||
qvr_pro? ( ~dev-python/pyqvrpro-0.52[${PYTHON_USEDEP}] )
|
||||
radio_browser? ( ~dev-python/radios-0.1.1[${PYTHON_USEDEP}] )
|
||||
recorder? ( ~dev-python/sqlalchemy-1.4.27[${PYTHON_USEDEP}] )
|
||||
rest? ( ~dev-python/jsonpath-0.82[${PYTHON_USEDEP}] ~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}] )
|
||||
ring? ( ~dev-python/ring-doorbell-0.7.2[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] ~dev-python/samsungtvws-1.7.0[${PYTHON_USEDEP}] ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] )
|
||||
scrape? ( ~dev-python/beautifulsoup4-4.10.0[${PYTHON_USEDEP}] )
|
||||
season? ( ~dev-python/ephem-3.7.7.0[${PYTHON_USEDEP}] )
|
||||
shelly? ( ~dev-python/aioshelly-1.0.11[${PYTHON_USEDEP}] )
|
||||
signal_messenger? ( ~dev-python/pysignalclirestapi-0.3.18[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmp-4.4.12[${PYTHON_USEDEP}] )
|
||||
socat? ( net-misc/socat )
|
||||
sonos? ( ~dev-python/soco-0.26.4[${PYTHON_USEDEP}] )
|
||||
speedtestdotnet? ( ~net-analyzer/speedtest-cli-2.1.3[${PYTHON_USEDEP}] )
|
||||
spotify? ( ~dev-python/spotipy-2.19.0[${PYTHON_USEDEP}] )
|
||||
sql? ( ~dev-python/sqlalchemy-1.4.27[${PYTHON_USEDEP}] )
|
||||
ssl? ( dev-libs/openssl app-crypt/certbot net-proxy/haproxy )
|
||||
systemmonitor? ( ~dev-python/psutil-5.8.0[${PYTHON_USEDEP}] )
|
||||
tankerkoenig? ( ~dev-python/pytankerkoenig-0.0.6[${PYTHON_USEDEP}] )
|
||||
tasmota? ( ~dev-python/HATasmota-0.3.1[${PYTHON_USEDEP}] )
|
||||
tile? ( ~dev-python/pytile-2022.2.0[${PYTHON_USEDEP}] )
|
||||
tplink? ( ~dev-python/python-kasa-0.4.1[${PYTHON_USEDEP}] )
|
||||
tradfri? ( ~dev-python/pytradfri-9.0.0[${PYTHON_USEDEP}] )
|
||||
upnp? ( ~dev-python/async-upnp-client-0.23.5[${PYTHON_USEDEP}] )
|
||||
utility_meter? ( ~dev-python/croniter-1.0.6[${PYTHON_USEDEP}] )
|
||||
version? ( ~dev-python/pyhaversion-22.2.0[${PYTHON_USEDEP}] )
|
||||
wake_on_lan? ( ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] )
|
||||
wemo? ( ~dev-python/pywemo-0.7.0[${PYTHON_USEDEP}] )
|
||||
whois? ( ~dev-python/whois-0.9.13[${PYTHON_USEDEP}] )
|
||||
workday? ( ~dev-python/holidays-0.13[${PYTHON_USEDEP}] )
|
||||
yamaha? ( ~dev-python/rxv-0.7.0[${PYTHON_USEDEP}] )
|
||||
yamaha_musiccast? ( ~dev-python/aiomusiccast-0.14.3[${PYTHON_USEDEP}] )
|
||||
zeroconf? ( ~dev-python/zeroconf-0.38.4[${PYTHON_USEDEP}] )
|
||||
zha? ( ~dev-python/bellows-0.29.0[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.67[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.43.0[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.8.0[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.7.0[${PYTHON_USEDEP}] )
|
||||
zwave_js? ( ~dev-python/zwave-js-server-python-0.35.2[${PYTHON_USEDEP}] )"
|
||||
|
||||
BDEPEND="${RDEPEND}
|
||||
test? (
|
||||
~dev-python/codecov-2.1.12[${PYTHON_USEDEP}]
|
||||
~dev-python/coverage-6.3.1[${PYTHON_USEDEP}]
|
||||
~dev-python/freezegun-1.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/mock-open-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/mypy-0.931[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
~dev-vcs/pre-commit-2.17.0
|
||||
~dev-python/pylint-strict-informational-0.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pylint-2.12.2[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-cov-2.12.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-freezegun-0.4.2[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-socket-0.4.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-sugar-0.9.4[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-test-groups-1.0.3[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-timeout-2.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-xdist-2.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-7.0.1[${PYTHON_USEDEP}]
|
||||
~dev-python/requests-mock-1.9.2[${PYTHON_USEDEP}]
|
||||
~dev-python/respx-0.19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/stdlib-list-0.7.0[${PYTHON_USEDEP}]
|
||||
~dev-python/tqdm-4.49.0[${PYTHON_USEDEP}]
|
||||
)
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]"
|
||||
|
||||
INSTALL_DIR="/opt/${MY_PN}"
|
||||
|
||||
DISABLE_AUTOFORMATTING=1
|
||||
DOC_CONTENTS="
|
||||
The HA interface listens on port 8123
|
||||
hass configuration is in: /etc/${MY_PN}
|
||||
daemon command line arguments are configured in: /etc/conf.d/${MY_PN}
|
||||
logging is to: /var/log/${MY_PN}/{server,errors,stdout}.log
|
||||
The sqlite db is by default in: /etc/${MY_PN}
|
||||
support at https://git.edevau.net/onkelbeh/HomeAssistantRepository
|
||||
"
|
||||
|
||||
S="${WORKDIR}/core-${MY_PV}"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
python_install_all() {
|
||||
dodoc ${DOCS}
|
||||
distutils-r1_python_install_all
|
||||
keepdir "$INSTALL_DIR"
|
||||
keepdir "/etc/${MY_PN}"
|
||||
fowners -R "${MY_PN}:${MY_PN}" "/etc/${MY_PN}"
|
||||
keepdir "/var/log/${MY_PN}"
|
||||
fowners -R "${MY_PN}:${MY_PN}" "/var/log/${MY_PN}"
|
||||
newconfd "${FILESDIR}/${MY_PN}.conf.d" "${MY_PN}"
|
||||
newinitd "${FILESDIR}/${MY_PN}.init.d" "${MY_PN}"
|
||||
use systemd && systemd_dounit "${FILESDIR}/${MY_PN}.service"
|
||||
dobin "${FILESDIR}/hasstest"
|
||||
if use socat ; then
|
||||
newinitd "${FILESDIR}/socat-zwave.init.d" "socat-zwave"
|
||||
sed -i -e 's/# need socat-zwave/need socat-zwave/g' "${D}/etc/init.d/${MY_PN}" || die
|
||||
fi
|
||||
if use mqtt ; then
|
||||
sed -i -e 's/# need mosquitto/need mosquitto/g' "${D}/etc/init.d/${MY_PN}" || die
|
||||
fi
|
||||
insinto /etc/logrotate.d
|
||||
newins "${FILESDIR}/${MY_PN}.logrotate" "${MY_PN}"
|
||||
readme.gentoo_create_doc
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 readme.gentoo-r1 systemd
|
||||
|
||||
MY_PN=homeassistant
|
||||
@@ -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 amd64-linux x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="accuweather airly airvisual alpha_vantage androidtv android_ip_webcam axis bluetooth_le_tracker +caldav camera cast cli co2signal compensation coronavirus darksky dlna_dmr dlna_dms +dwd_weather_warnings enigma2 esphome ffmpeg forecast_solar fronius +frontend github +homekit homekit_controller http hyperion influxdb knx kodi kraken maxcube mikrotik +mobile_app +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 )"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 readme.gentoo-r1 systemd
|
||||
|
||||
MY_PN=homeassistant
|
||||
@@ -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 amd64-linux x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="accuweather airly airvisual alpha_vantage androidtv android_ip_webcam axis bluetooth_le_tracker +caldav camera cast cli co2signal compensation coronavirus darksky dlna_dmr dlna_dms +dwd_weather_warnings enigma2 esphome ffmpeg forecast_solar fronius +frontend github +homekit homekit_controller http hyperion influxdb knx kodi kraken maxcube mikrotik +mobile_app +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 )"
|
||||
|
||||
@@ -183,7 +183,7 @@ RDEPEND="${RDEPEND}
|
||||
season? ( ~dev-python/ephem-4.1.2[${PYTHON_USEDEP}] )
|
||||
shelly? ( ~dev-python/aioshelly-2.0.0[${PYTHON_USEDEP}] )
|
||||
signal_messenger? ( ~dev-python/pysignalclirestapi-0.3.18[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmplib-5.0.10[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmp-4.4.12[${PYTHON_USEDEP}] )
|
||||
socat? ( net-misc/socat )
|
||||
sonos? ( ~dev-python/soco-0.27.1[${PYTHON_USEDEP}] )
|
||||
speedtestdotnet? ( ~net-analyzer/speedtest-cli-2.1.3[${PYTHON_USEDEP}] )
|
||||
@@ -279,3 +279,5 @@ python_install_all() {
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 readme.gentoo-r1 systemd
|
||||
|
||||
MY_PN=homeassistant
|
||||
@@ -26,9 +26,8 @@ HOMEPAGE="https://home-assistant.io/ https://git.edevau.net/onkelbeh/HomeAssista
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="amd64 arm arm64 x86 amd64-linux x86-linux"
|
||||
IUSE="accuweather airly airvisual alpha_vantage androidtv android_ip_webcam axis bluetooth_le_tracker +caldav camera cast cli co2signal compensation coronavirus darksky dlna_dmr dlna_dms +dwd_weather_warnings enigma2 esphome ffmpeg forecast_solar fronius +frontend github +homekit homekit_controller http hyperion influxdb knx kodi kraken maxcube mikrotik +mobile_app +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"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="accuweather airly airvisual alpha_vantage androidtv android_ip_webcam axis bluetooth_le_tracker +caldav camera cast cli co2signal compensation coronavirus darksky dlna_dmr dlna_dms +dwd_weather_warnings enigma2 esphome ffmpeg forecast_solar fronius github +homekit homekit_controller http hyperion influxdb knx kodi kraken maxcube mikrotik +mobile_app +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
|
||||
@@ -38,7 +37,6 @@ RDEPEND="${PYTHON_DEPS} acct-group/${MY_PN} acct-user/${MY_PN}
|
||||
dev-db/sqlite
|
||||
dev-libs/libfastjson
|
||||
>=dev-libs/xerces-c-3.1.4-r1"
|
||||
|
||||
# make sure no conflicting main Ebuild is installed
|
||||
RDEPEND="${RDEPEND}
|
||||
!app-misc/homeassistant
|
||||
@@ -50,14 +48,14 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/aiodiscover-1.4.11[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
|
||||
~dev-python/anyio-3.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/anyio-3.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/astral-2.2[${PYTHON_USEDEP}]
|
||||
~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}]
|
||||
~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}]
|
||||
~dev-python/async_timeout-4.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/attrs-21.2.0[${PYTHON_USEDEP}]
|
||||
<dev-python/Authlib-1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/awesomeversion-22.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/awesomeversion-22.5.2[${PYTHON_USEDEP}]
|
||||
<dev-python/backoff-2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/bcrypt-3.1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/btlewrap-0.0.10[${PYTHON_USEDEP}]
|
||||
@@ -65,25 +63,26 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/ciso8601-2.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/cryptography-36.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-status-1.45.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-1.45.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-status-1.46.1[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-1.46.1[${PYTHON_USEDEP}]
|
||||
~dev-python/h11-0.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/hass-nabucasa-0.54.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220504.1[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.14.7[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220531.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.15.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpx-0.22.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/jinja-3.1.1[${PYTHON_USEDEP}]
|
||||
~dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
|
||||
~dev-python/libcst-0.3.23[${PYTHON_USEDEP}]
|
||||
~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-6.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-9.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-9.1.1[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
>=dev-python/pycryptodome-3.6.6[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-2.3.0[${PYTHON_USEDEP}]
|
||||
!~dev-python/pydantic-1.9.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyserial-3.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-engineio-3.13.1[${PYTHON_USEDEP}]
|
||||
@@ -96,14 +95,14 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/regex-2021.8.28[${PYTHON_USEDEP}]
|
||||
~dev-python/requests-2.27.1[${PYTHON_USEDEP}]
|
||||
~net-analyzer/scapy-2.4.5
|
||||
~dev-python/sqlalchemy-1.4.36[${PYTHON_USEDEP}]
|
||||
~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-3.10.0.2[${PYTHON_USEDEP}]
|
||||
<dev-python/typing-extensions-5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/urllib3-1.26.5[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-serialize-2.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-0.13.1[${PYTHON_USEDEP}]
|
||||
~dev-python/yarl-1.7.2[${PYTHON_USEDEP}]
|
||||
~dev-python/zeroconf-0.38.5[${PYTHON_USEDEP}]"
|
||||
~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}]"
|
||||
|
||||
# unknown origin, still something to clean up here
|
||||
# some moved to suggested USE Flags
|
||||
@@ -119,7 +118,6 @@ RDEPEND="${RDEPEND}
|
||||
dev-python/pycparser[${PYTHON_USEDEP}]
|
||||
>=dev-python/websocket-client-0.57.0[${PYTHON_USEDEP}]
|
||||
~media-libs/mutagen-1.45.1"
|
||||
|
||||
# Module requirements from useflags
|
||||
RDEPEND="${RDEPEND}
|
||||
accuweather? ( ~dev-python/accuweather-0.3.0[${PYTHON_USEDEP}] )
|
||||
@@ -130,30 +128,29 @@ RDEPEND="${RDEPEND}
|
||||
android_ip_webcam? ( ~dev-python/pydroid-ipcam-1.3.1[${PYTHON_USEDEP}] )
|
||||
axis? ( ~dev-python/axis-44[${PYTHON_USEDEP}] )
|
||||
bluetooth_le_tracker? ( ~dev-python/pygatt-4.0.5[${PYTHON_USEDEP}] )
|
||||
caldav? ( ~dev-python/caldav-0.8.2[${PYTHON_USEDEP}] )
|
||||
caldav? ( ~dev-python/caldav-0.9.0[${PYTHON_USEDEP}] )
|
||||
camera? ( ~dev-python/PyTurboJPEG-1.6.6[${PYTHON_USEDEP}] )
|
||||
cast? ( ~dev-python/pychromecast-12.1.1[${PYTHON_USEDEP}] )
|
||||
cast? ( ~dev-python/pychromecast-12.1.3[${PYTHON_USEDEP}] )
|
||||
cli? ( app-misc/home-assistant-cli )
|
||||
co2signal? ( ~dev-python/CO2Signal-0.4.2[${PYTHON_USEDEP}] )
|
||||
compensation? ( ~dev-python/numpy-1.21.6[${PYTHON_USEDEP}] )
|
||||
coronavirus? ( ~dev-python/coronavirus-1.1.1[${PYTHON_USEDEP}] )
|
||||
darksky? ( ~dev-python/python-forecastio-1.4.0[${PYTHON_USEDEP}] )
|
||||
dlna_dmr? ( ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
dlna_dms? ( ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
dlna_dmr? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
dlna_dms? ( ~dev-python/async-upnp-client-0.30.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-10.8.2[${PYTHON_USEDEP}] )
|
||||
esphome? ( ~dev-python/aioesphomeapi-10.10.0[${PYTHON_USEDEP}] )
|
||||
ffmpeg? ( ~dev-python/ha-ffmpeg-3.0.2[${PYTHON_USEDEP}] )
|
||||
forecast_solar? ( ~dev-python/forecast-solar-2.2.0[${PYTHON_USEDEP}] )
|
||||
fronius? ( ~dev-python/PyFronius-0.7.1[${PYTHON_USEDEP}] )
|
||||
frontend? ( ~dev-python/home-assistant-frontend-20220504.1[${PYTHON_USEDEP}] )
|
||||
github? ( ~dev-python/aiogithubapi-22.2.4[${PYTHON_USEDEP}] )
|
||||
homekit? ( ~dev-python/HAP-python-4.4.0[${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-0.7.17[${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}] )
|
||||
knx? ( ~dev-python/xknx-0.21.2[${PYTHON_USEDEP}] )
|
||||
knx? ( ~dev-python/xknx-0.21.3[${PYTHON_USEDEP}] )
|
||||
kodi? ( ~dev-python/pykodi-0.2.7[${PYTHON_USEDEP}] )
|
||||
kraken? ( ~dev-python/krakenex-2.1.0[${PYTHON_USEDEP}] ~dev-python/pykrakenapi-0.1.8[${PYTHON_USEDEP}] )
|
||||
maxcube? ( ~dev-python/maxcube-api-0.4.3[${PYTHON_USEDEP}] )
|
||||
@@ -169,57 +166,57 @@ RDEPEND="${RDEPEND}
|
||||
otp? ( ~dev-python/pyotp-2.6.0[${PYTHON_USEDEP}] )
|
||||
owntracks? ( ~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}] )
|
||||
ping? ( ~dev-python/icmplib-3.0[${PYTHON_USEDEP}] )
|
||||
plex? ( ~dev-python/PlexAPI-4.10.1[${PYTHON_USEDEP}] ~dev-python/plexauth-0.0.6[${PYTHON_USEDEP}] ~dev-python/plexwebsocket-0.0.13[${PYTHON_USEDEP}] )
|
||||
plex? ( ~dev-python/PlexAPI-4.11.2[${PYTHON_USEDEP}] ~dev-python/plexauth-0.0.6[${PYTHON_USEDEP}] ~dev-python/plexwebsocket-0.0.13[${PYTHON_USEDEP}] )
|
||||
ps4? ( ~dev-python/pyps4-2ndscreen-1.3.1[${PYTHON_USEDEP}] )
|
||||
python_script? ( ~dev-python/RestrictedPython-5.2[${PYTHON_USEDEP}] )
|
||||
qnap? ( ~dev-python/qnapstats-0.4.0[${PYTHON_USEDEP}] )
|
||||
qvr_pro? ( ~dev-python/pyqvrpro-0.52[${PYTHON_USEDEP}] )
|
||||
radio_browser? ( ~dev-python/radios-0.1.1[${PYTHON_USEDEP}] )
|
||||
recorder? ( ~dev-python/sqlalchemy-1.4.36[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}] )
|
||||
recorder? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}] )
|
||||
rest? ( ~dev-python/jsonpath-0.82[${PYTHON_USEDEP}] ~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}] )
|
||||
ring? ( ~dev-python/ring-doorbell-0.7.2[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] ~dev-python/samsungtvws-2.5.0[${PYTHON_USEDEP}] ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
scrape? ( ~dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] ~dev-python/samsungtvws-2.5.0[${PYTHON_USEDEP}] ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
scrape? ( ~dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}] ~dev-python/lxml-4.8.0[${PYTHON_USEDEP}] )
|
||||
season? ( ~dev-python/ephem-4.1.2[${PYTHON_USEDEP}] )
|
||||
shelly? ( ~dev-python/aioshelly-2.0.0[${PYTHON_USEDEP}] )
|
||||
signal_messenger? ( ~dev-python/pysignalclirestapi-0.3.18[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmplib-5.0.10[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmp-4.4.12[${PYTHON_USEDEP}] )
|
||||
socat? ( net-misc/socat )
|
||||
sonos? ( ~dev-python/soco-0.27.1[${PYTHON_USEDEP}] )
|
||||
speedtestdotnet? ( ~net-analyzer/speedtest-cli-2.1.3[${PYTHON_USEDEP}] )
|
||||
spotify? ( ~dev-python/spotipy-2.19.0[${PYTHON_USEDEP}] )
|
||||
sql? ( ~dev-python/sqlalchemy-1.4.36[${PYTHON_USEDEP}] )
|
||||
sql? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] )
|
||||
ssl? ( dev-libs/openssl app-crypt/certbot net-proxy/haproxy )
|
||||
systemmonitor? ( ~dev-python/psutil-5.9.0[${PYTHON_USEDEP}] )
|
||||
tankerkoenig? ( ~dev-python/pytankerkoenig-0.0.6[${PYTHON_USEDEP}] )
|
||||
tasmota? ( ~dev-python/HATasmota-0.4.1[${PYTHON_USEDEP}] )
|
||||
tasmota? ( ~dev-python/HATasmota-0.5.1[${PYTHON_USEDEP}] )
|
||||
tile? ( ~dev-python/pytile-2022.2.0[${PYTHON_USEDEP}] )
|
||||
tomorrowio? ( ~dev-python/pytomorrowio-0.3.3[${PYTHON_USEDEP}] )
|
||||
tplink? ( ~dev-python/python-kasa-0.5.0[${PYTHON_USEDEP}] )
|
||||
upnp? ( ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
|
||||
upnp? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
|
||||
utility_meter? ( ~dev-python/croniter-1.0.6[${PYTHON_USEDEP}] )
|
||||
version? ( ~dev-python/pyhaversion-22.4.1[${PYTHON_USEDEP}] )
|
||||
wake_on_lan? ( ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] )
|
||||
wemo? ( ~dev-python/pywemo-0.7.0[${PYTHON_USEDEP}] )
|
||||
wemo? ( ~dev-python/pywemo-0.8.1[${PYTHON_USEDEP}] )
|
||||
whois? ( ~dev-python/whois-0.9.13[${PYTHON_USEDEP}] )
|
||||
workday? ( ~dev-python/holidays-0.13[${PYTHON_USEDEP}] )
|
||||
yamaha? ( ~dev-python/rxv-0.7.0[${PYTHON_USEDEP}] )
|
||||
yamaha_musiccast? ( ~dev-python/aiomusiccast-0.14.3[${PYTHON_USEDEP}] )
|
||||
zeroconf? ( ~dev-python/zeroconf-0.38.5[${PYTHON_USEDEP}] )
|
||||
zha? ( ~dev-python/bellows-0.29.0[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.73[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.16.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.45.1[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.7.4[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.7.0[${PYTHON_USEDEP}] )
|
||||
zwave_js? ( ~dev-python/zwave-js-server-python-0.36.1[${PYTHON_USEDEP}] )"
|
||||
zeroconf? ( ~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}] )
|
||||
zha? ( ~dev-python/bellows-0.30.0[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.75[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.16.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.45.1[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.7.4[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.7.0[${PYTHON_USEDEP}] )
|
||||
zwave_js? ( ~dev-python/zwave-js-server-python-0.37.1[${PYTHON_USEDEP}] )"
|
||||
|
||||
BDEPEND="${RDEPEND}
|
||||
test? (
|
||||
~dev-python/codecov-2.1.12[${PYTHON_USEDEP}]
|
||||
~dev-python/coverage-6.3.2[${PYTHON_USEDEP}]
|
||||
~dev-python/coverage-6.4[${PYTHON_USEDEP}]
|
||||
~dev-python/freezegun-1.2.1[${PYTHON_USEDEP}]
|
||||
~dev-python/mock-open-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/mypy-0.942[${PYTHON_USEDEP}]
|
||||
~dev-python/mypy-0.960[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
~dev-vcs/pre-commit-2.17.0
|
||||
~dev-vcs/pre-commit-2.19.0
|
||||
~dev-python/pylint-strict-informational-0.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pylint-2.13.7[${PYTHON_USEDEP}]
|
||||
~dev-python/pylint-2.13.9[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-cov-3.0.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-freezegun-0.4.2[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-socket-0.5.1[${PYTHON_USEDEP}]
|
||||
@@ -279,3 +276,5 @@ python_install_all() {
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 readme.gentoo-r1 systemd
|
||||
|
||||
MY_PN=homeassistant
|
||||
@@ -26,9 +26,8 @@ HOMEPAGE="https://home-assistant.io/ https://git.edevau.net/onkelbeh/HomeAssista
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="amd64 arm arm64 x86 amd64-linux x86-linux"
|
||||
IUSE="accuweather airly airvisual alpha_vantage androidtv android_ip_webcam axis bluetooth_le_tracker +caldav camera cast cli co2signal compensation coronavirus darksky dlna_dmr dlna_dms +dwd_weather_warnings enigma2 esphome ffmpeg forecast_solar fronius +frontend github +homekit homekit_controller http hyperion influxdb knx kodi kraken maxcube mikrotik +mobile_app +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"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="accuweather airly airvisual alpha_vantage androidtv android_ip_webcam axis bluetooth_le_tracker +caldav camera cast cli co2signal compensation coronavirus darksky dlna_dmr dlna_dms +dwd_weather_warnings enigma2 esphome ffmpeg forecast_solar fronius github +homekit homekit_controller http hyperion influxdb knx kodi kraken maxcube mikrotik +mobile_app +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
|
||||
@@ -38,7 +37,6 @@ RDEPEND="${PYTHON_DEPS} acct-group/${MY_PN} acct-user/${MY_PN}
|
||||
dev-db/sqlite
|
||||
dev-libs/libfastjson
|
||||
>=dev-libs/xerces-c-3.1.4-r1"
|
||||
|
||||
# make sure no conflicting main Ebuild is installed
|
||||
RDEPEND="${RDEPEND}
|
||||
!app-misc/homeassistant
|
||||
@@ -50,14 +48,14 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/aiodiscover-1.4.11[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
|
||||
~dev-python/anyio-3.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/anyio-3.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/astral-2.2[${PYTHON_USEDEP}]
|
||||
~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}]
|
||||
~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}]
|
||||
~dev-python/async_timeout-4.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/attrs-21.2.0[${PYTHON_USEDEP}]
|
||||
<dev-python/Authlib-1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/awesomeversion-22.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/awesomeversion-22.5.2[${PYTHON_USEDEP}]
|
||||
<dev-python/backoff-2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/bcrypt-3.1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/btlewrap-0.0.10[${PYTHON_USEDEP}]
|
||||
@@ -65,25 +63,26 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/ciso8601-2.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/cryptography-36.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-status-1.45.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-1.45.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-status-1.46.1[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-1.46.1[${PYTHON_USEDEP}]
|
||||
~dev-python/h11-0.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/hass-nabucasa-0.54.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220504.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.14.7[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220601.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.15.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpx-0.22.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/jinja-3.1.1[${PYTHON_USEDEP}]
|
||||
~dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
|
||||
~dev-python/libcst-0.3.23[${PYTHON_USEDEP}]
|
||||
~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-6.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-9.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-9.1.1[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
>=dev-python/pycryptodome-3.6.6[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-2.3.0[${PYTHON_USEDEP}]
|
||||
!~dev-python/pydantic-1.9.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyserial-3.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-engineio-3.13.1[${PYTHON_USEDEP}]
|
||||
@@ -96,14 +95,14 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/regex-2021.8.28[${PYTHON_USEDEP}]
|
||||
~dev-python/requests-2.27.1[${PYTHON_USEDEP}]
|
||||
~net-analyzer/scapy-2.4.5
|
||||
~dev-python/sqlalchemy-1.4.36[${PYTHON_USEDEP}]
|
||||
~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-3.10.0.2[${PYTHON_USEDEP}]
|
||||
<dev-python/typing-extensions-5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/urllib3-1.26.5[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-serialize-2.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-0.13.1[${PYTHON_USEDEP}]
|
||||
~dev-python/yarl-1.7.2[${PYTHON_USEDEP}]
|
||||
~dev-python/zeroconf-0.38.5[${PYTHON_USEDEP}]"
|
||||
~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}]"
|
||||
|
||||
# unknown origin, still something to clean up here
|
||||
# some moved to suggested USE Flags
|
||||
@@ -119,7 +118,6 @@ RDEPEND="${RDEPEND}
|
||||
dev-python/pycparser[${PYTHON_USEDEP}]
|
||||
>=dev-python/websocket-client-0.57.0[${PYTHON_USEDEP}]
|
||||
~media-libs/mutagen-1.45.1"
|
||||
|
||||
# Module requirements from useflags
|
||||
RDEPEND="${RDEPEND}
|
||||
accuweather? ( ~dev-python/accuweather-0.3.0[${PYTHON_USEDEP}] )
|
||||
@@ -130,30 +128,29 @@ RDEPEND="${RDEPEND}
|
||||
android_ip_webcam? ( ~dev-python/pydroid-ipcam-1.3.1[${PYTHON_USEDEP}] )
|
||||
axis? ( ~dev-python/axis-44[${PYTHON_USEDEP}] )
|
||||
bluetooth_le_tracker? ( ~dev-python/pygatt-4.0.5[${PYTHON_USEDEP}] )
|
||||
caldav? ( ~dev-python/caldav-0.8.2[${PYTHON_USEDEP}] )
|
||||
caldav? ( ~dev-python/caldav-0.9.0[${PYTHON_USEDEP}] )
|
||||
camera? ( ~dev-python/PyTurboJPEG-1.6.6[${PYTHON_USEDEP}] )
|
||||
cast? ( ~dev-python/pychromecast-12.1.1[${PYTHON_USEDEP}] )
|
||||
cast? ( ~dev-python/pychromecast-12.1.3[${PYTHON_USEDEP}] )
|
||||
cli? ( app-misc/home-assistant-cli )
|
||||
co2signal? ( ~dev-python/CO2Signal-0.4.2[${PYTHON_USEDEP}] )
|
||||
compensation? ( ~dev-python/numpy-1.21.6[${PYTHON_USEDEP}] )
|
||||
coronavirus? ( ~dev-python/coronavirus-1.1.1[${PYTHON_USEDEP}] )
|
||||
darksky? ( ~dev-python/python-forecastio-1.4.0[${PYTHON_USEDEP}] )
|
||||
dlna_dmr? ( ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
dlna_dms? ( ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
dlna_dmr? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
dlna_dms? ( ~dev-python/async-upnp-client-0.30.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-10.8.2[${PYTHON_USEDEP}] )
|
||||
esphome? ( ~dev-python/aioesphomeapi-10.10.0[${PYTHON_USEDEP}] )
|
||||
ffmpeg? ( ~dev-python/ha-ffmpeg-3.0.2[${PYTHON_USEDEP}] )
|
||||
forecast_solar? ( ~dev-python/forecast-solar-2.2.0[${PYTHON_USEDEP}] )
|
||||
fronius? ( ~dev-python/PyFronius-0.7.1[${PYTHON_USEDEP}] )
|
||||
frontend? ( ~dev-python/home-assistant-frontend-20220504.0[${PYTHON_USEDEP}] )
|
||||
github? ( ~dev-python/aiogithubapi-22.2.4[${PYTHON_USEDEP}] )
|
||||
homekit? ( ~dev-python/HAP-python-4.4.0[${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-0.7.17[${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}] )
|
||||
knx? ( ~dev-python/xknx-0.21.2[${PYTHON_USEDEP}] )
|
||||
knx? ( ~dev-python/xknx-0.21.3[${PYTHON_USEDEP}] )
|
||||
kodi? ( ~dev-python/pykodi-0.2.7[${PYTHON_USEDEP}] )
|
||||
kraken? ( ~dev-python/krakenex-2.1.0[${PYTHON_USEDEP}] ~dev-python/pykrakenapi-0.1.8[${PYTHON_USEDEP}] )
|
||||
maxcube? ( ~dev-python/maxcube-api-0.4.3[${PYTHON_USEDEP}] )
|
||||
@@ -169,57 +166,57 @@ RDEPEND="${RDEPEND}
|
||||
otp? ( ~dev-python/pyotp-2.6.0[${PYTHON_USEDEP}] )
|
||||
owntracks? ( ~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}] )
|
||||
ping? ( ~dev-python/icmplib-3.0[${PYTHON_USEDEP}] )
|
||||
plex? ( ~dev-python/PlexAPI-4.10.1[${PYTHON_USEDEP}] ~dev-python/plexauth-0.0.6[${PYTHON_USEDEP}] ~dev-python/plexwebsocket-0.0.13[${PYTHON_USEDEP}] )
|
||||
plex? ( ~dev-python/PlexAPI-4.11.2[${PYTHON_USEDEP}] ~dev-python/plexauth-0.0.6[${PYTHON_USEDEP}] ~dev-python/plexwebsocket-0.0.13[${PYTHON_USEDEP}] )
|
||||
ps4? ( ~dev-python/pyps4-2ndscreen-1.3.1[${PYTHON_USEDEP}] )
|
||||
python_script? ( ~dev-python/RestrictedPython-5.2[${PYTHON_USEDEP}] )
|
||||
qnap? ( ~dev-python/qnapstats-0.4.0[${PYTHON_USEDEP}] )
|
||||
qvr_pro? ( ~dev-python/pyqvrpro-0.52[${PYTHON_USEDEP}] )
|
||||
radio_browser? ( ~dev-python/radios-0.1.1[${PYTHON_USEDEP}] )
|
||||
recorder? ( ~dev-python/sqlalchemy-1.4.36[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}] )
|
||||
recorder? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}] )
|
||||
rest? ( ~dev-python/jsonpath-0.82[${PYTHON_USEDEP}] ~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}] )
|
||||
ring? ( ~dev-python/ring-doorbell-0.7.2[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] ~dev-python/samsungtvws-2.5.0[${PYTHON_USEDEP}] ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
scrape? ( ~dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] ~dev-python/samsungtvws-2.5.0[${PYTHON_USEDEP}] ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
scrape? ( ~dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}] ~dev-python/lxml-4.8.0[${PYTHON_USEDEP}] )
|
||||
season? ( ~dev-python/ephem-4.1.2[${PYTHON_USEDEP}] )
|
||||
shelly? ( ~dev-python/aioshelly-2.0.0[${PYTHON_USEDEP}] )
|
||||
signal_messenger? ( ~dev-python/pysignalclirestapi-0.3.18[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmplib-5.0.10[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmp-4.4.12[${PYTHON_USEDEP}] )
|
||||
socat? ( net-misc/socat )
|
||||
sonos? ( ~dev-python/soco-0.27.1[${PYTHON_USEDEP}] )
|
||||
speedtestdotnet? ( ~net-analyzer/speedtest-cli-2.1.3[${PYTHON_USEDEP}] )
|
||||
spotify? ( ~dev-python/spotipy-2.19.0[${PYTHON_USEDEP}] )
|
||||
sql? ( ~dev-python/sqlalchemy-1.4.36[${PYTHON_USEDEP}] )
|
||||
sql? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] )
|
||||
ssl? ( dev-libs/openssl app-crypt/certbot net-proxy/haproxy )
|
||||
systemmonitor? ( ~dev-python/psutil-5.9.0[${PYTHON_USEDEP}] )
|
||||
tankerkoenig? ( ~dev-python/pytankerkoenig-0.0.6[${PYTHON_USEDEP}] )
|
||||
tasmota? ( ~dev-python/HATasmota-0.4.1[${PYTHON_USEDEP}] )
|
||||
tasmota? ( ~dev-python/HATasmota-0.5.1[${PYTHON_USEDEP}] )
|
||||
tile? ( ~dev-python/pytile-2022.2.0[${PYTHON_USEDEP}] )
|
||||
tomorrowio? ( ~dev-python/pytomorrowio-0.3.3[${PYTHON_USEDEP}] )
|
||||
tplink? ( ~dev-python/python-kasa-0.5.0[${PYTHON_USEDEP}] )
|
||||
upnp? ( ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
|
||||
upnp? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
|
||||
utility_meter? ( ~dev-python/croniter-1.0.6[${PYTHON_USEDEP}] )
|
||||
version? ( ~dev-python/pyhaversion-22.4.1[${PYTHON_USEDEP}] )
|
||||
wake_on_lan? ( ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] )
|
||||
wemo? ( ~dev-python/pywemo-0.7.0[${PYTHON_USEDEP}] )
|
||||
wemo? ( ~dev-python/pywemo-0.8.1[${PYTHON_USEDEP}] )
|
||||
whois? ( ~dev-python/whois-0.9.13[${PYTHON_USEDEP}] )
|
||||
workday? ( ~dev-python/holidays-0.13[${PYTHON_USEDEP}] )
|
||||
yamaha? ( ~dev-python/rxv-0.7.0[${PYTHON_USEDEP}] )
|
||||
yamaha_musiccast? ( ~dev-python/aiomusiccast-0.14.3[${PYTHON_USEDEP}] )
|
||||
zeroconf? ( ~dev-python/zeroconf-0.38.5[${PYTHON_USEDEP}] )
|
||||
zha? ( ~dev-python/bellows-0.29.0[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.73[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.16.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.45.1[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.7.4[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.7.0[${PYTHON_USEDEP}] )
|
||||
zwave_js? ( ~dev-python/zwave-js-server-python-0.36.1[${PYTHON_USEDEP}] )"
|
||||
zeroconf? ( ~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}] )
|
||||
zha? ( ~dev-python/bellows-0.30.0[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.75[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.16.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.45.1[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.7.4[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.7.0[${PYTHON_USEDEP}] )
|
||||
zwave_js? ( ~dev-python/zwave-js-server-python-0.37.1[${PYTHON_USEDEP}] )"
|
||||
|
||||
BDEPEND="${RDEPEND}
|
||||
test? (
|
||||
~dev-python/codecov-2.1.12[${PYTHON_USEDEP}]
|
||||
~dev-python/coverage-6.3.2[${PYTHON_USEDEP}]
|
||||
~dev-python/coverage-6.4[${PYTHON_USEDEP}]
|
||||
~dev-python/freezegun-1.2.1[${PYTHON_USEDEP}]
|
||||
~dev-python/mock-open-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/mypy-0.942[${PYTHON_USEDEP}]
|
||||
~dev-python/mypy-0.960[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
~dev-vcs/pre-commit-2.17.0
|
||||
~dev-vcs/pre-commit-2.19.0
|
||||
~dev-python/pylint-strict-informational-0.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pylint-2.13.7[${PYTHON_USEDEP}]
|
||||
~dev-python/pylint-2.13.9[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-cov-3.0.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-freezegun-0.4.2[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-socket-0.5.1[${PYTHON_USEDEP}]
|
||||
@@ -279,3 +276,5 @@ python_install_all() {
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 readme.gentoo-r1 systemd
|
||||
|
||||
MY_PN=homeassistant
|
||||
@@ -26,9 +26,8 @@ HOMEPAGE="https://home-assistant.io/ https://git.edevau.net/onkelbeh/HomeAssista
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="amd64 arm arm64 x86 amd64-linux x86-linux"
|
||||
IUSE="accuweather airly airvisual alpha_vantage androidtv android_ip_webcam axis bluetooth_le_tracker +caldav camera cast cli co2signal compensation coronavirus darksky dlna_dmr dlna_dms +dwd_weather_warnings enigma2 esphome ffmpeg forecast_solar fronius +frontend github +homekit homekit_controller http hyperion influxdb knx kodi kraken maxcube mikrotik +mobile_app +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"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="accuweather airly airvisual alpha_vantage androidtv android_ip_webcam axis bluetooth_le_tracker +caldav camera cast cli co2signal compensation coronavirus darksky dlna_dmr dlna_dms +dwd_weather_warnings enigma2 esphome ffmpeg forecast_solar fronius github +homekit homekit_controller http hyperion influxdb knx kodi kraken maxcube mikrotik +mobile_app +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
|
||||
@@ -38,7 +37,6 @@ RDEPEND="${PYTHON_DEPS} acct-group/${MY_PN} acct-user/${MY_PN}
|
||||
dev-db/sqlite
|
||||
dev-libs/libfastjson
|
||||
>=dev-libs/xerces-c-3.1.4-r1"
|
||||
|
||||
# make sure no conflicting main Ebuild is installed
|
||||
RDEPEND="${RDEPEND}
|
||||
!app-misc/homeassistant
|
||||
@@ -50,14 +48,14 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/aiodiscover-1.4.11[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
|
||||
~dev-python/anyio-3.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/anyio-3.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/astral-2.2[${PYTHON_USEDEP}]
|
||||
~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}]
|
||||
~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}]
|
||||
~dev-python/async_timeout-4.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/attrs-21.2.0[${PYTHON_USEDEP}]
|
||||
<dev-python/Authlib-1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/awesomeversion-22.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/awesomeversion-22.5.2[${PYTHON_USEDEP}]
|
||||
<dev-python/backoff-2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/bcrypt-3.1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/btlewrap-0.0.10[${PYTHON_USEDEP}]
|
||||
@@ -65,25 +63,26 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/ciso8601-2.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/cryptography-36.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-status-1.45.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-1.45.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-status-1.46.1[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-1.46.1[${PYTHON_USEDEP}]
|
||||
~dev-python/h11-0.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/hass-nabucasa-0.54.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220504.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.14.7[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220601.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.15.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpx-0.22.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/jinja-3.1.1[${PYTHON_USEDEP}]
|
||||
~dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
|
||||
~dev-python/libcst-0.3.23[${PYTHON_USEDEP}]
|
||||
~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-6.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-9.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-9.1.1[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
>=dev-python/pycryptodome-3.6.6[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-2.3.0[${PYTHON_USEDEP}]
|
||||
!~dev-python/pydantic-1.9.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyserial-3.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-engineio-3.13.1[${PYTHON_USEDEP}]
|
||||
@@ -96,14 +95,14 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/regex-2021.8.28[${PYTHON_USEDEP}]
|
||||
~dev-python/requests-2.27.1[${PYTHON_USEDEP}]
|
||||
~net-analyzer/scapy-2.4.5
|
||||
~dev-python/sqlalchemy-1.4.36[${PYTHON_USEDEP}]
|
||||
~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-3.10.0.2[${PYTHON_USEDEP}]
|
||||
<dev-python/typing-extensions-5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/urllib3-1.26.5[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-serialize-2.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-0.13.1[${PYTHON_USEDEP}]
|
||||
~dev-python/yarl-1.7.2[${PYTHON_USEDEP}]
|
||||
~dev-python/zeroconf-0.38.5[${PYTHON_USEDEP}]"
|
||||
~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}]"
|
||||
|
||||
# unknown origin, still something to clean up here
|
||||
# some moved to suggested USE Flags
|
||||
@@ -119,7 +118,6 @@ RDEPEND="${RDEPEND}
|
||||
dev-python/pycparser[${PYTHON_USEDEP}]
|
||||
>=dev-python/websocket-client-0.57.0[${PYTHON_USEDEP}]
|
||||
~media-libs/mutagen-1.45.1"
|
||||
|
||||
# Module requirements from useflags
|
||||
RDEPEND="${RDEPEND}
|
||||
accuweather? ( ~dev-python/accuweather-0.3.0[${PYTHON_USEDEP}] )
|
||||
@@ -130,30 +128,29 @@ RDEPEND="${RDEPEND}
|
||||
android_ip_webcam? ( ~dev-python/pydroid-ipcam-1.3.1[${PYTHON_USEDEP}] )
|
||||
axis? ( ~dev-python/axis-44[${PYTHON_USEDEP}] )
|
||||
bluetooth_le_tracker? ( ~dev-python/pygatt-4.0.5[${PYTHON_USEDEP}] )
|
||||
caldav? ( ~dev-python/caldav-0.8.2[${PYTHON_USEDEP}] )
|
||||
caldav? ( ~dev-python/caldav-0.9.0[${PYTHON_USEDEP}] )
|
||||
camera? ( ~dev-python/PyTurboJPEG-1.6.6[${PYTHON_USEDEP}] )
|
||||
cast? ( ~dev-python/pychromecast-12.1.1[${PYTHON_USEDEP}] )
|
||||
cast? ( ~dev-python/pychromecast-12.1.3[${PYTHON_USEDEP}] )
|
||||
cli? ( app-misc/home-assistant-cli )
|
||||
co2signal? ( ~dev-python/CO2Signal-0.4.2[${PYTHON_USEDEP}] )
|
||||
compensation? ( ~dev-python/numpy-1.21.6[${PYTHON_USEDEP}] )
|
||||
coronavirus? ( ~dev-python/coronavirus-1.1.1[${PYTHON_USEDEP}] )
|
||||
darksky? ( ~dev-python/python-forecastio-1.4.0[${PYTHON_USEDEP}] )
|
||||
dlna_dmr? ( ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
dlna_dms? ( ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
dlna_dmr? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
dlna_dms? ( ~dev-python/async-upnp-client-0.30.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-10.8.2[${PYTHON_USEDEP}] )
|
||||
esphome? ( ~dev-python/aioesphomeapi-10.10.0[${PYTHON_USEDEP}] )
|
||||
ffmpeg? ( ~dev-python/ha-ffmpeg-3.0.2[${PYTHON_USEDEP}] )
|
||||
forecast_solar? ( ~dev-python/forecast-solar-2.2.0[${PYTHON_USEDEP}] )
|
||||
fronius? ( ~dev-python/PyFronius-0.7.1[${PYTHON_USEDEP}] )
|
||||
frontend? ( ~dev-python/home-assistant-frontend-20220504.0[${PYTHON_USEDEP}] )
|
||||
github? ( ~dev-python/aiogithubapi-22.2.4[${PYTHON_USEDEP}] )
|
||||
homekit? ( ~dev-python/HAP-python-4.4.0[${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-0.7.17[${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}] )
|
||||
knx? ( ~dev-python/xknx-0.21.2[${PYTHON_USEDEP}] )
|
||||
knx? ( ~dev-python/xknx-0.21.3[${PYTHON_USEDEP}] )
|
||||
kodi? ( ~dev-python/pykodi-0.2.7[${PYTHON_USEDEP}] )
|
||||
kraken? ( ~dev-python/krakenex-2.1.0[${PYTHON_USEDEP}] ~dev-python/pykrakenapi-0.1.8[${PYTHON_USEDEP}] )
|
||||
maxcube? ( ~dev-python/maxcube-api-0.4.3[${PYTHON_USEDEP}] )
|
||||
@@ -169,57 +166,57 @@ RDEPEND="${RDEPEND}
|
||||
otp? ( ~dev-python/pyotp-2.6.0[${PYTHON_USEDEP}] )
|
||||
owntracks? ( ~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}] )
|
||||
ping? ( ~dev-python/icmplib-3.0[${PYTHON_USEDEP}] )
|
||||
plex? ( ~dev-python/PlexAPI-4.10.1[${PYTHON_USEDEP}] ~dev-python/plexauth-0.0.6[${PYTHON_USEDEP}] ~dev-python/plexwebsocket-0.0.13[${PYTHON_USEDEP}] )
|
||||
plex? ( ~dev-python/PlexAPI-4.11.2[${PYTHON_USEDEP}] ~dev-python/plexauth-0.0.6[${PYTHON_USEDEP}] ~dev-python/plexwebsocket-0.0.13[${PYTHON_USEDEP}] )
|
||||
ps4? ( ~dev-python/pyps4-2ndscreen-1.3.1[${PYTHON_USEDEP}] )
|
||||
python_script? ( ~dev-python/RestrictedPython-5.2[${PYTHON_USEDEP}] )
|
||||
qnap? ( ~dev-python/qnapstats-0.4.0[${PYTHON_USEDEP}] )
|
||||
qvr_pro? ( ~dev-python/pyqvrpro-0.52[${PYTHON_USEDEP}] )
|
||||
radio_browser? ( ~dev-python/radios-0.1.1[${PYTHON_USEDEP}] )
|
||||
recorder? ( ~dev-python/sqlalchemy-1.4.36[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}] )
|
||||
recorder? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}] )
|
||||
rest? ( ~dev-python/jsonpath-0.82[${PYTHON_USEDEP}] ~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}] )
|
||||
ring? ( ~dev-python/ring-doorbell-0.7.2[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] ~dev-python/samsungtvws-2.5.0[${PYTHON_USEDEP}] ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
scrape? ( ~dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] ~dev-python/samsungtvws-2.5.0[${PYTHON_USEDEP}] ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
scrape? ( ~dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}] ~dev-python/lxml-4.8.0[${PYTHON_USEDEP}] )
|
||||
season? ( ~dev-python/ephem-4.1.2[${PYTHON_USEDEP}] )
|
||||
shelly? ( ~dev-python/aioshelly-2.0.0[${PYTHON_USEDEP}] )
|
||||
signal_messenger? ( ~dev-python/pysignalclirestapi-0.3.18[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmplib-5.0.10[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmp-4.4.12[${PYTHON_USEDEP}] )
|
||||
socat? ( net-misc/socat )
|
||||
sonos? ( ~dev-python/soco-0.27.1[${PYTHON_USEDEP}] )
|
||||
speedtestdotnet? ( ~net-analyzer/speedtest-cli-2.1.3[${PYTHON_USEDEP}] )
|
||||
spotify? ( ~dev-python/spotipy-2.19.0[${PYTHON_USEDEP}] )
|
||||
sql? ( ~dev-python/sqlalchemy-1.4.36[${PYTHON_USEDEP}] )
|
||||
sql? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] )
|
||||
ssl? ( dev-libs/openssl app-crypt/certbot net-proxy/haproxy )
|
||||
systemmonitor? ( ~dev-python/psutil-5.9.0[${PYTHON_USEDEP}] )
|
||||
tankerkoenig? ( ~dev-python/pytankerkoenig-0.0.6[${PYTHON_USEDEP}] )
|
||||
tasmota? ( ~dev-python/HATasmota-0.4.1[${PYTHON_USEDEP}] )
|
||||
tasmota? ( ~dev-python/HATasmota-0.5.1[${PYTHON_USEDEP}] )
|
||||
tile? ( ~dev-python/pytile-2022.2.0[${PYTHON_USEDEP}] )
|
||||
tomorrowio? ( ~dev-python/pytomorrowio-0.3.3[${PYTHON_USEDEP}] )
|
||||
tplink? ( ~dev-python/python-kasa-0.5.0[${PYTHON_USEDEP}] )
|
||||
upnp? ( ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
|
||||
upnp? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
|
||||
utility_meter? ( ~dev-python/croniter-1.0.6[${PYTHON_USEDEP}] )
|
||||
version? ( ~dev-python/pyhaversion-22.4.1[${PYTHON_USEDEP}] )
|
||||
wake_on_lan? ( ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] )
|
||||
wemo? ( ~dev-python/pywemo-0.7.0[${PYTHON_USEDEP}] )
|
||||
wemo? ( ~dev-python/pywemo-0.8.1[${PYTHON_USEDEP}] )
|
||||
whois? ( ~dev-python/whois-0.9.13[${PYTHON_USEDEP}] )
|
||||
workday? ( ~dev-python/holidays-0.13[${PYTHON_USEDEP}] )
|
||||
yamaha? ( ~dev-python/rxv-0.7.0[${PYTHON_USEDEP}] )
|
||||
yamaha_musiccast? ( ~dev-python/aiomusiccast-0.14.3[${PYTHON_USEDEP}] )
|
||||
zeroconf? ( ~dev-python/zeroconf-0.38.5[${PYTHON_USEDEP}] )
|
||||
zha? ( ~dev-python/bellows-0.29.0[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.73[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.16.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.45.1[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.7.4[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.7.0[${PYTHON_USEDEP}] )
|
||||
zwave_js? ( ~dev-python/zwave-js-server-python-0.36.1[${PYTHON_USEDEP}] )"
|
||||
zeroconf? ( ~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}] )
|
||||
zha? ( ~dev-python/bellows-0.30.0[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.75[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.16.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.45.1[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.7.4[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.7.0[${PYTHON_USEDEP}] )
|
||||
zwave_js? ( ~dev-python/zwave-js-server-python-0.37.1[${PYTHON_USEDEP}] )"
|
||||
|
||||
BDEPEND="${RDEPEND}
|
||||
test? (
|
||||
~dev-python/codecov-2.1.12[${PYTHON_USEDEP}]
|
||||
~dev-python/coverage-6.3.2[${PYTHON_USEDEP}]
|
||||
~dev-python/coverage-6.4[${PYTHON_USEDEP}]
|
||||
~dev-python/freezegun-1.2.1[${PYTHON_USEDEP}]
|
||||
~dev-python/mock-open-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/mypy-0.942[${PYTHON_USEDEP}]
|
||||
~dev-python/mypy-0.960[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
~dev-vcs/pre-commit-2.17.0
|
||||
~dev-vcs/pre-commit-2.19.0
|
||||
~dev-python/pylint-strict-informational-0.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pylint-2.13.7[${PYTHON_USEDEP}]
|
||||
~dev-python/pylint-2.13.9[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-cov-3.0.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-freezegun-0.4.2[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-socket-0.5.1[${PYTHON_USEDEP}]
|
||||
@@ -279,3 +276,5 @@ python_install_all() {
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
280
app-misc/homeassistant-min/homeassistant-min-2022.6.3.ebuild
Normal file
280
app-misc/homeassistant-min/homeassistant-min-2022.6.3.ebuild
Normal file
@@ -0,0 +1,280 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 readme.gentoo-r1 systemd
|
||||
|
||||
MY_PN=homeassistant
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/home-assistant/core.git"
|
||||
EGIT_BRANCH="dev"
|
||||
S="${WORKDIR}/core/"
|
||||
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"
|
||||
S="${WORKDIR}/core-${MY_PV}"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Open-source home automation platform running on Python."
|
||||
HOMEPAGE="https://home-assistant.io/ https://git.edevau.net/onkelbeh/HomeAssistantRepository/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="accuweather airly airvisual alpha_vantage androidtv android_ip_webcam axis bluetooth_le_tracker +caldav camera cast cli co2signal compensation coronavirus darksky dlna_dmr dlna_dms +dwd_weather_warnings enigma2 esphome ffmpeg forecast_solar fronius github +homekit homekit_controller http hyperion influxdb knx kodi kraken maxcube mikrotik +mobile_app +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
|
||||
RDEPEND="${PYTHON_DEPS} acct-group/${MY_PN} acct-user/${MY_PN}
|
||||
|| ( dev-lang/python:3.8 dev-lang/python:3.9 dev-lang/python:3.10 )
|
||||
app-admin/logrotate
|
||||
dev-db/sqlite
|
||||
dev-libs/libfastjson
|
||||
>=dev-libs/xerces-c-3.1.4-r1"
|
||||
# make sure no conflicting main Ebuild is installed
|
||||
RDEPEND="${RDEPEND}
|
||||
!app-misc/homeassistant
|
||||
!app-misc/homeassistant-full"
|
||||
|
||||
# Home Assistant Core dependencies
|
||||
# from package_constraints.txt
|
||||
RDEPEND="${RDEPEND}
|
||||
~dev-python/aiodiscover-1.4.11[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
|
||||
~dev-python/anyio-3.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/astral-2.2[${PYTHON_USEDEP}]
|
||||
~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}]
|
||||
~dev-python/async_timeout-4.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/attrs-21.2.0[${PYTHON_USEDEP}]
|
||||
<dev-python/Authlib-1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/awesomeversion-22.5.2[${PYTHON_USEDEP}]
|
||||
<dev-python/backoff-2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/bcrypt-3.1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/btlewrap-0.0.10[${PYTHON_USEDEP}]
|
||||
>=dev-python/certifi-2021.5.30[${PYTHON_USEDEP}]
|
||||
~dev-python/ciso8601-2.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/cryptography-36.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-status-1.46.1[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-1.46.1[${PYTHON_USEDEP}]
|
||||
~dev-python/h11-0.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/hass-nabucasa-0.54.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220601.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/jinja-3.1.2[${PYTHON_USEDEP}]
|
||||
~dev-python/libcst-0.3.23[${PYTHON_USEDEP}]
|
||||
~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-6.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-9.1.1[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
>=dev-python/pycryptodome-3.6.6[${PYTHON_USEDEP}]
|
||||
!~dev-python/pydantic-1.9.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyserial-3.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-engineio-3.13.1[${PYTHON_USEDEP}]
|
||||
<dev-python/python-engineio-4[${PYTHON_USEDEP}]
|
||||
~dev-python/python-slugify-4.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-socketio-4.6.0[${PYTHON_USEDEP}]
|
||||
<dev-python/python-socketio-5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyudev-0.22.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
|
||||
~dev-python/regex-2021.8.28[${PYTHON_USEDEP}]
|
||||
~dev-python/requests-2.27.1[${PYTHON_USEDEP}]
|
||||
~net-analyzer/scapy-2.4.5
|
||||
~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-3.10.0.2[${PYTHON_USEDEP}]
|
||||
<dev-python/typing-extensions-5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/urllib3-1.26.5[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-serialize-2.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-0.13.1[${PYTHON_USEDEP}]
|
||||
~dev-python/yarl-1.7.2[${PYTHON_USEDEP}]
|
||||
~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}]"
|
||||
|
||||
# unknown origin, still something to clean up here
|
||||
# some moved to suggested USE Flags
|
||||
#
|
||||
# auth/mfa_modules/totp.py:REQUIREMENTS = ["pyotp==2.6.0", "PyQRCode==1.2.1"]
|
||||
# scripts/check_config.py:REQUIREMENTS = ("colorlog==6.6.0",)
|
||||
|
||||
RDEPEND="${RDEPEND}
|
||||
~dev-python/colorlog-6.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-5.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyotp-2.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyqrcode-1.2.1[${PYTHON_USEDEP}]
|
||||
dev-python/pycparser[${PYTHON_USEDEP}]
|
||||
>=dev-python/websocket-client-0.57.0[${PYTHON_USEDEP}]
|
||||
~media-libs/mutagen-1.45.1"
|
||||
# Module requirements from useflags
|
||||
RDEPEND="${RDEPEND}
|
||||
accuweather? ( ~dev-python/accuweather-0.3.0[${PYTHON_USEDEP}] )
|
||||
airly? ( ~dev-python/airly-1.1.0[${PYTHON_USEDEP}] )
|
||||
airvisual? ( ~dev-python/pyairvisual-5.0.9[${PYTHON_USEDEP}] )
|
||||
alpha_vantage? ( ~dev-python/alpha-vantage-2.3.1[${PYTHON_USEDEP}] )
|
||||
androidtv? ( ~dev-python/adb-shell-0.4.2[${PYTHON_USEDEP}] ~dev-python/androidtv-0.0.67[${PYTHON_USEDEP}] ~dev-python/pure-python-adb-0.3.0[${PYTHON_USEDEP}] )
|
||||
android_ip_webcam? ( ~dev-python/pydroid-ipcam-1.3.1[${PYTHON_USEDEP}] )
|
||||
axis? ( ~dev-python/axis-44[${PYTHON_USEDEP}] )
|
||||
bluetooth_le_tracker? ( ~dev-python/pygatt-4.0.5[${PYTHON_USEDEP}] )
|
||||
caldav? ( ~dev-python/caldav-0.9.0[${PYTHON_USEDEP}] )
|
||||
camera? ( ~dev-python/PyTurboJPEG-1.6.6[${PYTHON_USEDEP}] )
|
||||
cast? ( ~dev-python/pychromecast-12.1.3[${PYTHON_USEDEP}] )
|
||||
cli? ( app-misc/home-assistant-cli )
|
||||
co2signal? ( ~dev-python/CO2Signal-0.4.2[${PYTHON_USEDEP}] )
|
||||
compensation? ( ~dev-python/numpy-1.21.6[${PYTHON_USEDEP}] )
|
||||
coronavirus? ( ~dev-python/coronavirus-1.1.1[${PYTHON_USEDEP}] )
|
||||
darksky? ( ~dev-python/python-forecastio-1.4.0[${PYTHON_USEDEP}] )
|
||||
dlna_dmr? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
dlna_dms? ( ~dev-python/async-upnp-client-0.30.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-10.10.0[${PYTHON_USEDEP}] )
|
||||
ffmpeg? ( ~dev-python/ha-ffmpeg-3.0.2[${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.2.4[${PYTHON_USEDEP}] )
|
||||
homekit? ( ~dev-python/HAP-python-4.4.0[${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-0.7.17[${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}] )
|
||||
knx? ( ~dev-python/xknx-0.21.3[${PYTHON_USEDEP}] )
|
||||
kodi? ( ~dev-python/pykodi-0.2.7[${PYTHON_USEDEP}] )
|
||||
kraken? ( ~dev-python/krakenex-2.1.0[${PYTHON_USEDEP}] ~dev-python/pykrakenapi-0.1.8[${PYTHON_USEDEP}] )
|
||||
maxcube? ( ~dev-python/maxcube-api-0.4.3[${PYTHON_USEDEP}] )
|
||||
mikrotik? ( ~dev-python/librouteros-3.2.0[${PYTHON_USEDEP}] )
|
||||
mobile_app? ( ~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}] )
|
||||
mqtt? ( ~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}] )
|
||||
myq? ( ~dev-python/pymyq-3.1.4[${PYTHON_USEDEP}] )
|
||||
mysensors? ( ~dev-python/pymysensors-0.22.1[${PYTHON_USEDEP}] )
|
||||
mysql? ( dev-python/mysql-connector-python[${PYTHON_USEDEP}] dev-python/mysqlclient[${PYTHON_USEDEP}] )
|
||||
notify_events? ( ~dev-python/notify-events-1.0.4[${PYTHON_USEDEP}] )
|
||||
octoprint? ( ~dev-python/pyoctoprintapi-0.1.8[${PYTHON_USEDEP}] )
|
||||
onvif? ( ~dev-python/onvif-zeep-async-1.2.0[${PYTHON_USEDEP}] ~dev-python/WSDiscovery-2.0.0[${PYTHON_USEDEP}] )
|
||||
otp? ( ~dev-python/pyotp-2.6.0[${PYTHON_USEDEP}] )
|
||||
owntracks? ( ~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}] )
|
||||
ping? ( ~dev-python/icmplib-3.0[${PYTHON_USEDEP}] )
|
||||
plex? ( ~dev-python/PlexAPI-4.11.2[${PYTHON_USEDEP}] ~dev-python/plexauth-0.0.6[${PYTHON_USEDEP}] ~dev-python/plexwebsocket-0.0.13[${PYTHON_USEDEP}] )
|
||||
ps4? ( ~dev-python/pyps4-2ndscreen-1.3.1[${PYTHON_USEDEP}] )
|
||||
python_script? ( ~dev-python/RestrictedPython-5.2[${PYTHON_USEDEP}] )
|
||||
qnap? ( ~dev-python/qnapstats-0.4.0[${PYTHON_USEDEP}] )
|
||||
qvr_pro? ( ~dev-python/pyqvrpro-0.52[${PYTHON_USEDEP}] )
|
||||
radio_browser? ( ~dev-python/radios-0.1.1[${PYTHON_USEDEP}] )
|
||||
recorder? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}] )
|
||||
rest? ( ~dev-python/jsonpath-0.82[${PYTHON_USEDEP}] ~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}] )
|
||||
ring? ( ~dev-python/ring-doorbell-0.7.2[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] ~dev-python/samsungtvws-2.5.0[${PYTHON_USEDEP}] ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
scrape? ( ~dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}] ~dev-python/lxml-4.8.0[${PYTHON_USEDEP}] )
|
||||
season? ( ~dev-python/ephem-4.1.2[${PYTHON_USEDEP}] )
|
||||
shelly? ( ~dev-python/aioshelly-2.0.0[${PYTHON_USEDEP}] )
|
||||
signal_messenger? ( ~dev-python/pysignalclirestapi-0.3.18[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmp-4.4.12[${PYTHON_USEDEP}] )
|
||||
socat? ( net-misc/socat )
|
||||
sonos? ( ~dev-python/soco-0.27.1[${PYTHON_USEDEP}] )
|
||||
speedtestdotnet? ( ~net-analyzer/speedtest-cli-2.1.3[${PYTHON_USEDEP}] )
|
||||
spotify? ( ~dev-python/spotipy-2.19.0[${PYTHON_USEDEP}] )
|
||||
sql? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] )
|
||||
ssl? ( dev-libs/openssl app-crypt/certbot net-proxy/haproxy )
|
||||
systemmonitor? ( ~dev-python/psutil-5.9.0[${PYTHON_USEDEP}] )
|
||||
tankerkoenig? ( ~dev-python/pytankerkoenig-0.0.6[${PYTHON_USEDEP}] )
|
||||
tasmota? ( ~dev-python/HATasmota-0.5.1[${PYTHON_USEDEP}] )
|
||||
tile? ( ~dev-python/pytile-2022.2.0[${PYTHON_USEDEP}] )
|
||||
tomorrowio? ( ~dev-python/pytomorrowio-0.3.3[${PYTHON_USEDEP}] )
|
||||
tplink? ( ~dev-python/python-kasa-0.5.0[${PYTHON_USEDEP}] )
|
||||
upnp? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
|
||||
utility_meter? ( ~dev-python/croniter-1.0.6[${PYTHON_USEDEP}] )
|
||||
version? ( ~dev-python/pyhaversion-22.4.1[${PYTHON_USEDEP}] )
|
||||
wake_on_lan? ( ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] )
|
||||
wemo? ( ~dev-python/pywemo-0.8.1[${PYTHON_USEDEP}] )
|
||||
whois? ( ~dev-python/whois-0.9.13[${PYTHON_USEDEP}] )
|
||||
workday? ( ~dev-python/holidays-0.13[${PYTHON_USEDEP}] )
|
||||
yamaha? ( ~dev-python/rxv-0.7.0[${PYTHON_USEDEP}] )
|
||||
yamaha_musiccast? ( ~dev-python/aiomusiccast-0.14.3[${PYTHON_USEDEP}] )
|
||||
zeroconf? ( ~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}] )
|
||||
zha? ( ~dev-python/bellows-0.30.0[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.75[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.16.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.45.1[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.7.4[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.7.0[${PYTHON_USEDEP}] )
|
||||
zwave_js? ( ~dev-python/zwave-js-server-python-0.37.1[${PYTHON_USEDEP}] )"
|
||||
|
||||
BDEPEND="${RDEPEND}
|
||||
test? (
|
||||
~dev-python/codecov-2.1.12[${PYTHON_USEDEP}]
|
||||
~dev-python/coverage-6.4[${PYTHON_USEDEP}]
|
||||
~dev-python/freezegun-1.2.1[${PYTHON_USEDEP}]
|
||||
~dev-python/mock-open-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/mypy-0.960[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
~dev-vcs/pre-commit-2.19.0
|
||||
~dev-python/pylint-strict-informational-0.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pylint-2.13.9[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-cov-3.0.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-freezegun-0.4.2[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-socket-0.5.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-sugar-0.9.4[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-test-groups-1.0.3[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-timeout-2.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-7.1.1[${PYTHON_USEDEP}]
|
||||
~dev-python/requests-mock-1.9.2[${PYTHON_USEDEP}]
|
||||
~dev-python/respx-0.19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/stdlib-list-0.7.0[${PYTHON_USEDEP}]
|
||||
~dev-python/tqdm-4.49.0[${PYTHON_USEDEP}]
|
||||
)
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]"
|
||||
|
||||
INSTALL_DIR="/opt/${MY_PN}"
|
||||
|
||||
DISABLE_AUTOFORMATTING=1
|
||||
DOC_CONTENTS="
|
||||
The HA interface listens on port 8123
|
||||
hass configuration is in: /etc/${MY_PN}
|
||||
daemon command line arguments are configured in: /etc/conf.d/${MY_PN}
|
||||
logging is to: /var/log/${MY_PN}/{server,errors,stdout}.log
|
||||
The sqlite db is by default in: /etc/${MY_PN}
|
||||
support at https://git.edevau.net/onkelbeh/HomeAssistantRepository
|
||||
"
|
||||
|
||||
S="${WORKDIR}/core-${MY_PV}"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
python_install_all() {
|
||||
dodoc ${DOCS}
|
||||
distutils-r1_python_install_all
|
||||
keepdir "$INSTALL_DIR"
|
||||
keepdir "/etc/${MY_PN}"
|
||||
fowners -R "${MY_PN}:${MY_PN}" "/etc/${MY_PN}"
|
||||
keepdir "/var/log/${MY_PN}"
|
||||
fowners -R "${MY_PN}:${MY_PN}" "/var/log/${MY_PN}"
|
||||
newconfd "${FILESDIR}/${MY_PN}.conf.d" "${MY_PN}"
|
||||
newinitd "${FILESDIR}/${MY_PN}.init.d" "${MY_PN}"
|
||||
use systemd && systemd_dounit "${FILESDIR}/${MY_PN}.service"
|
||||
dobin "${FILESDIR}/hasstest"
|
||||
if use socat ; then
|
||||
newinitd "${FILESDIR}/socat-zwave.init.d" "socat-zwave"
|
||||
sed -i -e 's/# need socat-zwave/need socat-zwave/g' "${D}/etc/init.d/${MY_PN}" || die
|
||||
fi
|
||||
if use mqtt ; then
|
||||
sed -i -e 's/# need mosquitto/need mosquitto/g' "${D}/etc/init.d/${MY_PN}" || die
|
||||
fi
|
||||
insinto /etc/logrotate.d
|
||||
newins "${FILESDIR}/${MY_PN}.logrotate" "${MY_PN}"
|
||||
readme.gentoo_create_doc
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -38,7 +38,6 @@
|
||||
<flag name="ffmpeg">allows other Home Assistant integrations to process video and audio streams</flag>
|
||||
<flag name="forecast_solar">Asynchronous Python client for getting forecast solar information</flag>
|
||||
<flag name="fronius">Add (very basic) Support for Fronius Symo JSON Api to Home Assistant</flag>
|
||||
<flag name="frontend">official frontend to control Home Assistant</flag>
|
||||
<flag name="github">GitHub sensor integrates data from GitHub to monitor your favorite repositories</flag>
|
||||
<flag name="homekit">Integrate HomeKit controller and accessory in Home Assistant</flag>
|
||||
<flag name="homekit_controller">Allows you to connect accessories with the “Works with HomeKit” logo</flag>
|
||||
|
||||
@@ -8,16 +8,16 @@ AUX maxcube_TypeError_dirty_hack.patch 1460 BLAKE2B 08570971bb3ce4c120086a32ec20
|
||||
AUX recorder.yaml 114 BLAKE2B af04840805aa13124208584e7f1d40335905a083ee7deead5c0e4324c969f2a231c801c23e42075782950aba7535496d92747bf03efd73a80b0d07e8492d18f6 SHA512 cb4e353e54fb6dc7034569b8d62ddcdca92680c23c2c4e1ce707d21cf95e93f41a0c44521d8c3ee90b68c830f6b8e65dab82ae64bfa09727ae384550f7de0c94
|
||||
AUX socat-zwave.init.d 637 BLAKE2B d61c1024a6fe3ce8d322e62ac1ec15e00d08f5c5a63feabc8603ecc51ec16e0a4775e0c7da83d12d1ef0c9815c9ebf8ec8a86a678bb4a3b40decb04adc887f26 SHA512 2b13cd4175427853d5a4169cc7d441d62618e8136e4f5d9fd24d08a47f6916953ebd1e747ea9c7a0907b00766c7b2108ba3b8917178fd9a795da23e6525a0faf
|
||||
AUX update-homeassistant 1326 BLAKE2B 917bdd332c4e5dea5177eecd11a7f8d72b911fddfdc8e5eb54960c526fe8c735e20d44e570cf7aeb99669d2a9670c70da1c5fbc30efb284d1f0f330799de6e24 SHA512 3c05f0d6d1bde0e1526c3e679568794c07091e7856dfd8793e13feec6f22725ddaa3163ca2c81d9df86cf73573f932e561743f05de420b350a0b68f6a9582aca
|
||||
DIST homeassistant-2022.3.8.tar.gz 13937134 BLAKE2B d8c9922fd0e3c4b78609e0b286a569723784ba3bd909a522f340302fda42441a36932946b217d94a2ebdacad6068f5b1270fd25727d5582fbce65b1a75afbc7f SHA512 fe40837a3ce70860e37fe8aadfbe3545e0ab22e203677996352f26444319f3856dca940a4bcec7da9d8ab9dc854dd52211795890939a2c44edcc811942f1e1da
|
||||
DIST homeassistant-2022.4.7.tar.gz 15146071 BLAKE2B da4a764a281d8597a6a75e1a829c3c4d555f7ae232f429077203afbfa4a5bb9e3480d0f4bf8cddc7e5ae1d3187b871d43ee38930a60e54f9e3e7e16176a14b0e SHA512 8989a3b32444ccf70d33e301b08d42b424474cb5cc437e872e857978993dd4006732efc67a74ab1ab6c44740f60a4fd00fe264c88652c0acaf5b7d6b18d0f489
|
||||
DIST homeassistant-2022.5.1.tar.gz 15424216 BLAKE2B 77314a27cb99f5c718c28b40cfa25bc6f0980883cb329b3326d97d05dce03a107e0e33338001ff44fba1afae69d04111353b2e433569701dd06c0a98b1af4df1 SHA512 c9d6fbbce1c4ed0ad03b7f9b5631825c62fc0b89b57dfb5195d075662bc687584a616f210e87db826088e1b65d2ce9914ae442c8239edd791c01f508927343e2
|
||||
DIST homeassistant-2022.5.2.tar.gz 15424080 BLAKE2B 80b2f6bd12806eafeb6bc3bebea2fde81926243e4e109df16e832a817517a04c2751fcac2f0e51fab53ce370a8383870ab5622cf7d55c1ea4b467e02cc554eeb SHA512 e3a13f0a2be52d14ce3936c5537cb2d9dda1e7af88a5ae967d7186ddda5b1af608d63e7e18688b74043fae5493b00191f38f854d02d3332647bbd7108757e220
|
||||
DIST homeassistant-2022.5.3.tar.gz 15428347 BLAKE2B d8015d1bb302379feaa40ea39e38e7bb5409e1ae08957c38c36f9d8c599f863d05f2d2bce3408353ae346d1b301b15627af12347665a57c955c1b1db727d02a1 SHA512 65274d2e12a47d5ba318bc61acf28fba34ae32467eee2ee14456ae6427e994a124ef576898b0751f793a48afd75917c77234fda71e1675939c1c9b67df228b5d
|
||||
DIST homeassistant-2022.5.4.tar.gz 15430675 BLAKE2B 8e1e1d540909995a6d2012745e4e60ec154e84002ec9d9d7761d33e84ff195259a9d63d2375d97ecae16962bb30c99743d585a54951077cde18c2217b9cb9668 SHA512 e96f75509e08726797551729c498c2061bcaceae7a9dfc73b6dd695c23e956959e155e48e3008ef7160f0a904af56032a21c42d3e23bbaee3a5e8c7ed4b76f11
|
||||
EBUILD homeassistant-2022.3.8.ebuild 28974 BLAKE2B 72f6380cf807c0031d52a462e8c7acc3bd820e810d78a15f72f3a93466fca35a25a531d0b0108bd67f7638e5edc2391a2315aaaa758a0561991451656d8d6485 SHA512 416d68055b83cd7aa990ba8d942a63616a8f1208690f2e5aafb074fbaeae316b6b94d44e9843a40253a6259272efcee45f6fbbdbf8f141440385d9365e76a00a
|
||||
EBUILD homeassistant-2022.4.7.ebuild 29285 BLAKE2B 7df9183e6d20905db2548cbebc3fdf459e4c21e665bd655caf1c5b493831fca9aef576111ad7198d720524ebcc6332e4f3270f3f3b185e7f974a0a3cdb86bbb8 SHA512 1ab54c0e8f515adebd96e17e314ece246f1dfc8800758e88fbcea48af646d62713fbddda56aced50cc5373d0aa21100ffa4cf28e88269f01b10e53c970066c27
|
||||
EBUILD homeassistant-2022.5.1.ebuild 29445 BLAKE2B d9ee5596ced39ccd7d625fc3eeab2284806afda70bc60c4aba9f9f1f4704d152953f28ba9f7adc944939c948b54152d34be268c2e5879b95ab4ab5e019aead01 SHA512 8f9080abf5b6f6de6a54d09f476b46daf8654ce11128465f9f607b94cb82b00d224fd292b63684cf034c7ab776af25d09aeb508526b68b2e0f9e07d5f8036489
|
||||
EBUILD homeassistant-2022.5.2.ebuild 29445 BLAKE2B d9ee5596ced39ccd7d625fc3eeab2284806afda70bc60c4aba9f9f1f4704d152953f28ba9f7adc944939c948b54152d34be268c2e5879b95ab4ab5e019aead01 SHA512 8f9080abf5b6f6de6a54d09f476b46daf8654ce11128465f9f607b94cb82b00d224fd292b63684cf034c7ab776af25d09aeb508526b68b2e0f9e07d5f8036489
|
||||
EBUILD homeassistant-2022.5.3.ebuild 29445 BLAKE2B 05425591f3db09580008193589427ba0ae7928c236dc6e3bd06545786e6fdd910a51b3ee5804c02a597b7abeb4717d41528ee0db201d8fdf007f8ebb17086af5 SHA512 7d90982a3ed3a33e1c6c0e99a190ec9e6f66abb41feb95d9a0cdedcf9d16dc261b0e9e282318de219a458f10dceacb985efe520f828542add072dbf41bbe1485
|
||||
EBUILD homeassistant-2022.5.4.ebuild 29445 BLAKE2B 1d4ab46e2ddcaa5bf1af61499f5321e5103c543d909bb1095adb001dc20dc57e80ffe63490d004c877dcba1142006fec18a59dd7e2774bb3af7388f4d5ed73f7 SHA512 0d1002bafc8d6dc46ced28362a1a1e66c38c8a213dc7e27e0bcbf3337aaa329f68e139b9f362e934db82f0ad2a10925509d5957a363c074b359da1b86b08449b
|
||||
MISC metadata.xml 25911 BLAKE2B 6e1a00c61ff94577f63d862745556e03e39c0341795f3a72ce28e40557fa8c7668287227feb9f68687de462341fbc8b3b0262eca7986293b6794eb57a404ae06 SHA512 1a1c230dddba61b047255f5703ccdb79b6efe2f232f9889cdf0b8f5c78d6d850b9f4b368f976bfba6cc87f13b916f7e946f7319c3d482689c31293732a01b715
|
||||
DIST homeassistant-2022.5.5.tar.gz 15430712 BLAKE2B e119f508fc5dec3b7eb7f18a61ec9fc281027b4e4df156683d54b803139d774218384d8bdcaec9c778d052046f9954564ef65f7feeab73c1a94e96ca655ed984 SHA512 fc5184c010242cca362d124231de4e0f396ba9b8596de4409243586043f77650db6d10641bb6274e954a1cc81e9d107942165a91a7c61b20cffcd08b11d9c9f0
|
||||
DIST homeassistant-2022.6.0.tar.gz 15559626 BLAKE2B 58cb0eb149f10dc43c1536923fc8796760e14f1cab862134eee7049a9bb0b9b4fb7598ce6302b38492b7adf0d76f77a0749ac7fac92e9603d9566c350ad07f6f SHA512 8fc75c5ed2527b351fc8dd2688dd69d359c3bc0a146ef17282a593837c7ca32e9431661de7c625bc0f7768571a4f844b13a32ec7fdfe14e0f6c967a1654fa338
|
||||
DIST homeassistant-2022.6.1.tar.gz 15567757 BLAKE2B 8988d2757d25a2a50dd0bbc39c835f325356ff6d6291bb0f2ef5637b54a589814985166c4200774513e02ffc238206670e59fbbd9af76e3cd244de54d62a878b SHA512 b9511db8c08d6c0b416f82c0368add357e7eee82051a4abb2b9b3e99f1cc775f6a0303dea509338330c9aee3bbd6e7ab2315c3449d1bfa77849512858c0a02d8
|
||||
DIST homeassistant-2022.6.2.tar.gz 15568289 BLAKE2B b7c3d61421295fde229081580289619549a81718b7540a31a88242a45c782047f32ed169a7827b1852c334c78e4303997508c5e34eb24dc791c573540842bc2b SHA512 b60be2df7c4e56bacd35f5b94a1979815a540701daab5cb0211240b4716e597e98ab5a70a8f8cce6e210a4204fb711f98c08cd943da62895e7e49f5b6ffef4d1
|
||||
DIST homeassistant-2022.6.3.tar.gz 15572357 BLAKE2B 665da4525994598228ce661ea912ab2ef7d4598c319cd7f5178cabef5a07c47e1e4019932e2cdbed18ad20739efa5248c22c804059fd4ab002605f10309c6082 SHA512 630179ee3895982f0f4dac0b164437c6ef2d2a3c47b5b9ca8068489c0ca4f0ada33d558338120738ef3431cd03aa115a1f99bd059686192c535799e52016f1a7
|
||||
EBUILD homeassistant-2022.4.7-r1.ebuild 29255 BLAKE2B ef1a1608f2b0b65fac1099eea3bf2d1a743d1c890566836c74ddbeab0a639800bafbae5c19a44323475044013376a88ed5a9e7cbe8104a892d81907b22d905d0 SHA512 08ae886d2bafa24ed70f2cb02c79171c0e80a3d89fb9a15031aabb1c1becf9f598652cf5aa455a20cd36d30c68601f42451a92e378501c22eca5ed3fa73e7eab
|
||||
EBUILD homeassistant-2022.5.5-r1.ebuild 29443 BLAKE2B 86ad461daa9a756e60652fa238d87b07f1aad1cdd437b312c28a4404b11df8fc91557f2e5e84c2a864aaf3ddba48a8bc25a444c5fe50913bcaff89ff601fc80e SHA512 b910c8e8f676ce54bf5db2aa9523889f8028d145b31cc2fd04da02e0078fc77ce17f353e39433d3426a90243aa7f980dad733a55bfd518b63c070012405367c0
|
||||
EBUILD homeassistant-2022.6.0.ebuild 29440 BLAKE2B 7886545a0c2d798718dd8341e8d9a877858e3b7600fd38429d69259ac603318732331f6b29ed73d5b2088caf48476898567f4c44aa42f65f355aeb466f7c1bbd SHA512 b6298d59c31c11e742bf0c55792341a261bdd08296a7db5c3021b0e7278a4ad266eaeee827e5fda9e13189fdb8d1deb5af93696e3c017a1fd66196ff5ff22dee
|
||||
EBUILD homeassistant-2022.6.1.ebuild 29440 BLAKE2B e352947b1900c49c29c285584fa5ff80985a37195e041c479c16a533b7cd836fbf5ee3d72e5a1caabe29a24e9b43a7d27a22551420aa56fe4ee17557e66bbf03 SHA512 a2d24ed7ea59fc51cc7a477248473fbb528debad25c4dd3f2163df39ca35419df3bee4490a785565727101de3a7eb28e55a871e90b5580061814896c74764bfb
|
||||
EBUILD homeassistant-2022.6.2.ebuild 29440 BLAKE2B 5a64ba22c5bf297a122f49d4b350730fbfdadd91e0e26f3bb42bb1ef2989dd91b0db42691000716eca3d58f9ac8b48392b962f792d50a78d4e463d57f1fb6773 SHA512 b8193f1917865d73eb3042ddd7a3d22a33e98fe43b35c53d03ab9cf5594d02bb2daef457e3b6227e0f45929a3b9d88dd6d3dac0e3c967b7127efb2dc70eea0c8
|
||||
EBUILD homeassistant-2022.6.3.ebuild 29440 BLAKE2B 20847ae64b49d66c35afd246a4d2a984af4b79bc94711fe3d4ce5e2d0271a155714c2c785d2430c50b9ea7f730fa2c915a743a7108c1c0861044d6bed5413f99 SHA512 a827a997095902f9d33e24cd2b9184d9356f401e1d8df87293da178d5824f128aaecf4899c95fb8b178c58577a89edf2fd001e90cbf5491e3cca113d5081d39e
|
||||
MISC metadata.xml 25834 BLAKE2B 5f55c50d8b6faf6a639fc738f0a14bee95e84b6956b75d0ae492834d51425873e798407997d2573341b90f9bb8e340414ef87c926b9d215b73a7cc03a442d119 SHA512 468c03cd9ae8196a246651ad41395be61ace2da58f4e64c2d44a6d5a3a275e62b3092b4581bf61d56057e640d486916f9d2262681f83b46844aeb9433ac12338
|
||||
|
||||
@@ -1,473 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
inherit distutils-r1 readme.gentoo-r1 systemd
|
||||
|
||||
MY_PN=homeassistant
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/home-assistant/core.git"
|
||||
EGIT_BRANCH="dev"
|
||||
S="${WORKDIR}/core/"
|
||||
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"
|
||||
S="${WORKDIR}/core-${MY_PV}"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Open-source home automation platform running on Python."
|
||||
HOMEPAGE="https://home-assistant.io/ https://git.edevau.net/onkelbeh/HomeAssistantRepository/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="amd64 arm arm64 x86 amd64-linux x86-linux"
|
||||
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 baidu beewi_smartclim bh1750 bitcoin bizkaibus blackbird blebox blink blinksticklight blinkt blockchain 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 flume flunearyou flux_led foobot forecast_solar fortios freebox fritz fritzbox fritzbox_callmonitor fritzbox_netmonitor fronius +frontend 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 maxcube media_extractor meteo_france mfi miflora mikrotik mitemp_bt +mobile_app +mqtt myq +mysql nad nederlandse_spoorwegen netatmo netdata +notify_events nuki nws nx584 octoprint onkyo opengarage opensensemap openweathermap opnsense +otp owntracks ozw 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 toon totalconnect tplink tradfri 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
|
||||
RDEPEND="${PYTHON_DEPS} acct-group/${MY_PN} acct-user/${MY_PN}
|
||||
|| ( dev-lang/python:3.8 dev-lang/python:3.9 dev-lang/python:3.10 )
|
||||
app-admin/logrotate
|
||||
dev-db/sqlite
|
||||
dev-libs/libfastjson
|
||||
>=dev-libs/xerces-c-3.1.4-r1"
|
||||
|
||||
# make sure no conflicting main Ebuild is installed
|
||||
RDEPEND="${RDEPEND}
|
||||
!app-misc/homeassistant-min
|
||||
!app-misc/homeassistant-full"
|
||||
|
||||
# Home Assistant Core dependencies
|
||||
# from package_constraints.txt
|
||||
RDEPEND="${RDEPEND}
|
||||
~dev-python/aiodiscover-1.4.8[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
|
||||
~dev-python/anyio-3.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/astral-2.2[${PYTHON_USEDEP}]
|
||||
~dev-python/async-upnp-client-0.23.5[${PYTHON_USEDEP}]
|
||||
~dev-python/async_timeout-4.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/attrs-21.2.0[${PYTHON_USEDEP}]
|
||||
<dev-python/Authlib-1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/awesomeversion-22.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/bcrypt-3.1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/btlewrap-0.0.10[${PYTHON_USEDEP}]
|
||||
>=dev-python/certifi-2021.5.30[${PYTHON_USEDEP}]
|
||||
~dev-python/ciso8601-2.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/click-8.0.4[${PYTHON_USEDEP}]
|
||||
~dev-python/cryptography-35.0.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-1.44.0[${PYTHON_USEDEP}]
|
||||
~dev-python/h11-0.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/hass-nabucasa-0.54.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220301.2[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.14.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpx-0.21.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/hyperframe-5.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
|
||||
~dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
|
||||
~dev-python/libcst-0.3.23[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-6.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-9.0.1[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
>=dev-python/pycryptodome-3.6.6[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-2.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyserial-3.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-engineio-3.13.1[${PYTHON_USEDEP}]
|
||||
<dev-python/python-engineio-4[${PYTHON_USEDEP}]
|
||||
~dev-python/python-slugify-4.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-socketio-4.6.0[${PYTHON_USEDEP}]
|
||||
<dev-python/python-socketio-5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyudev-0.22.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
|
||||
~dev-python/regex-2021.8.28[${PYTHON_USEDEP}]
|
||||
~dev-python/requests-2.27.1[${PYTHON_USEDEP}]
|
||||
~net-analyzer/scapy-2.4.5
|
||||
~dev-python/sqlalchemy-1.4.27[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-3.10.0.2[${PYTHON_USEDEP}]
|
||||
<dev-python/typing-extensions-5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/urllib3-1.26.5[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-serialize-2.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-0.12.2[${PYTHON_USEDEP}]
|
||||
~dev-python/yarl-1.7.2[${PYTHON_USEDEP}]
|
||||
~dev-python/zeroconf-0.38.4[${PYTHON_USEDEP}]"
|
||||
|
||||
# unknown origin, still something to clean up here
|
||||
# some moved to suggested USE Flags
|
||||
#
|
||||
# auth/mfa_modules/totp.py:REQUIREMENTS = ["pyotp==2.6.0", "PyQRCode==1.2.1"]
|
||||
# scripts/check_config.py:REQUIREMENTS = ("colorlog==6.6.0",)
|
||||
|
||||
RDEPEND="${RDEPEND}
|
||||
~dev-python/colorlog-6.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-5.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyotp-2.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyqrcode-1.2.1[${PYTHON_USEDEP}]
|
||||
dev-python/pycparser[${PYTHON_USEDEP}]
|
||||
>=dev-python/websocket-client-0.57.0[${PYTHON_USEDEP}]
|
||||
~media-libs/mutagen-1.45.1"
|
||||
|
||||
# Module requirements from useflags
|
||||
RDEPEND="${RDEPEND}
|
||||
abode? ( ~dev-python/abodepy-1.2.0[${PYTHON_USEDEP}] )
|
||||
accuweather? ( ~dev-python/accuweather-0.3.0[${PYTHON_USEDEP}] )
|
||||
acer_projector? ( ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] )
|
||||
acmeda? ( ~dev-python/aiopulse-0.4.3[${PYTHON_USEDEP}] )
|
||||
adguard? ( ~dev-python/adguardhome-0.5.1[${PYTHON_USEDEP}] )
|
||||
ads? ( ~dev-python/pyads-3.2.2[${PYTHON_USEDEP}] )
|
||||
aftership? ( ~dev-python/pyaftership-21.11.0[${PYTHON_USEDEP}] )
|
||||
agent_dvr? ( ~dev-python/agent-py-0.0.23[${PYTHON_USEDEP}] )
|
||||
airly? ( ~dev-python/airly-1.1.0[${PYTHON_USEDEP}] )
|
||||
airvisual? ( ~dev-python/pyairvisual-5.0.9[${PYTHON_USEDEP}] )
|
||||
aladdin_connect? ( ~dev-python/aladdin-connect-0.4[${PYTHON_USEDEP}] )
|
||||
alarmdecoder? ( ~dev-python/adext-0.4.2[${PYTHON_USEDEP}] )
|
||||
almond? ( ~dev-python/pyalmond-0.0.2[${PYTHON_USEDEP}] )
|
||||
alpha_vantage? ( ~dev-python/alpha-vantage-2.3.1[${PYTHON_USEDEP}] )
|
||||
ambiclimate? ( ~dev-python/Ambiclimate-0.2.1[${PYTHON_USEDEP}] )
|
||||
ambient_station? ( ~dev-python/aioambient-2021.11.0[${PYTHON_USEDEP}] )
|
||||
amcrest? ( ~dev-python/amcrest-1.9.7[${PYTHON_USEDEP}] )
|
||||
ampio? ( ~dev-python/asmog-0.0.6[${PYTHON_USEDEP}] )
|
||||
androidtv? ( ~dev-python/adb-shell-0.4.0[${PYTHON_USEDEP}] ~dev-python/androidtv-0.0.63[${PYTHON_USEDEP}] ~dev-python/pure-python-adb-0.3.0[${PYTHON_USEDEP}] )
|
||||
android_ip_webcam? ( ~dev-python/pydroid-ipcam-1.3.1[${PYTHON_USEDEP}] )
|
||||
anel_pwrctrl? ( ~dev-python/anel-pwrctrl-homeassistant-0.0.1[${PYTHON_USEDEP}] )
|
||||
anthemav? ( ~dev-python/anthemav-1.2.0[${PYTHON_USEDEP}] )
|
||||
apache_kafka? ( ~dev-python/aiokafka-0.6.0[${PYTHON_USEDEP}] )
|
||||
apcupsd? ( ~dev-python/apcaccess-0.0.13[${PYTHON_USEDEP}] )
|
||||
apple_tv? ( ~dev-python/pyatv-0.10.0[${PYTHON_USEDEP}] )
|
||||
apprise? ( ~dev-python/apprise-0.9.7[${PYTHON_USEDEP}] )
|
||||
aquostv? ( ~dev-python/sharp_aquos_rc-0.3.2[${PYTHON_USEDEP}] )
|
||||
arcam_fmj? ( ~dev-python/arcam-fmj-0.12.0[${PYTHON_USEDEP}] )
|
||||
aruba? ( ~dev-python/pexpect-4.6.0[${PYTHON_USEDEP}] )
|
||||
asuswrt? ( ~dev-python/aioasuswrt-1.4.0[${PYTHON_USEDEP}] )
|
||||
aten_pe? ( ~dev-python/atenpdu-0.3.2[${PYTHON_USEDEP}] )
|
||||
atome? ( ~dev-python/pyAtome-0.1.1[${PYTHON_USEDEP}] )
|
||||
august? ( ~dev-python/yalexs-1.1.22[${PYTHON_USEDEP}] )
|
||||
aurora_abb_powerone? ( ~dev-python/aurorapy-0.2.6[${PYTHON_USEDEP}] )
|
||||
avea? ( ~dev-python/avea-1.5.1[${PYTHON_USEDEP}] )
|
||||
avion? ( ~dev-python/avion-0.10[${PYTHON_USEDEP}] )
|
||||
awair? ( ~dev-python/python-awair-0.2.1[${PYTHON_USEDEP}] )
|
||||
axis? ( ~dev-python/axis-44[${PYTHON_USEDEP}] )
|
||||
baidu? ( ~dev-python/baidu-aip-1.6.6.0[${PYTHON_USEDEP}] )
|
||||
beewi_smartclim? ( ~dev-python/beewi-smartclim-0.0.10[${PYTHON_USEDEP}] )
|
||||
bh1750? ( ~dev-python/i2csense-0.0.4[${PYTHON_USEDEP}] ~dev-python/smbus-cffi-0.5.1[${PYTHON_USEDEP}] )
|
||||
bitcoin? ( ~dev-python/blockchain-1.4.4[${PYTHON_USEDEP}] )
|
||||
bizkaibus? ( ~dev-python/bizkaibus-0.1.1[${PYTHON_USEDEP}] )
|
||||
blackbird? ( ~dev-python/pyblackbird-0.5[${PYTHON_USEDEP}] )
|
||||
blebox? ( ~dev-python/blebox-uniapi-1.3.3[${PYTHON_USEDEP}] )
|
||||
blink? ( ~dev-python/blinkpy-0.18.0[${PYTHON_USEDEP}] )
|
||||
blinksticklight? ( ~dev-python/BlinkStick-1.2.0[${PYTHON_USEDEP}] )
|
||||
blinkt? ( ~dev-python/blinkt-0.1.0[${PYTHON_USEDEP}] )
|
||||
blockchain? ( ~dev-python/python-blockchain-api-0.0.2[${PYTHON_USEDEP}] )
|
||||
bluetooth_le_tracker? ( ~dev-python/pygatt-4.0.5[${PYTHON_USEDEP}] )
|
||||
bluetooth_tracker? ( ~dev-python/bt-proximity-0.2.1[${PYTHON_USEDEP}] ~dev-python/pybluez-0.22[${PYTHON_USEDEP}] )
|
||||
bme280? ( ~dev-python/i2csense-0.0.4[${PYTHON_USEDEP}] ~dev-python/smbus-cffi-0.5.1[${PYTHON_USEDEP}] ~dev-python/bme280spi-0.2.0[${PYTHON_USEDEP}] )
|
||||
bme680? ( ~dev-python/bme680-1.0.5[${PYTHON_USEDEP}] ~dev-python/smbus-cffi-0.5.1[${PYTHON_USEDEP}] )
|
||||
bmw_connected_drive? ( ~dev-python/bimmer-connected-0.8.11[${PYTHON_USEDEP}] )
|
||||
bond? ( ~dev-python/bond-api-0.1.16[${PYTHON_USEDEP}] )
|
||||
braviatv? ( ~dev-python/bravia-tv-1.0.11[${PYTHON_USEDEP}] )
|
||||
broadlink? ( ~dev-python/broadlink-0.18.0[${PYTHON_USEDEP}] )
|
||||
brother? ( ~dev-python/brother-1.1.0[${PYTHON_USEDEP}] )
|
||||
brottsplatskartan? ( ~dev-python/brottsplatskartan-0.0.1[${PYTHON_USEDEP}] )
|
||||
brunt? ( ~dev-python/brunt-1.2.0[${PYTHON_USEDEP}] )
|
||||
bsblan? ( ~dev-python/bsblan-0.5.0[${PYTHON_USEDEP}] )
|
||||
bt_home_hub_5? ( ~dev-python/bthomehub5-devicelist-0.1.1[${PYTHON_USEDEP}] )
|
||||
bt_smarthub? ( ~dev-python/btsmarthub-devicelist-0.2.0[${PYTHON_USEDEP}] )
|
||||
buienradar? ( ~dev-python/buienradar-1.0.5[${PYTHON_USEDEP}] )
|
||||
caldav? ( ~dev-python/caldav-0.8.2[${PYTHON_USEDEP}] )
|
||||
camera? ( ~dev-python/PyTurboJPEG-1.6.5[${PYTHON_USEDEP}] )
|
||||
canary? ( ~dev-python/py-canary-0.5.1[${PYTHON_USEDEP}] )
|
||||
cast? ( ~dev-python/pychromecast-10.2.3[${PYTHON_USEDEP}] )
|
||||
cisco_mobility_express? ( ~dev-python/ciscomobilityexpress-0.3.9[${PYTHON_USEDEP}] )
|
||||
cli? ( app-misc/home-assistant-cli )
|
||||
co2signal? ( ~dev-python/CO2Signal-0.4.2[${PYTHON_USEDEP}] )
|
||||
compensation? ( ~dev-python/numpy-1.21.4[${PYTHON_USEDEP}] )
|
||||
coronavirus? ( ~dev-python/coronavirus-1.1.1[${PYTHON_USEDEP}] )
|
||||
daikin? ( ~dev-python/pydaikin-2.7.0[${PYTHON_USEDEP}] )
|
||||
darksky? ( ~dev-python/python-forecastio-1.4.0[${PYTHON_USEDEP}] )
|
||||
deconz? ( ~dev-python/pydeconz-87[${PYTHON_USEDEP}] )
|
||||
delijn? ( ~dev-python/pydelijn-1.0.0[${PYTHON_USEDEP}] )
|
||||
denonavr? ( ~dev-python/denonavr-0.10.10[${PYTHON_USEDEP}] )
|
||||
deutsche_bahn? ( ~dev-python/schiene-0.23[${PYTHON_USEDEP}] )
|
||||
devolo_home_control? ( ~dev-python/devolo-home-control-api-0.17.4[${PYTHON_USEDEP}] )
|
||||
dexcom? ( ~dev-python/pydexcom-0.2.3[${PYTHON_USEDEP}] )
|
||||
dhcp? ( ~net-analyzer/scapy-2.4.5 ~dev-python/aiodiscover-1.4.8[${PYTHON_USEDEP}] )
|
||||
dht? ( ~dev-python/adafruit-circuitpython-dht-3.7.0[${PYTHON_USEDEP}] ~dev-python/RPi-GPIO-0.7.1_alpha4[${PYTHON_USEDEP}] )
|
||||
discogs? ( ~dev-python/discogs-client-2.3.0[${PYTHON_USEDEP}] )
|
||||
discord? ( ~dev-python/nextcord-2.0.0_alpha8[${PYTHON_USEDEP}] )
|
||||
discovery? ( ~dev-python/netdisco-3.0.0[${PYTHON_USEDEP}] )
|
||||
dlna_dmr? ( ~dev-python/async-upnp-client-0.23.5[${PYTHON_USEDEP}] )
|
||||
dlna_dms? ( ~dev-python/async-upnp-client-0.23.5[${PYTHON_USEDEP}] )
|
||||
doorbird? ( ~dev-python/DoorBirdPy-2.1.0[${PYTHON_USEDEP}] )
|
||||
dunehd? ( ~dev-python/pdunehd-1.3.2[${PYTHON_USEDEP}] )
|
||||
dwd_weather_warnings? ( ~dev-python/dwdwfsapi-1.0.5[${PYTHON_USEDEP}] )
|
||||
dynalite? ( ~dev-python/dynalite-devices-0.1.46[${PYTHON_USEDEP}] )
|
||||
dyson? ( ~dev-python/libpurecool-0.6.4[${PYTHON_USEDEP}] )
|
||||
ecobee? ( ~dev-python/python-ecobee-api-0.2.14[${PYTHON_USEDEP}] )
|
||||
emulated_roku? ( ~dev-python/emulated-roku-0.2.1[${PYTHON_USEDEP}] )
|
||||
enigma2? ( ~dev-python/openwebifpy-3.2.7[${PYTHON_USEDEP}] )
|
||||
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.20[${PYTHON_USEDEP}] )
|
||||
esphome? ( ~dev-python/aioesphomeapi-10.8.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}] )
|
||||
fibaro? ( ~dev-python/fiblary3-0.1.8[${PYTHON_USEDEP}] )
|
||||
flume? ( ~dev-python/PyFlume-0.6.5[${PYTHON_USEDEP}] )
|
||||
flunearyou? ( ~dev-python/pyflunearyou-2.0.2[${PYTHON_USEDEP}] )
|
||||
flux_led? ( ~dev-python/flux-led-0.28.27[${PYTHON_USEDEP}] )
|
||||
foobot? ( ~dev-python/foobot_async-1.0.0[${PYTHON_USEDEP}] )
|
||||
forecast_solar? ( ~dev-python/forecast-solar-2.1.0[${PYTHON_USEDEP}] )
|
||||
fortios? ( ~dev-python/fortiosapi-1.0.5[${PYTHON_USEDEP}] )
|
||||
freebox? ( ~dev-python/freebox-api-0.0.10[${PYTHON_USEDEP}] )
|
||||
fritz? ( ~dev-python/fritzconnection-1.8.0[${PYTHON_USEDEP}] ~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}] )
|
||||
fritzbox? ( ~dev-python/pyfritzhome-0.6.4[${PYTHON_USEDEP}] )
|
||||
fritzbox_callmonitor? ( ~dev-python/fritzconnection-1.8.0[${PYTHON_USEDEP}] )
|
||||
fritzbox_netmonitor? ( ~dev-python/fritzconnection-1.4.2[${PYTHON_USEDEP}] )
|
||||
fronius? ( ~dev-python/PyFronius-0.7.1[${PYTHON_USEDEP}] )
|
||||
frontend? ( ~dev-python/home-assistant-frontend-20220301.2[${PYTHON_USEDEP}] )
|
||||
garmin_connect? ( ~dev-python/garminconnect-ha-0.1.6[${PYTHON_USEDEP}] )
|
||||
gios? ( ~dev-python/gios-2.1.0[${PYTHON_USEDEP}] )
|
||||
github? ( ~dev-python/aiogithubapi-22.2.3[${PYTHON_USEDEP}] )
|
||||
gogogate2? ( ~dev-python/ismartgate-4.0.4[${PYTHON_USEDEP}] )
|
||||
greeneye_monitor? ( ~dev-python/greeneye-monitor-3.0.3[${PYTHON_USEDEP}] )
|
||||
growatt_server? ( ~dev-python/growattServer-1.1.0[${PYTHON_USEDEP}] )
|
||||
guardian? ( ~dev-python/aioguardian-2021.11.0[${PYTHON_USEDEP}] )
|
||||
harman_kardon_avr? ( ~dev-python/hkavr-0.0.5[${PYTHON_USEDEP}] )
|
||||
harmony? ( ~dev-python/aioharmony-0.2.9[${PYTHON_USEDEP}] )
|
||||
heos? ( ~dev-python/pyheos-0.7.2[${PYTHON_USEDEP}] )
|
||||
here_travel_time? ( ~dev-python/herepy-2.0.0[${PYTHON_USEDEP}] )
|
||||
homekit? ( ~dev-python/HAP-python-4.4.0[${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-0.7.16[${PYTHON_USEDEP}] )
|
||||
homematic? ( ~dev-python/pyhomematic-0.1.77[${PYTHON_USEDEP}] )
|
||||
homematicip_cloud? ( ~dev-python/homematicip-1.0.2[${PYTHON_USEDEP}] )
|
||||
hp_ilo? ( ~dev-python/python-hpilo-4.3[${PYTHON_USEDEP}] )
|
||||
http? ( ~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}] )
|
||||
hue? ( ~dev-python/aiohue-4.4.1[${PYTHON_USEDEP}] )
|
||||
hydrawise? ( ~dev-python/Hydrawiser-0.2[${PYTHON_USEDEP}] )
|
||||
iaqualink? ( ~dev-python/iaqualink-0.4.1[${PYTHON_USEDEP}] )
|
||||
ihc? ( ~dev-python/defusedxml-0.7.1[${PYTHON_USEDEP}] ~dev-python/ihcsdk-2.7.6[${PYTHON_USEDEP}] )
|
||||
imap? ( ~dev-python/aioimaplib-0.9.0[${PYTHON_USEDEP}] )
|
||||
incomfort? ( ~dev-python/incomfort-client-0.4.4[${PYTHON_USEDEP}] )
|
||||
influxdb? ( ~dev-python/influxdb-5.3.1[${PYTHON_USEDEP}] ~dev-python/influxdb-client-1.24.0[${PYTHON_USEDEP}] )
|
||||
insteon? ( ~dev-python/pyinsteon-1.0.13[${PYTHON_USEDEP}] )
|
||||
intesishome? ( ~dev-python/pyintesishome-1.7.6[${PYTHON_USEDEP}] )
|
||||
ipma? ( ~dev-python/pyipma-2.0.5[${PYTHON_USEDEP}] )
|
||||
ipp? ( ~dev-python/pyipp-0.11.0[${PYTHON_USEDEP}] )
|
||||
islamic_prayer_times? ( ~dev-python/prayer-times-calculator-0.0.5[${PYTHON_USEDEP}] )
|
||||
jewish_calendar? ( ~dev-python/hdate-0.10.4[${PYTHON_USEDEP}] )
|
||||
joaoapps_join? ( ~dev-python/python-join-api-0.0.6[${PYTHON_USEDEP}] )
|
||||
kef? ( ~dev-python/aiokef-0.2.16[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
|
||||
knx? ( ~dev-python/xknx-0.19.2[${PYTHON_USEDEP}] )
|
||||
kodi? ( ~dev-python/pykodi-0.2.7[${PYTHON_USEDEP}] )
|
||||
kraken? ( ~dev-python/krakenex-2.1.0[${PYTHON_USEDEP}] ~dev-python/pykrakenapi-0.1.8[${PYTHON_USEDEP}] )
|
||||
lifx? ( ~dev-python/aiolifx-0.7.1[${PYTHON_USEDEP}] ~dev-python/aiolifx-effects-0.2.2[${PYTHON_USEDEP}] )
|
||||
linode? ( ~dev-python/linode-api-4.1.9_beta1[${PYTHON_USEDEP}] )
|
||||
litterrobot? ( ~dev-python/pylitterbot-2021.12.0[${PYTHON_USEDEP}] )
|
||||
loopenergy? ( ~dev-python/pyloopenergy-0.2.1[${PYTHON_USEDEP}] )
|
||||
luci? ( ~dev-python/openwrt-luci-rpc-1.1.11[${PYTHON_USEDEP}] )
|
||||
luftdaten? ( ~dev-python/luftdaten-0.7.2[${PYTHON_USEDEP}] )
|
||||
maxcube? ( ~dev-python/maxcube-api-0.4.3[${PYTHON_USEDEP}] )
|
||||
media_extractor? ( ~net-misc/youtube-dl-2021.12.17 )
|
||||
meteo_france? ( ~dev-python/meteofrance-api-1.0.2[${PYTHON_USEDEP}] )
|
||||
mfi? ( ~dev-python/mficlient-0.3.0[${PYTHON_USEDEP}] )
|
||||
miflora? ( ~dev-python/bluepy-1.3.0[${PYTHON_USEDEP}] ~dev-python/miflora-0.7.2[${PYTHON_USEDEP}] )
|
||||
mikrotik? ( ~dev-python/librouteros-3.2.0[${PYTHON_USEDEP}] )
|
||||
mitemp_bt? ( ~dev-python/mitemp-bt-0.0.5[${PYTHON_USEDEP}] )
|
||||
mobile_app? ( ~dev-python/pynacl-1.4.0[${PYTHON_USEDEP}] )
|
||||
mqtt? ( ~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}] )
|
||||
myq? ( ~dev-python/pymyq-3.1.4[${PYTHON_USEDEP}] )
|
||||
mysql? ( dev-python/mysql-connector-python[${PYTHON_USEDEP}] dev-python/mysqlclient[${PYTHON_USEDEP}] )
|
||||
nad? ( ~dev-python/nad-receiver-0.3.0[${PYTHON_USEDEP}] )
|
||||
nederlandse_spoorwegen? ( ~dev-python/nsapi-3.0.5[${PYTHON_USEDEP}] )
|
||||
netatmo? ( ~dev-python/pyatmo-6.2.4[${PYTHON_USEDEP}] )
|
||||
netdata? ( ~dev-python/netdata-1.0.1[${PYTHON_USEDEP}] )
|
||||
notify_events? ( ~dev-python/notify-events-1.0.4[${PYTHON_USEDEP}] )
|
||||
nuki? ( ~dev-python/pynuki-1.5.2[${PYTHON_USEDEP}] )
|
||||
nws? ( ~dev-python/pynws-1.3.2[${PYTHON_USEDEP}] )
|
||||
nx584? ( ~dev-python/pynx584-0.5[${PYTHON_USEDEP}] )
|
||||
octoprint? ( ~dev-python/pyoctoprintapi-0.1.7[${PYTHON_USEDEP}] )
|
||||
onkyo? ( ~dev-python/onkyo-eiscp-1.2.7[${PYTHON_USEDEP}] )
|
||||
opengarage? ( ~dev-python/open-garage-0.2.0[${PYTHON_USEDEP}] )
|
||||
opensensemap? ( ~dev-python/opensensemap-api-0.2.0[${PYTHON_USEDEP}] )
|
||||
openweathermap? ( ~dev-python/pyowm-3.2.0[${PYTHON_USEDEP}] )
|
||||
opnsense? ( ~dev-python/pyopnsense-0.2.0[${PYTHON_USEDEP}] )
|
||||
otp? ( ~dev-python/pyotp-2.6.0[${PYTHON_USEDEP}] )
|
||||
owntracks? ( ~dev-python/pynacl-1.4.0[${PYTHON_USEDEP}] )
|
||||
ozw? ( ~dev-python/python-openzwave-mqtt-1.4.0[${PYTHON_USEDEP}] )
|
||||
panasonic_viera? ( ~dev-python/panasonic-viera-0.3.6[${PYTHON_USEDEP}] )
|
||||
philips_js? ( ~dev-python/ha-philipsjs-2.7.6[${PYTHON_USEDEP}] )
|
||||
pilight? ( ~dev-python/pilight-0.1.1[${PYTHON_USEDEP}] )
|
||||
ping? ( ~dev-python/icmplib-3.0[${PYTHON_USEDEP}] )
|
||||
pi_hole? ( ~dev-python/hole-0.7.0[${PYTHON_USEDEP}] )
|
||||
plex? ( ~dev-python/PlexAPI-4.10.0[${PYTHON_USEDEP}] ~dev-python/plexauth-0.0.6[${PYTHON_USEDEP}] ~dev-python/plexwebsocket-0.0.13[${PYTHON_USEDEP}] )
|
||||
plugwise? ( ~dev-python/plugwise-0.16.6[${PYTHON_USEDEP}] )
|
||||
poolsense? ( ~dev-python/poolsense-0.0.8[${PYTHON_USEDEP}] )
|
||||
powerwall? ( ~dev-python/tesla-powerwall-0.3.17[${PYTHON_USEDEP}] )
|
||||
ps4? ( ~dev-python/pyps4-2ndscreen-1.3.1[${PYTHON_USEDEP}] )
|
||||
python_script? ( ~dev-python/RestrictedPython-5.2[${PYTHON_USEDEP}] )
|
||||
qnap? ( ~dev-python/qnapstats-0.4.0[${PYTHON_USEDEP}] )
|
||||
qvr_pro? ( ~dev-python/pyqvrpro-0.52[${PYTHON_USEDEP}] )
|
||||
rachio? ( ~dev-python/RachioPy-1.0.3[${PYTHON_USEDEP}] )
|
||||
radio_browser? ( ~dev-python/radios-0.1.1[${PYTHON_USEDEP}] )
|
||||
rainbird? ( ~dev-python/pyrainbird-0.4.3[${PYTHON_USEDEP}] )
|
||||
rainmachine? ( ~dev-python/regenmaschine-2022.1.0[${PYTHON_USEDEP}] )
|
||||
recorder? ( ~dev-python/sqlalchemy-1.4.27[${PYTHON_USEDEP}] )
|
||||
rejseplanen? ( ~dev-python/rjpl-0.3.6[${PYTHON_USEDEP}] )
|
||||
rest? ( ~dev-python/jsonpath-0.82[${PYTHON_USEDEP}] ~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}] )
|
||||
ring? ( ~dev-python/ring-doorbell-0.7.2[${PYTHON_USEDEP}] )
|
||||
roku? ( ~dev-python/rokuecp-0.15.0[${PYTHON_USEDEP}] )
|
||||
roomba? ( ~dev-python/roombapy-1.6.5[${PYTHON_USEDEP}] )
|
||||
roon? ( ~dev-python/roonapi-0.0.38[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] ~dev-python/samsungtvws-1.7.0[${PYTHON_USEDEP}] ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] )
|
||||
scrape? ( ~dev-python/beautifulsoup4-4.10.0[${PYTHON_USEDEP}] )
|
||||
season? ( ~dev-python/ephem-3.7.7.0[${PYTHON_USEDEP}] )
|
||||
shelly? ( ~dev-python/aioshelly-1.0.11[${PYTHON_USEDEP}] )
|
||||
shodan? ( ~dev-python/shodan-1.26.1[${PYTHON_USEDEP}] )
|
||||
signal_messenger? ( ~dev-python/pysignalclirestapi-0.3.18[${PYTHON_USEDEP}] )
|
||||
simplisafe? ( ~dev-python/simplisafe-python-2022.2.1[${PYTHON_USEDEP}] )
|
||||
skybell? ( ~dev-python/skybellpy-0.6.3[${PYTHON_USEDEP}] )
|
||||
sma? ( ~dev-python/pysma-0.6.10[${PYTHON_USEDEP}] )
|
||||
smappee? ( ~dev-python/pysmappee-0.2.29[${PYTHON_USEDEP}] )
|
||||
smarthab? ( ~dev-python/SmartHab-0.21[${PYTHON_USEDEP}] )
|
||||
smartthings? ( ~dev-python/pysmartapp-0.3.3[${PYTHON_USEDEP}] ~dev-python/pysmartthings-0.7.6[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmp-4.4.12[${PYTHON_USEDEP}] )
|
||||
socat? ( net-misc/socat )
|
||||
solax? ( ~dev-python/solax-0.2.9[${PYTHON_USEDEP}] )
|
||||
somfy? ( ~dev-python/pymfy-0.11.0[${PYTHON_USEDEP}] )
|
||||
sonos? ( ~dev-python/soco-0.26.4[${PYTHON_USEDEP}] )
|
||||
speedtestdotnet? ( ~net-analyzer/speedtest-cli-2.1.3[${PYTHON_USEDEP}] )
|
||||
spotify? ( ~dev-python/spotipy-2.19.0[${PYTHON_USEDEP}] )
|
||||
sql? ( ~dev-python/sqlalchemy-1.4.27[${PYTHON_USEDEP}] )
|
||||
squeezebox? ( ~dev-python/pysqueezebox-0.5.5[${PYTHON_USEDEP}] )
|
||||
ssl? ( dev-libs/openssl app-crypt/certbot net-proxy/haproxy )
|
||||
statsd? ( ~dev-python/statsd-3.2.1[${PYTHON_USEDEP}] )
|
||||
synology_dsm? ( ~dev-python/py-synologydsm-api-1.0.7[${PYTHON_USEDEP}] )
|
||||
systemmonitor? ( ~dev-python/psutil-5.8.0[${PYTHON_USEDEP}] )
|
||||
tankerkoenig? ( ~dev-python/pytankerkoenig-0.0.6[${PYTHON_USEDEP}] )
|
||||
tasmota? ( ~dev-python/HATasmota-0.3.1[${PYTHON_USEDEP}] )
|
||||
tellduslive? ( ~dev-python/tellduslive-0.10.11[${PYTHON_USEDEP}] )
|
||||
tesla? ( ~dev-python/teslajsonpy-0.18.3[${PYTHON_USEDEP}] )
|
||||
tile? ( ~dev-python/pytile-2022.2.0[${PYTHON_USEDEP}] )
|
||||
toon? ( ~dev-python/toonapi-0.2.1[${PYTHON_USEDEP}] )
|
||||
totalconnect? ( ~dev-python/total-connect-client-2022.2.1[${PYTHON_USEDEP}] )
|
||||
tplink? ( ~dev-python/python-kasa-0.4.1[${PYTHON_USEDEP}] )
|
||||
tradfri? ( ~dev-python/pytradfri-9.0.0[${PYTHON_USEDEP}] )
|
||||
tuya? ( ~dev-python/tuya-iot-py-sdk-0.6.6[${PYTHON_USEDEP}] )
|
||||
unifi? ( ~dev-python/aiounifi-31[${PYTHON_USEDEP}] )
|
||||
unifi_direct? ( ~dev-python/pexpect-4.6.0[${PYTHON_USEDEP}] )
|
||||
upnp? ( ~dev-python/async-upnp-client-0.23.5[${PYTHON_USEDEP}] )
|
||||
utility_meter? ( ~dev-python/croniter-1.0.6[${PYTHON_USEDEP}] )
|
||||
vallox? ( ~dev-python/vallox-websocket-api-2.11.0[${PYTHON_USEDEP}] )
|
||||
velbus? ( ~dev-python/velbus-aio-2022.2.4[${PYTHON_USEDEP}] )
|
||||
velux? ( ~dev-python/pyvlx-0.2.19[${PYTHON_USEDEP}] )
|
||||
vera? ( ~dev-python/pyvera-0.3.13[${PYTHON_USEDEP}] )
|
||||
version? ( ~dev-python/pyhaversion-22.2.0[${PYTHON_USEDEP}] )
|
||||
vicare? ( ~dev-python/PyViCare-2.16.1[${PYTHON_USEDEP}] )
|
||||
vizio? ( ~dev-python/pyvizio-0.1.57[${PYTHON_USEDEP}] )
|
||||
wake_on_lan? ( ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] )
|
||||
waqi? ( ~dev-python/waqiasync-1.0.0[${PYTHON_USEDEP}] )
|
||||
waze_travel_time? ( ~dev-python/WazeRouteCalculator-0.14[${PYTHON_USEDEP}] )
|
||||
webostv? ( ~dev-python/aiowebostv-0.1.3[${PYTHON_USEDEP}] ~dev-python/sqlalchemy-1.4.27[${PYTHON_USEDEP}] )
|
||||
wemo? ( ~dev-python/pywemo-0.7.0[${PYTHON_USEDEP}] )
|
||||
whois? ( ~dev-python/whois-0.9.13[${PYTHON_USEDEP}] )
|
||||
wink? ( ~dev-python/pubnubsub-handler-1.0.9[${PYTHON_USEDEP}] ~dev-python/python-wink-1.10.5[${PYTHON_USEDEP}] )
|
||||
withings? ( ~dev-python/withings-api-2.4.0[${PYTHON_USEDEP}] )
|
||||
wled? ( ~dev-python/wled-0.13.0[${PYTHON_USEDEP}] )
|
||||
workday? ( ~dev-python/holidays-0.13[${PYTHON_USEDEP}] )
|
||||
xbox_live? ( ~dev-python/xboxapi-2.0.1[${PYTHON_USEDEP}] )
|
||||
xiaomi_aqara? ( ~dev-python/PyXiaomiGateway-0.13.4[${PYTHON_USEDEP}] )
|
||||
xiaomi_miio? ( ~dev-python/construct-2.10.56[${PYTHON_USEDEP}] ~dev-python/micloud-0.5[${PYTHON_USEDEP}] ~dev-python/python-miio-0.5.11[${PYTHON_USEDEP}] )
|
||||
xiaomi_tv? ( ~dev-python/pymitv-1.4.3[${PYTHON_USEDEP}] )
|
||||
xs1? ( ~dev-python/xs1-api-client-3.0.0[${PYTHON_USEDEP}] )
|
||||
yamaha? ( ~dev-python/rxv-0.7.0[${PYTHON_USEDEP}] )
|
||||
yamaha_musiccast? ( ~dev-python/aiomusiccast-0.14.3[${PYTHON_USEDEP}] )
|
||||
yeelight? ( ~dev-python/yeelight-0.7.9[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.23.5[${PYTHON_USEDEP}] )
|
||||
yi? ( ~dev-python/aioftp-0.12.0[${PYTHON_USEDEP}] )
|
||||
zeroconf? ( ~dev-python/zeroconf-0.38.4[${PYTHON_USEDEP}] )
|
||||
zerproc? ( ~dev-python/pyzerproc-0.4.8[${PYTHON_USEDEP}] )
|
||||
zha? ( ~dev-python/bellows-0.29.0[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.67[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.43.0[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.8.0[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.7.0[${PYTHON_USEDEP}] )
|
||||
zhong_hong? ( ~dev-python/zhong-hong-hvac-1.0.9[${PYTHON_USEDEP}] )
|
||||
zoneminder? ( ~dev-python/zm-py-0.5.2[${PYTHON_USEDEP}] )
|
||||
zwave_js? ( ~dev-python/zwave-js-server-python-0.35.2[${PYTHON_USEDEP}] )"
|
||||
|
||||
BDEPEND="${RDEPEND}
|
||||
test? (
|
||||
~dev-python/codecov-2.1.12[${PYTHON_USEDEP}]
|
||||
~dev-python/coverage-6.3.1[${PYTHON_USEDEP}]
|
||||
~dev-python/freezegun-1.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/mock-open-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/mypy-0.931[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
~dev-vcs/pre-commit-2.17.0
|
||||
~dev-python/pylint-strict-informational-0.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pylint-2.12.2[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-cov-2.12.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-freezegun-0.4.2[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-socket-0.4.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-sugar-0.9.4[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-test-groups-1.0.3[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-timeout-2.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-xdist-2.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-7.0.1[${PYTHON_USEDEP}]
|
||||
~dev-python/requests-mock-1.9.2[${PYTHON_USEDEP}]
|
||||
~dev-python/respx-0.19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/stdlib-list-0.7.0[${PYTHON_USEDEP}]
|
||||
~dev-python/tqdm-4.49.0[${PYTHON_USEDEP}]
|
||||
)
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]"
|
||||
|
||||
INSTALL_DIR="/opt/${MY_PN}"
|
||||
|
||||
DISABLE_AUTOFORMATTING=1
|
||||
DOC_CONTENTS="
|
||||
The HA interface listens on port 8123
|
||||
hass configuration is in: /etc/${MY_PN}
|
||||
daemon command line arguments are configured in: /etc/conf.d/${MY_PN}
|
||||
logging is to: /var/log/${MY_PN}/{server,errors,stdout}.log
|
||||
The sqlite db is by default in: /etc/${MY_PN}
|
||||
support at https://git.edevau.net/onkelbeh/HomeAssistantRepository
|
||||
"
|
||||
|
||||
S="${WORKDIR}/core-${MY_PV}"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
python_install_all() {
|
||||
dodoc ${DOCS}
|
||||
distutils-r1_python_install_all
|
||||
keepdir "$INSTALL_DIR"
|
||||
keepdir "/etc/${MY_PN}"
|
||||
fowners -R "${MY_PN}:${MY_PN}" "/etc/${MY_PN}"
|
||||
keepdir "/var/log/${MY_PN}"
|
||||
fowners -R "${MY_PN}:${MY_PN}" "/var/log/${MY_PN}"
|
||||
newconfd "${FILESDIR}/${MY_PN}.conf.d" "${MY_PN}"
|
||||
newinitd "${FILESDIR}/${MY_PN}.init.d" "${MY_PN}"
|
||||
use systemd && systemd_dounit "${FILESDIR}/${MY_PN}.service"
|
||||
dobin "${FILESDIR}/hasstest"
|
||||
if use socat ; then
|
||||
newinitd "${FILESDIR}/socat-zwave.init.d" "socat-zwave"
|
||||
sed -i -e 's/# need socat-zwave/need socat-zwave/g' "${D}/etc/init.d/${MY_PN}" || die
|
||||
fi
|
||||
if use mqtt ; then
|
||||
sed -i -e 's/# need mosquitto/need mosquitto/g' "${D}/etc/init.d/${MY_PN}" || die
|
||||
fi
|
||||
insinto /etc/logrotate.d
|
||||
newins "${FILESDIR}/${MY_PN}.logrotate" "${MY_PN}"
|
||||
readme.gentoo_create_doc
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 readme.gentoo-r1 systemd
|
||||
|
||||
MY_PN=homeassistant
|
||||
@@ -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 amd64-linux x86-linux"
|
||||
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_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 flume flunearyou flux_led foobot forecast_solar fortios freebox fritz fritzbox fritzbox_callmonitor fritzbox_netmonitor fronius +frontend 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 maxcube media_extractor meteo_france mfi miflora mikrotik mitemp_bt +mobile_app +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 )"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 readme.gentoo-r1 systemd
|
||||
|
||||
MY_PN=homeassistant
|
||||
@@ -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 amd64-linux x86-linux"
|
||||
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_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 flume flunearyou flux_led foobot forecast_solar fortios freebox fritz fritzbox fritzbox_callmonitor fritzbox_netmonitor fronius +frontend 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 maxcube media_extractor meteo_france mfi miflora mikrotik mitemp_bt +mobile_app +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 )"
|
||||
|
||||
@@ -180,7 +180,7 @@ RDEPEND="${RDEPEND}
|
||||
bond? ( ~dev-python/bond-api-0.1.16[${PYTHON_USEDEP}] )
|
||||
braviatv? ( ~dev-python/bravia-tv-1.0.11[${PYTHON_USEDEP}] )
|
||||
broadlink? ( ~dev-python/broadlink-0.18.1[${PYTHON_USEDEP}] )
|
||||
brother? ( ~dev-python/brother-1.2.0[${PYTHON_USEDEP}] )
|
||||
brother? ( ~dev-python/brother-1.1.0[${PYTHON_USEDEP}] )
|
||||
brottsplatskartan? ( ~dev-python/brottsplatskartan-0.0.1[${PYTHON_USEDEP}] )
|
||||
brunt? ( ~dev-python/brunt-1.2.0[${PYTHON_USEDEP}] )
|
||||
bsblan? ( ~dev-python/bsblan-0.5.0[${PYTHON_USEDEP}] )
|
||||
@@ -345,7 +345,7 @@ RDEPEND="${RDEPEND}
|
||||
smappee? ( ~dev-python/pysmappee-0.2.29[${PYTHON_USEDEP}] )
|
||||
smarthab? ( ~dev-python/SmartHab-0.21[${PYTHON_USEDEP}] )
|
||||
smartthings? ( ~dev-python/pysmartapp-0.3.3[${PYTHON_USEDEP}] ~dev-python/pysmartthings-0.7.6[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmplib-5.0.10[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmp-4.4.12[${PYTHON_USEDEP}] )
|
||||
socat? ( net-misc/socat )
|
||||
solax? ( ~dev-python/solax-0.2.9[${PYTHON_USEDEP}] )
|
||||
somfy? ( ~dev-python/pymfy-0.11.0[${PYTHON_USEDEP}] )
|
||||
@@ -475,3 +475,5 @@ python_install_all() {
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 readme.gentoo-r1 systemd
|
||||
|
||||
MY_PN=homeassistant
|
||||
@@ -26,9 +26,8 @@ HOMEPAGE="https://home-assistant.io/ https://git.edevau.net/onkelbeh/HomeAssista
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="amd64 arm arm64 x86 amd64-linux x86-linux"
|
||||
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_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 flume flunearyou flux_led foobot forecast_solar fortios freebox fritz fritzbox fritzbox_callmonitor fritzbox_netmonitor fronius +frontend 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 maxcube media_extractor meteo_france mfi miflora mikrotik mitemp_bt +mobile_app +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"
|
||||
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_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 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 maxcube media_extractor meteo_france mfi miflora mikrotik mitemp_bt +mobile_app +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
|
||||
@@ -38,7 +37,6 @@ RDEPEND="${PYTHON_DEPS} acct-group/${MY_PN} acct-user/${MY_PN}
|
||||
dev-db/sqlite
|
||||
dev-libs/libfastjson
|
||||
>=dev-libs/xerces-c-3.1.4-r1"
|
||||
|
||||
# make sure no conflicting main Ebuild is installed
|
||||
RDEPEND="${RDEPEND}
|
||||
!app-misc/homeassistant-min
|
||||
@@ -50,14 +48,14 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/aiodiscover-1.4.11[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
|
||||
~dev-python/anyio-3.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/anyio-3.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/astral-2.2[${PYTHON_USEDEP}]
|
||||
~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}]
|
||||
~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}]
|
||||
~dev-python/async_timeout-4.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/attrs-21.2.0[${PYTHON_USEDEP}]
|
||||
<dev-python/Authlib-1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/awesomeversion-22.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/awesomeversion-22.5.2[${PYTHON_USEDEP}]
|
||||
<dev-python/backoff-2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/bcrypt-3.1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/btlewrap-0.0.10[${PYTHON_USEDEP}]
|
||||
@@ -65,25 +63,26 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/ciso8601-2.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/cryptography-36.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-status-1.45.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-1.45.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-status-1.46.1[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-1.46.1[${PYTHON_USEDEP}]
|
||||
~dev-python/h11-0.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/hass-nabucasa-0.54.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220504.1[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.14.7[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220531.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.15.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpx-0.22.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/jinja-3.1.1[${PYTHON_USEDEP}]
|
||||
~dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
|
||||
~dev-python/libcst-0.3.23[${PYTHON_USEDEP}]
|
||||
~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-6.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-9.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-9.1.1[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
>=dev-python/pycryptodome-3.6.6[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-2.3.0[${PYTHON_USEDEP}]
|
||||
!~dev-python/pydantic-1.9.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyserial-3.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-engineio-3.13.1[${PYTHON_USEDEP}]
|
||||
@@ -96,14 +95,14 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/regex-2021.8.28[${PYTHON_USEDEP}]
|
||||
~dev-python/requests-2.27.1[${PYTHON_USEDEP}]
|
||||
~net-analyzer/scapy-2.4.5
|
||||
~dev-python/sqlalchemy-1.4.36[${PYTHON_USEDEP}]
|
||||
~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-3.10.0.2[${PYTHON_USEDEP}]
|
||||
<dev-python/typing-extensions-5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/urllib3-1.26.5[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-serialize-2.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-0.13.1[${PYTHON_USEDEP}]
|
||||
~dev-python/yarl-1.7.2[${PYTHON_USEDEP}]
|
||||
~dev-python/zeroconf-0.38.5[${PYTHON_USEDEP}]"
|
||||
~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}]"
|
||||
|
||||
# unknown origin, still something to clean up here
|
||||
# some moved to suggested USE Flags
|
||||
@@ -119,7 +118,6 @@ RDEPEND="${RDEPEND}
|
||||
dev-python/pycparser[${PYTHON_USEDEP}]
|
||||
>=dev-python/websocket-client-0.57.0[${PYTHON_USEDEP}]
|
||||
~media-libs/mutagen-1.45.1"
|
||||
|
||||
# Module requirements from useflags
|
||||
RDEPEND="${RDEPEND}
|
||||
abode? ( ~dev-python/abodepy-1.2.0[${PYTHON_USEDEP}] )
|
||||
@@ -147,14 +145,14 @@ RDEPEND="${RDEPEND}
|
||||
apache_kafka? ( ~dev-python/aiokafka-0.6.0[${PYTHON_USEDEP}] )
|
||||
apcupsd? ( ~dev-python/apcaccess-0.0.13[${PYTHON_USEDEP}] )
|
||||
apple_tv? ( ~dev-python/pyatv-0.10.0[${PYTHON_USEDEP}] )
|
||||
apprise? ( ~dev-python/apprise-0.9.7[${PYTHON_USEDEP}] )
|
||||
apprise? ( ~dev-python/apprise-0.9.8.3[${PYTHON_USEDEP}] )
|
||||
aquostv? ( ~dev-python/sharp_aquos_rc-0.3.2[${PYTHON_USEDEP}] )
|
||||
arcam_fmj? ( ~dev-python/arcam-fmj-0.12.0[${PYTHON_USEDEP}] )
|
||||
aruba? ( ~dev-python/pexpect-4.6.0[${PYTHON_USEDEP}] )
|
||||
asuswrt? ( ~dev-python/aioasuswrt-1.4.0[${PYTHON_USEDEP}] )
|
||||
aten_pe? ( ~dev-python/atenpdu-0.3.2[${PYTHON_USEDEP}] )
|
||||
atome? ( ~dev-python/pyAtome-0.1.1[${PYTHON_USEDEP}] )
|
||||
august? ( ~dev-python/yalexs-1.1.23[${PYTHON_USEDEP}] )
|
||||
august? ( ~dev-python/yalexs-1.1.25[${PYTHON_USEDEP}] )
|
||||
aurora_abb_powerone? ( ~dev-python/aurorapy-0.2.6[${PYTHON_USEDEP}] )
|
||||
avea? ( ~dev-python/avea-1.5.1[${PYTHON_USEDEP}] )
|
||||
avion? ( ~dev-python/avion-0.10[${PYTHON_USEDEP}] )
|
||||
@@ -176,21 +174,21 @@ RDEPEND="${RDEPEND}
|
||||
bluetooth_tracker? ( ~dev-python/bt-proximity-0.2.1[${PYTHON_USEDEP}] ~dev-python/pybluez-0.22[${PYTHON_USEDEP}] )
|
||||
bme280? ( ~dev-python/i2csense-0.0.4[${PYTHON_USEDEP}] ~dev-python/smbus-cffi-0.5.1[${PYTHON_USEDEP}] ~dev-python/bme280spi-0.2.0[${PYTHON_USEDEP}] )
|
||||
bme680? ( ~dev-python/bme680-1.0.5[${PYTHON_USEDEP}] ~dev-python/smbus-cffi-0.5.1[${PYTHON_USEDEP}] )
|
||||
bmw_connected_drive? ( ~dev-python/bimmer-connected-0.8.12[${PYTHON_USEDEP}] )
|
||||
bond? ( ~dev-python/bond-api-0.1.16[${PYTHON_USEDEP}] )
|
||||
bmw_connected_drive? ( ~dev-python/bimmer-connected-0.9.3[${PYTHON_USEDEP}] )
|
||||
bond? ( ~dev-python/bond-async-0.1.20[${PYTHON_USEDEP}] )
|
||||
braviatv? ( ~dev-python/bravia-tv-1.0.11[${PYTHON_USEDEP}] )
|
||||
broadlink? ( ~dev-python/broadlink-0.18.1[${PYTHON_USEDEP}] )
|
||||
brother? ( ~dev-python/brother-1.2.0[${PYTHON_USEDEP}] )
|
||||
broadlink? ( ~dev-python/broadlink-0.18.2[${PYTHON_USEDEP}] )
|
||||
brother? ( ~dev-python/brother-1.1.0[${PYTHON_USEDEP}] )
|
||||
brottsplatskartan? ( ~dev-python/brottsplatskartan-0.0.1[${PYTHON_USEDEP}] )
|
||||
brunt? ( ~dev-python/brunt-1.2.0[${PYTHON_USEDEP}] )
|
||||
bsblan? ( ~dev-python/bsblan-0.5.0[${PYTHON_USEDEP}] )
|
||||
bt_home_hub_5? ( ~dev-python/bthomehub5-devicelist-0.1.1[${PYTHON_USEDEP}] )
|
||||
bt_smarthub? ( ~dev-python/btsmarthub-devicelist-0.2.0[${PYTHON_USEDEP}] )
|
||||
buienradar? ( ~dev-python/buienradar-1.0.5[${PYTHON_USEDEP}] )
|
||||
caldav? ( ~dev-python/caldav-0.8.2[${PYTHON_USEDEP}] )
|
||||
caldav? ( ~dev-python/caldav-0.9.0[${PYTHON_USEDEP}] )
|
||||
camera? ( ~dev-python/PyTurboJPEG-1.6.6[${PYTHON_USEDEP}] )
|
||||
canary? ( ~dev-python/py-canary-0.5.2[${PYTHON_USEDEP}] )
|
||||
cast? ( ~dev-python/pychromecast-12.1.1[${PYTHON_USEDEP}] )
|
||||
cast? ( ~dev-python/pychromecast-12.1.3[${PYTHON_USEDEP}] )
|
||||
cisco_mobility_express? ( ~dev-python/ciscomobilityexpress-0.3.9[${PYTHON_USEDEP}] )
|
||||
cli? ( app-misc/home-assistant-cli )
|
||||
co2signal? ( ~dev-python/CO2Signal-0.4.2[${PYTHON_USEDEP}] )
|
||||
@@ -198,19 +196,19 @@ RDEPEND="${RDEPEND}
|
||||
coronavirus? ( ~dev-python/coronavirus-1.1.1[${PYTHON_USEDEP}] )
|
||||
daikin? ( ~dev-python/pydaikin-2.7.0[${PYTHON_USEDEP}] )
|
||||
darksky? ( ~dev-python/python-forecastio-1.4.0[${PYTHON_USEDEP}] )
|
||||
deconz? ( ~dev-python/pydeconz-91[${PYTHON_USEDEP}] )
|
||||
deconz? ( ~dev-python/pydeconz-92[${PYTHON_USEDEP}] )
|
||||
delijn? ( ~dev-python/pydelijn-1.0.0[${PYTHON_USEDEP}] )
|
||||
denonavr? ( ~dev-python/denonavr-0.10.11[${PYTHON_USEDEP}] )
|
||||
deutsche_bahn? ( ~dev-python/schiene-0.23[${PYTHON_USEDEP}] )
|
||||
devolo_home_control? ( ~dev-python/devolo-home-control-api-0.18.1[${PYTHON_USEDEP}] )
|
||||
devolo_home_control? ( ~dev-python/devolo-home-control-api-0.18.2[${PYTHON_USEDEP}] )
|
||||
dexcom? ( ~dev-python/pydexcom-0.2.3[${PYTHON_USEDEP}] )
|
||||
dhcp? ( ~net-analyzer/scapy-2.4.5 ~dev-python/aiodiscover-1.4.11[${PYTHON_USEDEP}] )
|
||||
dht? ( ~dev-python/adafruit-circuitpython-dht-3.7.0[${PYTHON_USEDEP}] ~dev-python/RPi-GPIO-0.7.1_alpha4[${PYTHON_USEDEP}] )
|
||||
discogs? ( ~dev-python/discogs-client-2.3.0[${PYTHON_USEDEP}] )
|
||||
discord? ( ~dev-python/nextcord-2.0.0_alpha8[${PYTHON_USEDEP}] )
|
||||
discovery? ( ~dev-python/netdisco-3.0.0[${PYTHON_USEDEP}] )
|
||||
dlna_dmr? ( ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
dlna_dms? ( ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
dlna_dmr? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
dlna_dms? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
doorbird? ( ~dev-python/DoorBirdPy-2.1.0[${PYTHON_USEDEP}] )
|
||||
dunehd? ( ~dev-python/pdunehd-1.3.2[${PYTHON_USEDEP}] )
|
||||
dwd_weather_warnings? ( ~dev-python/dwdwfsapi-1.0.5[${PYTHON_USEDEP}] )
|
||||
@@ -222,14 +220,14 @@ 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-10.8.2[${PYTHON_USEDEP}] )
|
||||
esphome? ( ~dev-python/aioesphomeapi-10.10.0[${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}] )
|
||||
fibaro? ( ~dev-python/fiblary3-0.1.8[${PYTHON_USEDEP}] )
|
||||
flume? ( ~dev-python/PyFlume-0.6.5[${PYTHON_USEDEP}] )
|
||||
flunearyou? ( ~dev-python/pyflunearyou-2.0.2[${PYTHON_USEDEP}] )
|
||||
flux_led? ( ~dev-python/flux-led-0.28.28[${PYTHON_USEDEP}] )
|
||||
flux_led? ( ~dev-python/flux-led-0.28.30[${PYTHON_USEDEP}] )
|
||||
foobot? ( ~dev-python/foobot_async-1.0.0[${PYTHON_USEDEP}] )
|
||||
forecast_solar? ( ~dev-python/forecast-solar-2.2.0[${PYTHON_USEDEP}] )
|
||||
fortios? ( ~dev-python/fortiosapi-1.0.5[${PYTHON_USEDEP}] )
|
||||
@@ -239,7 +237,6 @@ RDEPEND="${RDEPEND}
|
||||
fritzbox_callmonitor? ( ~dev-python/fritzconnection-1.8.0[${PYTHON_USEDEP}] )
|
||||
fritzbox_netmonitor? ( ~dev-python/fritzconnection-1.4.2[${PYTHON_USEDEP}] )
|
||||
fronius? ( ~dev-python/PyFronius-0.7.1[${PYTHON_USEDEP}] )
|
||||
frontend? ( ~dev-python/home-assistant-frontend-20220504.1[${PYTHON_USEDEP}] )
|
||||
garmin_connect? ( ~dev-python/garminconnect-ha-0.1.6[${PYTHON_USEDEP}] )
|
||||
gios? ( ~dev-python/gios-2.1.0[${PYTHON_USEDEP}] )
|
||||
github? ( ~dev-python/aiogithubapi-22.2.4[${PYTHON_USEDEP}] )
|
||||
@@ -272,7 +269,7 @@ RDEPEND="${RDEPEND}
|
||||
jewish_calendar? ( ~dev-python/hdate-0.10.4[${PYTHON_USEDEP}] )
|
||||
joaoapps_join? ( ~dev-python/python-join-api-0.0.9[${PYTHON_USEDEP}] )
|
||||
kef? ( ~dev-python/aiokef-0.2.16[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
|
||||
knx? ( ~dev-python/xknx-0.21.2[${PYTHON_USEDEP}] )
|
||||
knx? ( ~dev-python/xknx-0.21.3[${PYTHON_USEDEP}] )
|
||||
kodi? ( ~dev-python/pykodi-0.2.7[${PYTHON_USEDEP}] )
|
||||
kraken? ( ~dev-python/krakenex-2.1.0[${PYTHON_USEDEP}] ~dev-python/pykrakenapi-0.1.8[${PYTHON_USEDEP}] )
|
||||
lifx? ( ~dev-python/aiolifx-0.7.1[${PYTHON_USEDEP}] ~dev-python/aiolifx-effects-0.2.2[${PYTHON_USEDEP}] )
|
||||
@@ -314,8 +311,8 @@ RDEPEND="${RDEPEND}
|
||||
pilight? ( ~dev-python/pilight-0.1.1[${PYTHON_USEDEP}] )
|
||||
ping? ( ~dev-python/icmplib-3.0[${PYTHON_USEDEP}] )
|
||||
pi_hole? ( ~dev-python/hole-0.7.0[${PYTHON_USEDEP}] )
|
||||
plex? ( ~dev-python/PlexAPI-4.10.1[${PYTHON_USEDEP}] ~dev-python/plexauth-0.0.6[${PYTHON_USEDEP}] ~dev-python/plexwebsocket-0.0.13[${PYTHON_USEDEP}] )
|
||||
plugwise? ( ~dev-python/plugwise-0.17.3[${PYTHON_USEDEP}] )
|
||||
plex? ( ~dev-python/PlexAPI-4.11.2[${PYTHON_USEDEP}] ~dev-python/plexauth-0.0.6[${PYTHON_USEDEP}] ~dev-python/plexwebsocket-0.0.13[${PYTHON_USEDEP}] )
|
||||
plugwise? ( ~dev-python/plugwise-0.18.5[${PYTHON_USEDEP}] )
|
||||
poolsense? ( ~dev-python/poolsense-0.0.8[${PYTHON_USEDEP}] )
|
||||
powerwall? ( ~dev-python/tesla-powerwall-0.3.17[${PYTHON_USEDEP}] )
|
||||
ps4? ( ~dev-python/pyps4-2ndscreen-1.3.1[${PYTHON_USEDEP}] )
|
||||
@@ -325,41 +322,41 @@ RDEPEND="${RDEPEND}
|
||||
rachio? ( ~dev-python/RachioPy-1.0.3[${PYTHON_USEDEP}] )
|
||||
radio_browser? ( ~dev-python/radios-0.1.1[${PYTHON_USEDEP}] )
|
||||
rainbird? ( ~dev-python/pyrainbird-0.4.3[${PYTHON_USEDEP}] )
|
||||
rainmachine? ( ~dev-python/regenmaschine-2022.1.0[${PYTHON_USEDEP}] )
|
||||
recorder? ( ~dev-python/sqlalchemy-1.4.36[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}] )
|
||||
rainmachine? ( ~dev-python/regenmaschine-2022.5.1[${PYTHON_USEDEP}] )
|
||||
recorder? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}] )
|
||||
rejseplanen? ( ~dev-python/rjpl-0.3.6[${PYTHON_USEDEP}] )
|
||||
rest? ( ~dev-python/jsonpath-0.82[${PYTHON_USEDEP}] ~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}] )
|
||||
ring? ( ~dev-python/ring-doorbell-0.7.2[${PYTHON_USEDEP}] )
|
||||
roku? ( ~dev-python/rokuecp-0.16.0[${PYTHON_USEDEP}] )
|
||||
roomba? ( ~dev-python/roombapy-1.6.5[${PYTHON_USEDEP}] )
|
||||
roon? ( ~dev-python/roonapi-0.1.1[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] ~dev-python/samsungtvws-2.5.0[${PYTHON_USEDEP}] ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
scrape? ( ~dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] ~dev-python/samsungtvws-2.5.0[${PYTHON_USEDEP}] ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
scrape? ( ~dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}] ~dev-python/lxml-4.8.0[${PYTHON_USEDEP}] )
|
||||
season? ( ~dev-python/ephem-4.1.2[${PYTHON_USEDEP}] )
|
||||
shelly? ( ~dev-python/aioshelly-2.0.0[${PYTHON_USEDEP}] )
|
||||
shodan? ( ~dev-python/shodan-1.27.0[${PYTHON_USEDEP}] )
|
||||
signal_messenger? ( ~dev-python/pysignalclirestapi-0.3.18[${PYTHON_USEDEP}] )
|
||||
simplisafe? ( ~dev-python/simplisafe-python-2022.5.0[${PYTHON_USEDEP}] )
|
||||
simplisafe? ( ~dev-python/simplisafe-python-2022.5.2[${PYTHON_USEDEP}] )
|
||||
skybell? ( ~dev-python/skybellpy-0.6.3[${PYTHON_USEDEP}] )
|
||||
sma? ( ~dev-python/pysma-0.6.11[${PYTHON_USEDEP}] )
|
||||
smappee? ( ~dev-python/pysmappee-0.2.29[${PYTHON_USEDEP}] )
|
||||
smarthab? ( ~dev-python/SmartHab-0.21[${PYTHON_USEDEP}] )
|
||||
smartthings? ( ~dev-python/pysmartapp-0.3.3[${PYTHON_USEDEP}] ~dev-python/pysmartthings-0.7.6[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmplib-5.0.10[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmp-4.4.12[${PYTHON_USEDEP}] )
|
||||
socat? ( net-misc/socat )
|
||||
solax? ( ~dev-python/solax-0.2.9[${PYTHON_USEDEP}] )
|
||||
somfy? ( ~dev-python/pymfy-0.11.0[${PYTHON_USEDEP}] )
|
||||
sonos? ( ~dev-python/soco-0.27.1[${PYTHON_USEDEP}] )
|
||||
speedtestdotnet? ( ~net-analyzer/speedtest-cli-2.1.3[${PYTHON_USEDEP}] )
|
||||
spotify? ( ~dev-python/spotipy-2.19.0[${PYTHON_USEDEP}] )
|
||||
sql? ( ~dev-python/sqlalchemy-1.4.36[${PYTHON_USEDEP}] )
|
||||
sql? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] )
|
||||
squeezebox? ( ~dev-python/pysqueezebox-0.5.5[${PYTHON_USEDEP}] )
|
||||
ssl? ( dev-libs/openssl app-crypt/certbot net-proxy/haproxy )
|
||||
statsd? ( ~dev-python/statsd-3.2.1[${PYTHON_USEDEP}] )
|
||||
synology_dsm? ( ~dev-python/py-synologydsm-api-1.0.8[${PYTHON_USEDEP}] )
|
||||
systemmonitor? ( ~dev-python/psutil-5.9.0[${PYTHON_USEDEP}] )
|
||||
tankerkoenig? ( ~dev-python/pytankerkoenig-0.0.6[${PYTHON_USEDEP}] )
|
||||
tasmota? ( ~dev-python/HATasmota-0.4.1[${PYTHON_USEDEP}] )
|
||||
tasmota? ( ~dev-python/HATasmota-0.5.1[${PYTHON_USEDEP}] )
|
||||
tellduslive? ( ~dev-python/tellduslive-0.10.11[${PYTHON_USEDEP}] )
|
||||
tesla? ( ~dev-python/teslajsonpy-0.18.3[${PYTHON_USEDEP}] )
|
||||
tile? ( ~dev-python/pytile-2022.2.0[${PYTHON_USEDEP}] )
|
||||
@@ -370,20 +367,20 @@ RDEPEND="${RDEPEND}
|
||||
tuya? ( ~dev-python/tuya-iot-py-sdk-0.6.6[${PYTHON_USEDEP}] )
|
||||
unifi? ( ~dev-python/aiounifi-31[${PYTHON_USEDEP}] )
|
||||
unifi_direct? ( ~dev-python/pexpect-4.6.0[${PYTHON_USEDEP}] )
|
||||
upnp? ( ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
|
||||
upnp? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
|
||||
utility_meter? ( ~dev-python/croniter-1.0.6[${PYTHON_USEDEP}] )
|
||||
vallox? ( ~dev-python/vallox-websocket-api-2.11.0[${PYTHON_USEDEP}] )
|
||||
velbus? ( ~dev-python/velbus-aio-2022.2.4[${PYTHON_USEDEP}] )
|
||||
velbus? ( ~dev-python/velbus-aio-2022.5.1[${PYTHON_USEDEP}] )
|
||||
velux? ( ~dev-python/pyvlx-0.2.19[${PYTHON_USEDEP}] )
|
||||
vera? ( ~dev-python/pyvera-0.3.13[${PYTHON_USEDEP}] )
|
||||
version? ( ~dev-python/pyhaversion-22.4.1[${PYTHON_USEDEP}] )
|
||||
vicare? ( ~dev-python/PyViCare-2.16.1[${PYTHON_USEDEP}] )
|
||||
vicare? ( ~dev-python/PyViCare-2.16.2[${PYTHON_USEDEP}] )
|
||||
vizio? ( ~dev-python/pyvizio-0.1.57[${PYTHON_USEDEP}] )
|
||||
wake_on_lan? ( ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] )
|
||||
waqi? ( ~dev-python/waqiasync-1.0.0[${PYTHON_USEDEP}] )
|
||||
waze_travel_time? ( ~dev-python/WazeRouteCalculator-0.14[${PYTHON_USEDEP}] )
|
||||
webostv? ( ~dev-python/aiowebostv-0.2.0[${PYTHON_USEDEP}] )
|
||||
wemo? ( ~dev-python/pywemo-0.7.0[${PYTHON_USEDEP}] )
|
||||
wemo? ( ~dev-python/pywemo-0.8.1[${PYTHON_USEDEP}] )
|
||||
whois? ( ~dev-python/whois-0.9.13[${PYTHON_USEDEP}] )
|
||||
wink? ( ~dev-python/pubnubsub-handler-1.0.9[${PYTHON_USEDEP}] ~dev-python/python-wink-1.10.5[${PYTHON_USEDEP}] )
|
||||
withings? ( ~dev-python/withings-api-2.4.0[${PYTHON_USEDEP}] )
|
||||
@@ -396,26 +393,26 @@ RDEPEND="${RDEPEND}
|
||||
xs1? ( ~dev-python/xs1-api-client-3.0.0[${PYTHON_USEDEP}] )
|
||||
yamaha? ( ~dev-python/rxv-0.7.0[${PYTHON_USEDEP}] )
|
||||
yamaha_musiccast? ( ~dev-python/aiomusiccast-0.14.3[${PYTHON_USEDEP}] )
|
||||
yeelight? ( ~dev-python/yeelight-0.7.10[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
yeelight? ( ~dev-python/yeelight-0.7.10[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
yi? ( ~dev-python/aioftp-0.12.0[${PYTHON_USEDEP}] )
|
||||
zeroconf? ( ~dev-python/zeroconf-0.38.5[${PYTHON_USEDEP}] )
|
||||
zeroconf? ( ~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}] )
|
||||
zerproc? ( ~dev-python/pyzerproc-0.4.8[${PYTHON_USEDEP}] )
|
||||
zha? ( ~dev-python/bellows-0.29.0[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.73[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.16.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.45.1[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.7.4[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.7.0[${PYTHON_USEDEP}] )
|
||||
zha? ( ~dev-python/bellows-0.30.0[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.75[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.16.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.45.1[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.7.4[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.7.0[${PYTHON_USEDEP}] )
|
||||
zhong_hong? ( ~dev-python/zhong-hong-hvac-1.0.9[${PYTHON_USEDEP}] )
|
||||
zoneminder? ( ~dev-python/zm-py-0.5.2[${PYTHON_USEDEP}] )
|
||||
zwave_js? ( ~dev-python/zwave-js-server-python-0.36.1[${PYTHON_USEDEP}] )"
|
||||
zwave_js? ( ~dev-python/zwave-js-server-python-0.37.1[${PYTHON_USEDEP}] )"
|
||||
|
||||
BDEPEND="${RDEPEND}
|
||||
test? (
|
||||
~dev-python/codecov-2.1.12[${PYTHON_USEDEP}]
|
||||
~dev-python/coverage-6.3.2[${PYTHON_USEDEP}]
|
||||
~dev-python/coverage-6.4[${PYTHON_USEDEP}]
|
||||
~dev-python/freezegun-1.2.1[${PYTHON_USEDEP}]
|
||||
~dev-python/mock-open-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/mypy-0.942[${PYTHON_USEDEP}]
|
||||
~dev-python/mypy-0.960[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
~dev-vcs/pre-commit-2.17.0
|
||||
~dev-vcs/pre-commit-2.19.0
|
||||
~dev-python/pylint-strict-informational-0.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pylint-2.13.7[${PYTHON_USEDEP}]
|
||||
~dev-python/pylint-2.13.9[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-cov-3.0.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-freezegun-0.4.2[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-socket-0.5.1[${PYTHON_USEDEP}]
|
||||
@@ -475,3 +472,5 @@ python_install_all() {
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 readme.gentoo-r1 systemd
|
||||
|
||||
MY_PN=homeassistant
|
||||
@@ -26,9 +26,8 @@ HOMEPAGE="https://home-assistant.io/ https://git.edevau.net/onkelbeh/HomeAssista
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="amd64 arm arm64 x86 amd64-linux x86-linux"
|
||||
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_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 flume flunearyou flux_led foobot forecast_solar fortios freebox fritz fritzbox fritzbox_callmonitor fritzbox_netmonitor fronius +frontend 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 maxcube media_extractor meteo_france mfi miflora mikrotik mitemp_bt +mobile_app +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"
|
||||
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_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 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 maxcube media_extractor meteo_france mfi miflora mikrotik mitemp_bt +mobile_app +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
|
||||
@@ -38,7 +37,6 @@ RDEPEND="${PYTHON_DEPS} acct-group/${MY_PN} acct-user/${MY_PN}
|
||||
dev-db/sqlite
|
||||
dev-libs/libfastjson
|
||||
>=dev-libs/xerces-c-3.1.4-r1"
|
||||
|
||||
# make sure no conflicting main Ebuild is installed
|
||||
RDEPEND="${RDEPEND}
|
||||
!app-misc/homeassistant-min
|
||||
@@ -50,14 +48,14 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/aiodiscover-1.4.11[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
|
||||
~dev-python/anyio-3.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/anyio-3.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/astral-2.2[${PYTHON_USEDEP}]
|
||||
~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}]
|
||||
~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}]
|
||||
~dev-python/async_timeout-4.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/attrs-21.2.0[${PYTHON_USEDEP}]
|
||||
<dev-python/Authlib-1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/awesomeversion-22.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/awesomeversion-22.5.2[${PYTHON_USEDEP}]
|
||||
<dev-python/backoff-2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/bcrypt-3.1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/btlewrap-0.0.10[${PYTHON_USEDEP}]
|
||||
@@ -65,25 +63,26 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/ciso8601-2.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/cryptography-36.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-status-1.45.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-1.45.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-status-1.46.1[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-1.46.1[${PYTHON_USEDEP}]
|
||||
~dev-python/h11-0.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/hass-nabucasa-0.54.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220504.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.14.7[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220601.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.15.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpx-0.22.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/jinja-3.1.1[${PYTHON_USEDEP}]
|
||||
~dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
|
||||
~dev-python/libcst-0.3.23[${PYTHON_USEDEP}]
|
||||
~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-6.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-9.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-9.1.1[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
>=dev-python/pycryptodome-3.6.6[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-2.3.0[${PYTHON_USEDEP}]
|
||||
!~dev-python/pydantic-1.9.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyserial-3.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-engineio-3.13.1[${PYTHON_USEDEP}]
|
||||
@@ -96,14 +95,14 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/regex-2021.8.28[${PYTHON_USEDEP}]
|
||||
~dev-python/requests-2.27.1[${PYTHON_USEDEP}]
|
||||
~net-analyzer/scapy-2.4.5
|
||||
~dev-python/sqlalchemy-1.4.36[${PYTHON_USEDEP}]
|
||||
~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-3.10.0.2[${PYTHON_USEDEP}]
|
||||
<dev-python/typing-extensions-5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/urllib3-1.26.5[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-serialize-2.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-0.13.1[${PYTHON_USEDEP}]
|
||||
~dev-python/yarl-1.7.2[${PYTHON_USEDEP}]
|
||||
~dev-python/zeroconf-0.38.5[${PYTHON_USEDEP}]"
|
||||
~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}]"
|
||||
|
||||
# unknown origin, still something to clean up here
|
||||
# some moved to suggested USE Flags
|
||||
@@ -119,7 +118,6 @@ RDEPEND="${RDEPEND}
|
||||
dev-python/pycparser[${PYTHON_USEDEP}]
|
||||
>=dev-python/websocket-client-0.57.0[${PYTHON_USEDEP}]
|
||||
~media-libs/mutagen-1.45.1"
|
||||
|
||||
# Module requirements from useflags
|
||||
RDEPEND="${RDEPEND}
|
||||
abode? ( ~dev-python/abodepy-1.2.0[${PYTHON_USEDEP}] )
|
||||
@@ -147,14 +145,14 @@ RDEPEND="${RDEPEND}
|
||||
apache_kafka? ( ~dev-python/aiokafka-0.6.0[${PYTHON_USEDEP}] )
|
||||
apcupsd? ( ~dev-python/apcaccess-0.0.13[${PYTHON_USEDEP}] )
|
||||
apple_tv? ( ~dev-python/pyatv-0.10.0[${PYTHON_USEDEP}] )
|
||||
apprise? ( ~dev-python/apprise-0.9.7[${PYTHON_USEDEP}] )
|
||||
apprise? ( ~dev-python/apprise-0.9.8.3[${PYTHON_USEDEP}] )
|
||||
aquostv? ( ~dev-python/sharp_aquos_rc-0.3.2[${PYTHON_USEDEP}] )
|
||||
arcam_fmj? ( ~dev-python/arcam-fmj-0.12.0[${PYTHON_USEDEP}] )
|
||||
aruba? ( ~dev-python/pexpect-4.6.0[${PYTHON_USEDEP}] )
|
||||
asuswrt? ( ~dev-python/aioasuswrt-1.4.0[${PYTHON_USEDEP}] )
|
||||
aten_pe? ( ~dev-python/atenpdu-0.3.2[${PYTHON_USEDEP}] )
|
||||
atome? ( ~dev-python/pyAtome-0.1.1[${PYTHON_USEDEP}] )
|
||||
august? ( ~dev-python/yalexs-1.1.23[${PYTHON_USEDEP}] )
|
||||
august? ( ~dev-python/yalexs-1.1.25[${PYTHON_USEDEP}] )
|
||||
aurora_abb_powerone? ( ~dev-python/aurorapy-0.2.6[${PYTHON_USEDEP}] )
|
||||
avea? ( ~dev-python/avea-1.5.1[${PYTHON_USEDEP}] )
|
||||
avion? ( ~dev-python/avion-0.10[${PYTHON_USEDEP}] )
|
||||
@@ -176,21 +174,21 @@ RDEPEND="${RDEPEND}
|
||||
bluetooth_tracker? ( ~dev-python/bt-proximity-0.2.1[${PYTHON_USEDEP}] ~dev-python/pybluez-0.22[${PYTHON_USEDEP}] )
|
||||
bme280? ( ~dev-python/i2csense-0.0.4[${PYTHON_USEDEP}] ~dev-python/smbus-cffi-0.5.1[${PYTHON_USEDEP}] ~dev-python/bme280spi-0.2.0[${PYTHON_USEDEP}] )
|
||||
bme680? ( ~dev-python/bme680-1.0.5[${PYTHON_USEDEP}] ~dev-python/smbus-cffi-0.5.1[${PYTHON_USEDEP}] )
|
||||
bmw_connected_drive? ( ~dev-python/bimmer-connected-0.8.12[${PYTHON_USEDEP}] )
|
||||
bond? ( ~dev-python/bond-api-0.1.16[${PYTHON_USEDEP}] )
|
||||
bmw_connected_drive? ( ~dev-python/bimmer-connected-0.9.3[${PYTHON_USEDEP}] )
|
||||
bond? ( ~dev-python/bond-async-0.1.20[${PYTHON_USEDEP}] )
|
||||
braviatv? ( ~dev-python/bravia-tv-1.0.11[${PYTHON_USEDEP}] )
|
||||
broadlink? ( ~dev-python/broadlink-0.18.1[${PYTHON_USEDEP}] )
|
||||
brother? ( ~dev-python/brother-1.2.0[${PYTHON_USEDEP}] )
|
||||
broadlink? ( ~dev-python/broadlink-0.18.2[${PYTHON_USEDEP}] )
|
||||
brother? ( ~dev-python/brother-1.1.0[${PYTHON_USEDEP}] )
|
||||
brottsplatskartan? ( ~dev-python/brottsplatskartan-0.0.1[${PYTHON_USEDEP}] )
|
||||
brunt? ( ~dev-python/brunt-1.2.0[${PYTHON_USEDEP}] )
|
||||
bsblan? ( ~dev-python/bsblan-0.5.0[${PYTHON_USEDEP}] )
|
||||
bt_home_hub_5? ( ~dev-python/bthomehub5-devicelist-0.1.1[${PYTHON_USEDEP}] )
|
||||
bt_smarthub? ( ~dev-python/btsmarthub-devicelist-0.2.0[${PYTHON_USEDEP}] )
|
||||
buienradar? ( ~dev-python/buienradar-1.0.5[${PYTHON_USEDEP}] )
|
||||
caldav? ( ~dev-python/caldav-0.8.2[${PYTHON_USEDEP}] )
|
||||
caldav? ( ~dev-python/caldav-0.9.0[${PYTHON_USEDEP}] )
|
||||
camera? ( ~dev-python/PyTurboJPEG-1.6.6[${PYTHON_USEDEP}] )
|
||||
canary? ( ~dev-python/py-canary-0.5.1[${PYTHON_USEDEP}] )
|
||||
cast? ( ~dev-python/pychromecast-12.1.1[${PYTHON_USEDEP}] )
|
||||
canary? ( ~dev-python/py-canary-0.5.2[${PYTHON_USEDEP}] )
|
||||
cast? ( ~dev-python/pychromecast-12.1.3[${PYTHON_USEDEP}] )
|
||||
cisco_mobility_express? ( ~dev-python/ciscomobilityexpress-0.3.9[${PYTHON_USEDEP}] )
|
||||
cli? ( app-misc/home-assistant-cli )
|
||||
co2signal? ( ~dev-python/CO2Signal-0.4.2[${PYTHON_USEDEP}] )
|
||||
@@ -198,19 +196,19 @@ RDEPEND="${RDEPEND}
|
||||
coronavirus? ( ~dev-python/coronavirus-1.1.1[${PYTHON_USEDEP}] )
|
||||
daikin? ( ~dev-python/pydaikin-2.7.0[${PYTHON_USEDEP}] )
|
||||
darksky? ( ~dev-python/python-forecastio-1.4.0[${PYTHON_USEDEP}] )
|
||||
deconz? ( ~dev-python/pydeconz-91[${PYTHON_USEDEP}] )
|
||||
deconz? ( ~dev-python/pydeconz-92[${PYTHON_USEDEP}] )
|
||||
delijn? ( ~dev-python/pydelijn-1.0.0[${PYTHON_USEDEP}] )
|
||||
denonavr? ( ~dev-python/denonavr-0.10.11[${PYTHON_USEDEP}] )
|
||||
deutsche_bahn? ( ~dev-python/schiene-0.23[${PYTHON_USEDEP}] )
|
||||
devolo_home_control? ( ~dev-python/devolo-home-control-api-0.18.1[${PYTHON_USEDEP}] )
|
||||
devolo_home_control? ( ~dev-python/devolo-home-control-api-0.18.2[${PYTHON_USEDEP}] )
|
||||
dexcom? ( ~dev-python/pydexcom-0.2.3[${PYTHON_USEDEP}] )
|
||||
dhcp? ( ~net-analyzer/scapy-2.4.5 ~dev-python/aiodiscover-1.4.11[${PYTHON_USEDEP}] )
|
||||
dht? ( ~dev-python/adafruit-circuitpython-dht-3.7.0[${PYTHON_USEDEP}] ~dev-python/RPi-GPIO-0.7.1_alpha4[${PYTHON_USEDEP}] )
|
||||
discogs? ( ~dev-python/discogs-client-2.3.0[${PYTHON_USEDEP}] )
|
||||
discord? ( ~dev-python/nextcord-2.0.0_alpha8[${PYTHON_USEDEP}] )
|
||||
discovery? ( ~dev-python/netdisco-3.0.0[${PYTHON_USEDEP}] )
|
||||
dlna_dmr? ( ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
dlna_dms? ( ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
dlna_dmr? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
dlna_dms? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
doorbird? ( ~dev-python/DoorBirdPy-2.1.0[${PYTHON_USEDEP}] )
|
||||
dunehd? ( ~dev-python/pdunehd-1.3.2[${PYTHON_USEDEP}] )
|
||||
dwd_weather_warnings? ( ~dev-python/dwdwfsapi-1.0.5[${PYTHON_USEDEP}] )
|
||||
@@ -222,14 +220,14 @@ 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-10.8.2[${PYTHON_USEDEP}] )
|
||||
esphome? ( ~dev-python/aioesphomeapi-10.10.0[${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}] )
|
||||
fibaro? ( ~dev-python/fiblary3-0.1.8[${PYTHON_USEDEP}] )
|
||||
flume? ( ~dev-python/PyFlume-0.6.5[${PYTHON_USEDEP}] )
|
||||
flunearyou? ( ~dev-python/pyflunearyou-2.0.2[${PYTHON_USEDEP}] )
|
||||
flux_led? ( ~dev-python/flux-led-0.28.28[${PYTHON_USEDEP}] )
|
||||
flux_led? ( ~dev-python/flux-led-0.28.30[${PYTHON_USEDEP}] )
|
||||
foobot? ( ~dev-python/foobot_async-1.0.0[${PYTHON_USEDEP}] )
|
||||
forecast_solar? ( ~dev-python/forecast-solar-2.2.0[${PYTHON_USEDEP}] )
|
||||
fortios? ( ~dev-python/fortiosapi-1.0.5[${PYTHON_USEDEP}] )
|
||||
@@ -239,7 +237,6 @@ RDEPEND="${RDEPEND}
|
||||
fritzbox_callmonitor? ( ~dev-python/fritzconnection-1.8.0[${PYTHON_USEDEP}] )
|
||||
fritzbox_netmonitor? ( ~dev-python/fritzconnection-1.4.2[${PYTHON_USEDEP}] )
|
||||
fronius? ( ~dev-python/PyFronius-0.7.1[${PYTHON_USEDEP}] )
|
||||
frontend? ( ~dev-python/home-assistant-frontend-20220504.0[${PYTHON_USEDEP}] )
|
||||
garmin_connect? ( ~dev-python/garminconnect-ha-0.1.6[${PYTHON_USEDEP}] )
|
||||
gios? ( ~dev-python/gios-2.1.0[${PYTHON_USEDEP}] )
|
||||
github? ( ~dev-python/aiogithubapi-22.2.4[${PYTHON_USEDEP}] )
|
||||
@@ -272,7 +269,7 @@ RDEPEND="${RDEPEND}
|
||||
jewish_calendar? ( ~dev-python/hdate-0.10.4[${PYTHON_USEDEP}] )
|
||||
joaoapps_join? ( ~dev-python/python-join-api-0.0.9[${PYTHON_USEDEP}] )
|
||||
kef? ( ~dev-python/aiokef-0.2.16[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
|
||||
knx? ( ~dev-python/xknx-0.21.2[${PYTHON_USEDEP}] )
|
||||
knx? ( ~dev-python/xknx-0.21.3[${PYTHON_USEDEP}] )
|
||||
kodi? ( ~dev-python/pykodi-0.2.7[${PYTHON_USEDEP}] )
|
||||
kraken? ( ~dev-python/krakenex-2.1.0[${PYTHON_USEDEP}] ~dev-python/pykrakenapi-0.1.8[${PYTHON_USEDEP}] )
|
||||
lifx? ( ~dev-python/aiolifx-0.7.1[${PYTHON_USEDEP}] ~dev-python/aiolifx-effects-0.2.2[${PYTHON_USEDEP}] )
|
||||
@@ -314,8 +311,8 @@ RDEPEND="${RDEPEND}
|
||||
pilight? ( ~dev-python/pilight-0.1.1[${PYTHON_USEDEP}] )
|
||||
ping? ( ~dev-python/icmplib-3.0[${PYTHON_USEDEP}] )
|
||||
pi_hole? ( ~dev-python/hole-0.7.0[${PYTHON_USEDEP}] )
|
||||
plex? ( ~dev-python/PlexAPI-4.10.1[${PYTHON_USEDEP}] ~dev-python/plexauth-0.0.6[${PYTHON_USEDEP}] ~dev-python/plexwebsocket-0.0.13[${PYTHON_USEDEP}] )
|
||||
plugwise? ( ~dev-python/plugwise-0.17.3[${PYTHON_USEDEP}] )
|
||||
plex? ( ~dev-python/PlexAPI-4.11.2[${PYTHON_USEDEP}] ~dev-python/plexauth-0.0.6[${PYTHON_USEDEP}] ~dev-python/plexwebsocket-0.0.13[${PYTHON_USEDEP}] )
|
||||
plugwise? ( ~dev-python/plugwise-0.18.5[${PYTHON_USEDEP}] )
|
||||
poolsense? ( ~dev-python/poolsense-0.0.8[${PYTHON_USEDEP}] )
|
||||
powerwall? ( ~dev-python/tesla-powerwall-0.3.17[${PYTHON_USEDEP}] )
|
||||
ps4? ( ~dev-python/pyps4-2ndscreen-1.3.1[${PYTHON_USEDEP}] )
|
||||
@@ -325,65 +322,65 @@ RDEPEND="${RDEPEND}
|
||||
rachio? ( ~dev-python/RachioPy-1.0.3[${PYTHON_USEDEP}] )
|
||||
radio_browser? ( ~dev-python/radios-0.1.1[${PYTHON_USEDEP}] )
|
||||
rainbird? ( ~dev-python/pyrainbird-0.4.3[${PYTHON_USEDEP}] )
|
||||
rainmachine? ( ~dev-python/regenmaschine-2022.1.0[${PYTHON_USEDEP}] )
|
||||
recorder? ( ~dev-python/sqlalchemy-1.4.36[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}] )
|
||||
rainmachine? ( ~dev-python/regenmaschine-2022.5.1[${PYTHON_USEDEP}] )
|
||||
recorder? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}] )
|
||||
rejseplanen? ( ~dev-python/rjpl-0.3.6[${PYTHON_USEDEP}] )
|
||||
rest? ( ~dev-python/jsonpath-0.82[${PYTHON_USEDEP}] ~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}] )
|
||||
ring? ( ~dev-python/ring-doorbell-0.7.2[${PYTHON_USEDEP}] )
|
||||
roku? ( ~dev-python/rokuecp-0.16.0[${PYTHON_USEDEP}] )
|
||||
roomba? ( ~dev-python/roombapy-1.6.5[${PYTHON_USEDEP}] )
|
||||
roon? ( ~dev-python/roonapi-0.1.1[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] ~dev-python/samsungtvws-2.5.0[${PYTHON_USEDEP}] ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
scrape? ( ~dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] ~dev-python/samsungtvws-2.5.0[${PYTHON_USEDEP}] ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
scrape? ( ~dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}] ~dev-python/lxml-4.8.0[${PYTHON_USEDEP}] )
|
||||
season? ( ~dev-python/ephem-4.1.2[${PYTHON_USEDEP}] )
|
||||
shelly? ( ~dev-python/aioshelly-2.0.0[${PYTHON_USEDEP}] )
|
||||
shodan? ( ~dev-python/shodan-1.27.0[${PYTHON_USEDEP}] )
|
||||
signal_messenger? ( ~dev-python/pysignalclirestapi-0.3.18[${PYTHON_USEDEP}] )
|
||||
simplisafe? ( ~dev-python/simplisafe-python-2022.5.0[${PYTHON_USEDEP}] )
|
||||
simplisafe? ( ~dev-python/simplisafe-python-2022.5.2[${PYTHON_USEDEP}] )
|
||||
skybell? ( ~dev-python/skybellpy-0.6.3[${PYTHON_USEDEP}] )
|
||||
sma? ( ~dev-python/pysma-0.6.11[${PYTHON_USEDEP}] )
|
||||
smappee? ( ~dev-python/pysmappee-0.2.29[${PYTHON_USEDEP}] )
|
||||
smarthab? ( ~dev-python/SmartHab-0.21[${PYTHON_USEDEP}] )
|
||||
smartthings? ( ~dev-python/pysmartapp-0.3.3[${PYTHON_USEDEP}] ~dev-python/pysmartthings-0.7.6[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmplib-5.0.10[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmp-4.4.12[${PYTHON_USEDEP}] )
|
||||
socat? ( net-misc/socat )
|
||||
solax? ( ~dev-python/solax-0.2.9[${PYTHON_USEDEP}] )
|
||||
somfy? ( ~dev-python/pymfy-0.11.0[${PYTHON_USEDEP}] )
|
||||
sonos? ( ~dev-python/soco-0.27.1[${PYTHON_USEDEP}] )
|
||||
speedtestdotnet? ( ~net-analyzer/speedtest-cli-2.1.3[${PYTHON_USEDEP}] )
|
||||
spotify? ( ~dev-python/spotipy-2.19.0[${PYTHON_USEDEP}] )
|
||||
sql? ( ~dev-python/sqlalchemy-1.4.36[${PYTHON_USEDEP}] )
|
||||
sql? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] )
|
||||
squeezebox? ( ~dev-python/pysqueezebox-0.5.5[${PYTHON_USEDEP}] )
|
||||
ssl? ( dev-libs/openssl app-crypt/certbot net-proxy/haproxy )
|
||||
statsd? ( ~dev-python/statsd-3.2.1[${PYTHON_USEDEP}] )
|
||||
synology_dsm? ( ~dev-python/py-synologydsm-api-1.0.8[${PYTHON_USEDEP}] )
|
||||
systemmonitor? ( ~dev-python/psutil-5.9.0[${PYTHON_USEDEP}] )
|
||||
tankerkoenig? ( ~dev-python/pytankerkoenig-0.0.6[${PYTHON_USEDEP}] )
|
||||
tasmota? ( ~dev-python/HATasmota-0.4.1[${PYTHON_USEDEP}] )
|
||||
tasmota? ( ~dev-python/HATasmota-0.5.1[${PYTHON_USEDEP}] )
|
||||
tellduslive? ( ~dev-python/tellduslive-0.10.11[${PYTHON_USEDEP}] )
|
||||
tesla? ( ~dev-python/teslajsonpy-0.18.3[${PYTHON_USEDEP}] )
|
||||
tile? ( ~dev-python/pytile-2022.2.0[${PYTHON_USEDEP}] )
|
||||
tomorrowio? ( ~dev-python/pytomorrowio-0.3.3[${PYTHON_USEDEP}] )
|
||||
toon? ( ~dev-python/toonapi-0.2.1[${PYTHON_USEDEP}] )
|
||||
totalconnect? ( ~dev-python/total-connect-client-2022.3[${PYTHON_USEDEP}] )
|
||||
totalconnect? ( ~dev-python/total-connect-client-2022.5[${PYTHON_USEDEP}] )
|
||||
tplink? ( ~dev-python/python-kasa-0.5.0[${PYTHON_USEDEP}] )
|
||||
tuya? ( ~dev-python/tuya-iot-py-sdk-0.6.6[${PYTHON_USEDEP}] )
|
||||
unifi? ( ~dev-python/aiounifi-31[${PYTHON_USEDEP}] )
|
||||
unifi_direct? ( ~dev-python/pexpect-4.6.0[${PYTHON_USEDEP}] )
|
||||
upnp? ( ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
|
||||
upnp? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
|
||||
utility_meter? ( ~dev-python/croniter-1.0.6[${PYTHON_USEDEP}] )
|
||||
vallox? ( ~dev-python/vallox-websocket-api-2.11.0[${PYTHON_USEDEP}] )
|
||||
velbus? ( ~dev-python/velbus-aio-2022.2.4[${PYTHON_USEDEP}] )
|
||||
velbus? ( ~dev-python/velbus-aio-2022.5.1[${PYTHON_USEDEP}] )
|
||||
velux? ( ~dev-python/pyvlx-0.2.19[${PYTHON_USEDEP}] )
|
||||
vera? ( ~dev-python/pyvera-0.3.13[${PYTHON_USEDEP}] )
|
||||
version? ( ~dev-python/pyhaversion-22.4.1[${PYTHON_USEDEP}] )
|
||||
vicare? ( ~dev-python/PyViCare-2.16.1[${PYTHON_USEDEP}] )
|
||||
vicare? ( ~dev-python/PyViCare-2.16.2[${PYTHON_USEDEP}] )
|
||||
vizio? ( ~dev-python/pyvizio-0.1.57[${PYTHON_USEDEP}] )
|
||||
wake_on_lan? ( ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] )
|
||||
waqi? ( ~dev-python/waqiasync-1.0.0[${PYTHON_USEDEP}] )
|
||||
waze_travel_time? ( ~dev-python/WazeRouteCalculator-0.14[${PYTHON_USEDEP}] )
|
||||
webostv? ( ~dev-python/aiowebostv-0.2.0[${PYTHON_USEDEP}] )
|
||||
wemo? ( ~dev-python/pywemo-0.7.0[${PYTHON_USEDEP}] )
|
||||
wemo? ( ~dev-python/pywemo-0.8.1[${PYTHON_USEDEP}] )
|
||||
whois? ( ~dev-python/whois-0.9.13[${PYTHON_USEDEP}] )
|
||||
wink? ( ~dev-python/pubnubsub-handler-1.0.9[${PYTHON_USEDEP}] ~dev-python/python-wink-1.10.5[${PYTHON_USEDEP}] )
|
||||
withings? ( ~dev-python/withings-api-2.4.0[${PYTHON_USEDEP}] )
|
||||
@@ -396,26 +393,26 @@ RDEPEND="${RDEPEND}
|
||||
xs1? ( ~dev-python/xs1-api-client-3.0.0[${PYTHON_USEDEP}] )
|
||||
yamaha? ( ~dev-python/rxv-0.7.0[${PYTHON_USEDEP}] )
|
||||
yamaha_musiccast? ( ~dev-python/aiomusiccast-0.14.3[${PYTHON_USEDEP}] )
|
||||
yeelight? ( ~dev-python/yeelight-0.7.10[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
yeelight? ( ~dev-python/yeelight-0.7.10[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
yi? ( ~dev-python/aioftp-0.12.0[${PYTHON_USEDEP}] )
|
||||
zeroconf? ( ~dev-python/zeroconf-0.38.5[${PYTHON_USEDEP}] )
|
||||
zeroconf? ( ~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}] )
|
||||
zerproc? ( ~dev-python/pyzerproc-0.4.8[${PYTHON_USEDEP}] )
|
||||
zha? ( ~dev-python/bellows-0.29.0[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.73[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.16.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.45.1[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.7.4[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.7.0[${PYTHON_USEDEP}] )
|
||||
zha? ( ~dev-python/bellows-0.30.0[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.75[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.16.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.45.1[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.7.4[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.7.0[${PYTHON_USEDEP}] )
|
||||
zhong_hong? ( ~dev-python/zhong-hong-hvac-1.0.9[${PYTHON_USEDEP}] )
|
||||
zoneminder? ( ~dev-python/zm-py-0.5.2[${PYTHON_USEDEP}] )
|
||||
zwave_js? ( ~dev-python/zwave-js-server-python-0.36.1[${PYTHON_USEDEP}] )"
|
||||
zwave_js? ( ~dev-python/zwave-js-server-python-0.37.1[${PYTHON_USEDEP}] )"
|
||||
|
||||
BDEPEND="${RDEPEND}
|
||||
test? (
|
||||
~dev-python/codecov-2.1.12[${PYTHON_USEDEP}]
|
||||
~dev-python/coverage-6.3.2[${PYTHON_USEDEP}]
|
||||
~dev-python/coverage-6.4[${PYTHON_USEDEP}]
|
||||
~dev-python/freezegun-1.2.1[${PYTHON_USEDEP}]
|
||||
~dev-python/mock-open-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/mypy-0.942[${PYTHON_USEDEP}]
|
||||
~dev-python/mypy-0.960[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
~dev-vcs/pre-commit-2.17.0
|
||||
~dev-vcs/pre-commit-2.19.0
|
||||
~dev-python/pylint-strict-informational-0.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pylint-2.13.7[${PYTHON_USEDEP}]
|
||||
~dev-python/pylint-2.13.9[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-cov-3.0.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-freezegun-0.4.2[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-socket-0.5.1[${PYTHON_USEDEP}]
|
||||
@@ -475,3 +472,5 @@ python_install_all() {
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 readme.gentoo-r1 systemd
|
||||
|
||||
MY_PN=homeassistant
|
||||
@@ -26,9 +26,8 @@ HOMEPAGE="https://home-assistant.io/ https://git.edevau.net/onkelbeh/HomeAssista
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="amd64 arm arm64 x86 amd64-linux x86-linux"
|
||||
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_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 flume flunearyou flux_led foobot forecast_solar fortios freebox fritz fritzbox fritzbox_callmonitor fritzbox_netmonitor fronius +frontend 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 maxcube media_extractor meteo_france mfi miflora mikrotik mitemp_bt +mobile_app +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"
|
||||
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_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 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 maxcube media_extractor meteo_france mfi miflora mikrotik mitemp_bt +mobile_app +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
|
||||
@@ -38,7 +37,6 @@ RDEPEND="${PYTHON_DEPS} acct-group/${MY_PN} acct-user/${MY_PN}
|
||||
dev-db/sqlite
|
||||
dev-libs/libfastjson
|
||||
>=dev-libs/xerces-c-3.1.4-r1"
|
||||
|
||||
# make sure no conflicting main Ebuild is installed
|
||||
RDEPEND="${RDEPEND}
|
||||
!app-misc/homeassistant-min
|
||||
@@ -50,14 +48,14 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/aiodiscover-1.4.11[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
|
||||
~dev-python/anyio-3.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/anyio-3.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/astral-2.2[${PYTHON_USEDEP}]
|
||||
~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}]
|
||||
~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}]
|
||||
~dev-python/async_timeout-4.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/attrs-21.2.0[${PYTHON_USEDEP}]
|
||||
<dev-python/Authlib-1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/awesomeversion-22.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/awesomeversion-22.5.2[${PYTHON_USEDEP}]
|
||||
<dev-python/backoff-2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/bcrypt-3.1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/btlewrap-0.0.10[${PYTHON_USEDEP}]
|
||||
@@ -65,25 +63,26 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/ciso8601-2.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/cryptography-36.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-status-1.45.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-1.45.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-status-1.46.1[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-1.46.1[${PYTHON_USEDEP}]
|
||||
~dev-python/h11-0.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/hass-nabucasa-0.54.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220504.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.14.7[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220601.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.15.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpx-0.22.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/jinja-3.1.1[${PYTHON_USEDEP}]
|
||||
~dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
|
||||
~dev-python/libcst-0.3.23[${PYTHON_USEDEP}]
|
||||
~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-6.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-9.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-9.1.1[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
>=dev-python/pycryptodome-3.6.6[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-2.3.0[${PYTHON_USEDEP}]
|
||||
!~dev-python/pydantic-1.9.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyserial-3.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-engineio-3.13.1[${PYTHON_USEDEP}]
|
||||
@@ -96,14 +95,14 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/regex-2021.8.28[${PYTHON_USEDEP}]
|
||||
~dev-python/requests-2.27.1[${PYTHON_USEDEP}]
|
||||
~net-analyzer/scapy-2.4.5
|
||||
~dev-python/sqlalchemy-1.4.36[${PYTHON_USEDEP}]
|
||||
~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-3.10.0.2[${PYTHON_USEDEP}]
|
||||
<dev-python/typing-extensions-5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/urllib3-1.26.5[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-serialize-2.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-0.13.1[${PYTHON_USEDEP}]
|
||||
~dev-python/yarl-1.7.2[${PYTHON_USEDEP}]
|
||||
~dev-python/zeroconf-0.38.5[${PYTHON_USEDEP}]"
|
||||
~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}]"
|
||||
|
||||
# unknown origin, still something to clean up here
|
||||
# some moved to suggested USE Flags
|
||||
@@ -119,7 +118,6 @@ RDEPEND="${RDEPEND}
|
||||
dev-python/pycparser[${PYTHON_USEDEP}]
|
||||
>=dev-python/websocket-client-0.57.0[${PYTHON_USEDEP}]
|
||||
~media-libs/mutagen-1.45.1"
|
||||
|
||||
# Module requirements from useflags
|
||||
RDEPEND="${RDEPEND}
|
||||
abode? ( ~dev-python/abodepy-1.2.0[${PYTHON_USEDEP}] )
|
||||
@@ -147,14 +145,14 @@ RDEPEND="${RDEPEND}
|
||||
apache_kafka? ( ~dev-python/aiokafka-0.6.0[${PYTHON_USEDEP}] )
|
||||
apcupsd? ( ~dev-python/apcaccess-0.0.13[${PYTHON_USEDEP}] )
|
||||
apple_tv? ( ~dev-python/pyatv-0.10.0[${PYTHON_USEDEP}] )
|
||||
apprise? ( ~dev-python/apprise-0.9.7[${PYTHON_USEDEP}] )
|
||||
apprise? ( ~dev-python/apprise-0.9.8.3[${PYTHON_USEDEP}] )
|
||||
aquostv? ( ~dev-python/sharp_aquos_rc-0.3.2[${PYTHON_USEDEP}] )
|
||||
arcam_fmj? ( ~dev-python/arcam-fmj-0.12.0[${PYTHON_USEDEP}] )
|
||||
aruba? ( ~dev-python/pexpect-4.6.0[${PYTHON_USEDEP}] )
|
||||
asuswrt? ( ~dev-python/aioasuswrt-1.4.0[${PYTHON_USEDEP}] )
|
||||
aten_pe? ( ~dev-python/atenpdu-0.3.2[${PYTHON_USEDEP}] )
|
||||
atome? ( ~dev-python/pyAtome-0.1.1[${PYTHON_USEDEP}] )
|
||||
august? ( ~dev-python/yalexs-1.1.23[${PYTHON_USEDEP}] )
|
||||
august? ( ~dev-python/yalexs-1.1.25[${PYTHON_USEDEP}] )
|
||||
aurora_abb_powerone? ( ~dev-python/aurorapy-0.2.6[${PYTHON_USEDEP}] )
|
||||
avea? ( ~dev-python/avea-1.5.1[${PYTHON_USEDEP}] )
|
||||
avion? ( ~dev-python/avion-0.10[${PYTHON_USEDEP}] )
|
||||
@@ -176,21 +174,21 @@ RDEPEND="${RDEPEND}
|
||||
bluetooth_tracker? ( ~dev-python/bt-proximity-0.2.1[${PYTHON_USEDEP}] ~dev-python/pybluez-0.22[${PYTHON_USEDEP}] )
|
||||
bme280? ( ~dev-python/i2csense-0.0.4[${PYTHON_USEDEP}] ~dev-python/smbus-cffi-0.5.1[${PYTHON_USEDEP}] ~dev-python/bme280spi-0.2.0[${PYTHON_USEDEP}] )
|
||||
bme680? ( ~dev-python/bme680-1.0.5[${PYTHON_USEDEP}] ~dev-python/smbus-cffi-0.5.1[${PYTHON_USEDEP}] )
|
||||
bmw_connected_drive? ( ~dev-python/bimmer-connected-0.8.12[${PYTHON_USEDEP}] )
|
||||
bond? ( ~dev-python/bond-api-0.1.16[${PYTHON_USEDEP}] )
|
||||
bmw_connected_drive? ( ~dev-python/bimmer-connected-0.9.4[${PYTHON_USEDEP}] )
|
||||
bond? ( ~dev-python/bond-async-0.1.20[${PYTHON_USEDEP}] )
|
||||
braviatv? ( ~dev-python/bravia-tv-1.0.11[${PYTHON_USEDEP}] )
|
||||
broadlink? ( ~dev-python/broadlink-0.18.1[${PYTHON_USEDEP}] )
|
||||
brother? ( ~dev-python/brother-1.2.0[${PYTHON_USEDEP}] )
|
||||
broadlink? ( ~dev-python/broadlink-0.18.2[${PYTHON_USEDEP}] )
|
||||
brother? ( ~dev-python/brother-1.1.0[${PYTHON_USEDEP}] )
|
||||
brottsplatskartan? ( ~dev-python/brottsplatskartan-0.0.1[${PYTHON_USEDEP}] )
|
||||
brunt? ( ~dev-python/brunt-1.2.0[${PYTHON_USEDEP}] )
|
||||
bsblan? ( ~dev-python/bsblan-0.5.0[${PYTHON_USEDEP}] )
|
||||
bt_home_hub_5? ( ~dev-python/bthomehub5-devicelist-0.1.1[${PYTHON_USEDEP}] )
|
||||
bt_smarthub? ( ~dev-python/btsmarthub-devicelist-0.2.0[${PYTHON_USEDEP}] )
|
||||
buienradar? ( ~dev-python/buienradar-1.0.5[${PYTHON_USEDEP}] )
|
||||
caldav? ( ~dev-python/caldav-0.8.2[${PYTHON_USEDEP}] )
|
||||
caldav? ( ~dev-python/caldav-0.9.0[${PYTHON_USEDEP}] )
|
||||
camera? ( ~dev-python/PyTurboJPEG-1.6.6[${PYTHON_USEDEP}] )
|
||||
canary? ( ~dev-python/py-canary-0.5.1[${PYTHON_USEDEP}] )
|
||||
cast? ( ~dev-python/pychromecast-12.1.1[${PYTHON_USEDEP}] )
|
||||
canary? ( ~dev-python/py-canary-0.5.2[${PYTHON_USEDEP}] )
|
||||
cast? ( ~dev-python/pychromecast-12.1.3[${PYTHON_USEDEP}] )
|
||||
cisco_mobility_express? ( ~dev-python/ciscomobilityexpress-0.3.9[${PYTHON_USEDEP}] )
|
||||
cli? ( app-misc/home-assistant-cli )
|
||||
co2signal? ( ~dev-python/CO2Signal-0.4.2[${PYTHON_USEDEP}] )
|
||||
@@ -198,19 +196,19 @@ RDEPEND="${RDEPEND}
|
||||
coronavirus? ( ~dev-python/coronavirus-1.1.1[${PYTHON_USEDEP}] )
|
||||
daikin? ( ~dev-python/pydaikin-2.7.0[${PYTHON_USEDEP}] )
|
||||
darksky? ( ~dev-python/python-forecastio-1.4.0[${PYTHON_USEDEP}] )
|
||||
deconz? ( ~dev-python/pydeconz-91[${PYTHON_USEDEP}] )
|
||||
deconz? ( ~dev-python/pydeconz-92[${PYTHON_USEDEP}] )
|
||||
delijn? ( ~dev-python/pydelijn-1.0.0[${PYTHON_USEDEP}] )
|
||||
denonavr? ( ~dev-python/denonavr-0.10.11[${PYTHON_USEDEP}] )
|
||||
deutsche_bahn? ( ~dev-python/schiene-0.23[${PYTHON_USEDEP}] )
|
||||
devolo_home_control? ( ~dev-python/devolo-home-control-api-0.18.1[${PYTHON_USEDEP}] )
|
||||
devolo_home_control? ( ~dev-python/devolo-home-control-api-0.18.2[${PYTHON_USEDEP}] )
|
||||
dexcom? ( ~dev-python/pydexcom-0.2.3[${PYTHON_USEDEP}] )
|
||||
dhcp? ( ~net-analyzer/scapy-2.4.5 ~dev-python/aiodiscover-1.4.11[${PYTHON_USEDEP}] )
|
||||
dht? ( ~dev-python/adafruit-circuitpython-dht-3.7.0[${PYTHON_USEDEP}] ~dev-python/RPi-GPIO-0.7.1_alpha4[${PYTHON_USEDEP}] )
|
||||
discogs? ( ~dev-python/discogs-client-2.3.0[${PYTHON_USEDEP}] )
|
||||
discord? ( ~dev-python/nextcord-2.0.0_alpha8[${PYTHON_USEDEP}] )
|
||||
discovery? ( ~dev-python/netdisco-3.0.0[${PYTHON_USEDEP}] )
|
||||
dlna_dmr? ( ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
dlna_dms? ( ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
dlna_dmr? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
dlna_dms? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
doorbird? ( ~dev-python/DoorBirdPy-2.1.0[${PYTHON_USEDEP}] )
|
||||
dunehd? ( ~dev-python/pdunehd-1.3.2[${PYTHON_USEDEP}] )
|
||||
dwd_weather_warnings? ( ~dev-python/dwdwfsapi-1.0.5[${PYTHON_USEDEP}] )
|
||||
@@ -222,14 +220,14 @@ 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-10.8.2[${PYTHON_USEDEP}] )
|
||||
esphome? ( ~dev-python/aioesphomeapi-10.10.0[${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}] )
|
||||
fibaro? ( ~dev-python/fiblary3-0.1.8[${PYTHON_USEDEP}] )
|
||||
flume? ( ~dev-python/PyFlume-0.6.5[${PYTHON_USEDEP}] )
|
||||
flunearyou? ( ~dev-python/pyflunearyou-2.0.2[${PYTHON_USEDEP}] )
|
||||
flux_led? ( ~dev-python/flux-led-0.28.28[${PYTHON_USEDEP}] )
|
||||
flux_led? ( ~dev-python/flux-led-0.28.30[${PYTHON_USEDEP}] )
|
||||
foobot? ( ~dev-python/foobot_async-1.0.0[${PYTHON_USEDEP}] )
|
||||
forecast_solar? ( ~dev-python/forecast-solar-2.2.0[${PYTHON_USEDEP}] )
|
||||
fortios? ( ~dev-python/fortiosapi-1.0.5[${PYTHON_USEDEP}] )
|
||||
@@ -239,7 +237,6 @@ RDEPEND="${RDEPEND}
|
||||
fritzbox_callmonitor? ( ~dev-python/fritzconnection-1.8.0[${PYTHON_USEDEP}] )
|
||||
fritzbox_netmonitor? ( ~dev-python/fritzconnection-1.4.2[${PYTHON_USEDEP}] )
|
||||
fronius? ( ~dev-python/PyFronius-0.7.1[${PYTHON_USEDEP}] )
|
||||
frontend? ( ~dev-python/home-assistant-frontend-20220504.0[${PYTHON_USEDEP}] )
|
||||
garmin_connect? ( ~dev-python/garminconnect-ha-0.1.6[${PYTHON_USEDEP}] )
|
||||
gios? ( ~dev-python/gios-2.1.0[${PYTHON_USEDEP}] )
|
||||
github? ( ~dev-python/aiogithubapi-22.2.4[${PYTHON_USEDEP}] )
|
||||
@@ -272,7 +269,7 @@ RDEPEND="${RDEPEND}
|
||||
jewish_calendar? ( ~dev-python/hdate-0.10.4[${PYTHON_USEDEP}] )
|
||||
joaoapps_join? ( ~dev-python/python-join-api-0.0.9[${PYTHON_USEDEP}] )
|
||||
kef? ( ~dev-python/aiokef-0.2.16[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
|
||||
knx? ( ~dev-python/xknx-0.21.2[${PYTHON_USEDEP}] )
|
||||
knx? ( ~dev-python/xknx-0.21.3[${PYTHON_USEDEP}] )
|
||||
kodi? ( ~dev-python/pykodi-0.2.7[${PYTHON_USEDEP}] )
|
||||
kraken? ( ~dev-python/krakenex-2.1.0[${PYTHON_USEDEP}] ~dev-python/pykrakenapi-0.1.8[${PYTHON_USEDEP}] )
|
||||
lifx? ( ~dev-python/aiolifx-0.7.1[${PYTHON_USEDEP}] ~dev-python/aiolifx-effects-0.2.2[${PYTHON_USEDEP}] )
|
||||
@@ -314,8 +311,8 @@ RDEPEND="${RDEPEND}
|
||||
pilight? ( ~dev-python/pilight-0.1.1[${PYTHON_USEDEP}] )
|
||||
ping? ( ~dev-python/icmplib-3.0[${PYTHON_USEDEP}] )
|
||||
pi_hole? ( ~dev-python/hole-0.7.0[${PYTHON_USEDEP}] )
|
||||
plex? ( ~dev-python/PlexAPI-4.10.1[${PYTHON_USEDEP}] ~dev-python/plexauth-0.0.6[${PYTHON_USEDEP}] ~dev-python/plexwebsocket-0.0.13[${PYTHON_USEDEP}] )
|
||||
plugwise? ( ~dev-python/plugwise-0.17.3[${PYTHON_USEDEP}] )
|
||||
plex? ( ~dev-python/PlexAPI-4.11.2[${PYTHON_USEDEP}] ~dev-python/plexauth-0.0.6[${PYTHON_USEDEP}] ~dev-python/plexwebsocket-0.0.13[${PYTHON_USEDEP}] )
|
||||
plugwise? ( ~dev-python/plugwise-0.18.5[${PYTHON_USEDEP}] )
|
||||
poolsense? ( ~dev-python/poolsense-0.0.8[${PYTHON_USEDEP}] )
|
||||
powerwall? ( ~dev-python/tesla-powerwall-0.3.17[${PYTHON_USEDEP}] )
|
||||
ps4? ( ~dev-python/pyps4-2ndscreen-1.3.1[${PYTHON_USEDEP}] )
|
||||
@@ -325,65 +322,65 @@ RDEPEND="${RDEPEND}
|
||||
rachio? ( ~dev-python/RachioPy-1.0.3[${PYTHON_USEDEP}] )
|
||||
radio_browser? ( ~dev-python/radios-0.1.1[${PYTHON_USEDEP}] )
|
||||
rainbird? ( ~dev-python/pyrainbird-0.4.3[${PYTHON_USEDEP}] )
|
||||
rainmachine? ( ~dev-python/regenmaschine-2022.1.0[${PYTHON_USEDEP}] )
|
||||
recorder? ( ~dev-python/sqlalchemy-1.4.36[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}] )
|
||||
rainmachine? ( ~dev-python/regenmaschine-2022.5.1[${PYTHON_USEDEP}] )
|
||||
recorder? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}] )
|
||||
rejseplanen? ( ~dev-python/rjpl-0.3.6[${PYTHON_USEDEP}] )
|
||||
rest? ( ~dev-python/jsonpath-0.82[${PYTHON_USEDEP}] ~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}] )
|
||||
ring? ( ~dev-python/ring-doorbell-0.7.2[${PYTHON_USEDEP}] )
|
||||
roku? ( ~dev-python/rokuecp-0.16.0[${PYTHON_USEDEP}] )
|
||||
roomba? ( ~dev-python/roombapy-1.6.5[${PYTHON_USEDEP}] )
|
||||
roon? ( ~dev-python/roonapi-0.1.1[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] ~dev-python/samsungtvws-2.5.0[${PYTHON_USEDEP}] ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
scrape? ( ~dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] ~dev-python/samsungtvws-2.5.0[${PYTHON_USEDEP}] ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
scrape? ( ~dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}] ~dev-python/lxml-4.8.0[${PYTHON_USEDEP}] )
|
||||
season? ( ~dev-python/ephem-4.1.2[${PYTHON_USEDEP}] )
|
||||
shelly? ( ~dev-python/aioshelly-2.0.0[${PYTHON_USEDEP}] )
|
||||
shodan? ( ~dev-python/shodan-1.27.0[${PYTHON_USEDEP}] )
|
||||
signal_messenger? ( ~dev-python/pysignalclirestapi-0.3.18[${PYTHON_USEDEP}] )
|
||||
simplisafe? ( ~dev-python/simplisafe-python-2022.5.0[${PYTHON_USEDEP}] )
|
||||
simplisafe? ( ~dev-python/simplisafe-python-2022.5.2[${PYTHON_USEDEP}] )
|
||||
skybell? ( ~dev-python/skybellpy-0.6.3[${PYTHON_USEDEP}] )
|
||||
sma? ( ~dev-python/pysma-0.6.11[${PYTHON_USEDEP}] )
|
||||
smappee? ( ~dev-python/pysmappee-0.2.29[${PYTHON_USEDEP}] )
|
||||
smarthab? ( ~dev-python/SmartHab-0.21[${PYTHON_USEDEP}] )
|
||||
smartthings? ( ~dev-python/pysmartapp-0.3.3[${PYTHON_USEDEP}] ~dev-python/pysmartthings-0.7.6[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmplib-5.0.10[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmp-4.4.12[${PYTHON_USEDEP}] )
|
||||
socat? ( net-misc/socat )
|
||||
solax? ( ~dev-python/solax-0.2.9[${PYTHON_USEDEP}] )
|
||||
somfy? ( ~dev-python/pymfy-0.11.0[${PYTHON_USEDEP}] )
|
||||
sonos? ( ~dev-python/soco-0.27.1[${PYTHON_USEDEP}] )
|
||||
speedtestdotnet? ( ~net-analyzer/speedtest-cli-2.1.3[${PYTHON_USEDEP}] )
|
||||
spotify? ( ~dev-python/spotipy-2.19.0[${PYTHON_USEDEP}] )
|
||||
sql? ( ~dev-python/sqlalchemy-1.4.36[${PYTHON_USEDEP}] )
|
||||
sql? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] )
|
||||
squeezebox? ( ~dev-python/pysqueezebox-0.5.5[${PYTHON_USEDEP}] )
|
||||
ssl? ( dev-libs/openssl app-crypt/certbot net-proxy/haproxy )
|
||||
statsd? ( ~dev-python/statsd-3.2.1[${PYTHON_USEDEP}] )
|
||||
synology_dsm? ( ~dev-python/py-synologydsm-api-1.0.8[${PYTHON_USEDEP}] )
|
||||
systemmonitor? ( ~dev-python/psutil-5.9.0[${PYTHON_USEDEP}] )
|
||||
tankerkoenig? ( ~dev-python/pytankerkoenig-0.0.6[${PYTHON_USEDEP}] )
|
||||
tasmota? ( ~dev-python/HATasmota-0.4.1[${PYTHON_USEDEP}] )
|
||||
tasmota? ( ~dev-python/HATasmota-0.5.1[${PYTHON_USEDEP}] )
|
||||
tellduslive? ( ~dev-python/tellduslive-0.10.11[${PYTHON_USEDEP}] )
|
||||
tesla? ( ~dev-python/teslajsonpy-0.18.3[${PYTHON_USEDEP}] )
|
||||
tile? ( ~dev-python/pytile-2022.2.0[${PYTHON_USEDEP}] )
|
||||
tomorrowio? ( ~dev-python/pytomorrowio-0.3.3[${PYTHON_USEDEP}] )
|
||||
toon? ( ~dev-python/toonapi-0.2.1[${PYTHON_USEDEP}] )
|
||||
totalconnect? ( ~dev-python/total-connect-client-2022.3[${PYTHON_USEDEP}] )
|
||||
totalconnect? ( ~dev-python/total-connect-client-2022.5[${PYTHON_USEDEP}] )
|
||||
tplink? ( ~dev-python/python-kasa-0.5.0[${PYTHON_USEDEP}] )
|
||||
tuya? ( ~dev-python/tuya-iot-py-sdk-0.6.6[${PYTHON_USEDEP}] )
|
||||
unifi? ( ~dev-python/aiounifi-31[${PYTHON_USEDEP}] )
|
||||
unifi_direct? ( ~dev-python/pexpect-4.6.0[${PYTHON_USEDEP}] )
|
||||
upnp? ( ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
|
||||
upnp? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
|
||||
utility_meter? ( ~dev-python/croniter-1.0.6[${PYTHON_USEDEP}] )
|
||||
vallox? ( ~dev-python/vallox-websocket-api-2.11.0[${PYTHON_USEDEP}] )
|
||||
velbus? ( ~dev-python/velbus-aio-2022.2.4[${PYTHON_USEDEP}] )
|
||||
velbus? ( ~dev-python/velbus-aio-2022.5.1[${PYTHON_USEDEP}] )
|
||||
velux? ( ~dev-python/pyvlx-0.2.19[${PYTHON_USEDEP}] )
|
||||
vera? ( ~dev-python/pyvera-0.3.13[${PYTHON_USEDEP}] )
|
||||
version? ( ~dev-python/pyhaversion-22.4.1[${PYTHON_USEDEP}] )
|
||||
vicare? ( ~dev-python/PyViCare-2.16.1[${PYTHON_USEDEP}] )
|
||||
vicare? ( ~dev-python/PyViCare-2.16.2[${PYTHON_USEDEP}] )
|
||||
vizio? ( ~dev-python/pyvizio-0.1.57[${PYTHON_USEDEP}] )
|
||||
wake_on_lan? ( ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] )
|
||||
waqi? ( ~dev-python/waqiasync-1.0.0[${PYTHON_USEDEP}] )
|
||||
waze_travel_time? ( ~dev-python/WazeRouteCalculator-0.14[${PYTHON_USEDEP}] )
|
||||
webostv? ( ~dev-python/aiowebostv-0.2.0[${PYTHON_USEDEP}] )
|
||||
wemo? ( ~dev-python/pywemo-0.7.0[${PYTHON_USEDEP}] )
|
||||
wemo? ( ~dev-python/pywemo-0.8.1[${PYTHON_USEDEP}] )
|
||||
whois? ( ~dev-python/whois-0.9.13[${PYTHON_USEDEP}] )
|
||||
wink? ( ~dev-python/pubnubsub-handler-1.0.9[${PYTHON_USEDEP}] ~dev-python/python-wink-1.10.5[${PYTHON_USEDEP}] )
|
||||
withings? ( ~dev-python/withings-api-2.4.0[${PYTHON_USEDEP}] )
|
||||
@@ -396,26 +393,26 @@ RDEPEND="${RDEPEND}
|
||||
xs1? ( ~dev-python/xs1-api-client-3.0.0[${PYTHON_USEDEP}] )
|
||||
yamaha? ( ~dev-python/rxv-0.7.0[${PYTHON_USEDEP}] )
|
||||
yamaha_musiccast? ( ~dev-python/aiomusiccast-0.14.3[${PYTHON_USEDEP}] )
|
||||
yeelight? ( ~dev-python/yeelight-0.7.10[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.29.0[${PYTHON_USEDEP}] )
|
||||
yeelight? ( ~dev-python/yeelight-0.7.10[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
yi? ( ~dev-python/aioftp-0.12.0[${PYTHON_USEDEP}] )
|
||||
zeroconf? ( ~dev-python/zeroconf-0.38.5[${PYTHON_USEDEP}] )
|
||||
zeroconf? ( ~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}] )
|
||||
zerproc? ( ~dev-python/pyzerproc-0.4.8[${PYTHON_USEDEP}] )
|
||||
zha? ( ~dev-python/bellows-0.29.0[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.73[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.16.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.45.1[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.7.4[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.7.0[${PYTHON_USEDEP}] )
|
||||
zha? ( ~dev-python/bellows-0.30.0[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.75[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.16.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.45.1[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.7.4[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.7.0[${PYTHON_USEDEP}] )
|
||||
zhong_hong? ( ~dev-python/zhong-hong-hvac-1.0.9[${PYTHON_USEDEP}] )
|
||||
zoneminder? ( ~dev-python/zm-py-0.5.2[${PYTHON_USEDEP}] )
|
||||
zwave_js? ( ~dev-python/zwave-js-server-python-0.36.1[${PYTHON_USEDEP}] )"
|
||||
zwave_js? ( ~dev-python/zwave-js-server-python-0.37.1[${PYTHON_USEDEP}] )"
|
||||
|
||||
BDEPEND="${RDEPEND}
|
||||
test? (
|
||||
~dev-python/codecov-2.1.12[${PYTHON_USEDEP}]
|
||||
~dev-python/coverage-6.3.2[${PYTHON_USEDEP}]
|
||||
~dev-python/coverage-6.4[${PYTHON_USEDEP}]
|
||||
~dev-python/freezegun-1.2.1[${PYTHON_USEDEP}]
|
||||
~dev-python/mock-open-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/mypy-0.942[${PYTHON_USEDEP}]
|
||||
~dev-python/mypy-0.960[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
~dev-vcs/pre-commit-2.17.0
|
||||
~dev-vcs/pre-commit-2.19.0
|
||||
~dev-python/pylint-strict-informational-0.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pylint-2.13.7[${PYTHON_USEDEP}]
|
||||
~dev-python/pylint-2.13.9[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-cov-3.0.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-freezegun-0.4.2[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-socket-0.5.1[${PYTHON_USEDEP}]
|
||||
@@ -475,3 +472,5 @@ python_install_all() {
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
476
app-misc/homeassistant/homeassistant-2022.6.3.ebuild
Normal file
476
app-misc/homeassistant/homeassistant-2022.6.3.ebuild
Normal file
@@ -0,0 +1,476 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 readme.gentoo-r1 systemd
|
||||
|
||||
MY_PN=homeassistant
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/home-assistant/core.git"
|
||||
EGIT_BRANCH="dev"
|
||||
S="${WORKDIR}/core/"
|
||||
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"
|
||||
S="${WORKDIR}/core-${MY_PV}"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Open-source home automation platform running on Python."
|
||||
HOMEPAGE="https://home-assistant.io/ https://git.edevau.net/onkelbeh/HomeAssistantRepository/"
|
||||
|
||||
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_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 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 maxcube media_extractor meteo_france mfi miflora mikrotik mitemp_bt +mobile_app +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
|
||||
RDEPEND="${PYTHON_DEPS} acct-group/${MY_PN} acct-user/${MY_PN}
|
||||
|| ( dev-lang/python:3.8 dev-lang/python:3.9 dev-lang/python:3.10 )
|
||||
app-admin/logrotate
|
||||
dev-db/sqlite
|
||||
dev-libs/libfastjson
|
||||
>=dev-libs/xerces-c-3.1.4-r1"
|
||||
# make sure no conflicting main Ebuild is installed
|
||||
RDEPEND="${RDEPEND}
|
||||
!app-misc/homeassistant-min
|
||||
!app-misc/homeassistant-full"
|
||||
|
||||
# Home Assistant Core dependencies
|
||||
# from package_constraints.txt
|
||||
RDEPEND="${RDEPEND}
|
||||
~dev-python/aiodiscover-1.4.11[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
|
||||
~dev-python/anyio-3.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/astral-2.2[${PYTHON_USEDEP}]
|
||||
~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}]
|
||||
~dev-python/async_timeout-4.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/attrs-21.2.0[${PYTHON_USEDEP}]
|
||||
<dev-python/Authlib-1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/awesomeversion-22.5.2[${PYTHON_USEDEP}]
|
||||
<dev-python/backoff-2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/bcrypt-3.1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/btlewrap-0.0.10[${PYTHON_USEDEP}]
|
||||
>=dev-python/certifi-2021.5.30[${PYTHON_USEDEP}]
|
||||
~dev-python/ciso8601-2.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/cryptography-36.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-status-1.46.1[${PYTHON_USEDEP}]
|
||||
~dev-python/grpcio-1.46.1[${PYTHON_USEDEP}]
|
||||
~dev-python/h11-0.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/hass-nabucasa-0.54.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220601.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/jinja-3.1.2[${PYTHON_USEDEP}]
|
||||
~dev-python/libcst-0.3.23[${PYTHON_USEDEP}]
|
||||
~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-6.0.2[${PYTHON_USEDEP}]
|
||||
~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-9.1.1[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
>=dev-python/pycryptodome-3.6.6[${PYTHON_USEDEP}]
|
||||
!~dev-python/pydantic-1.9.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyserial-3.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-engineio-3.13.1[${PYTHON_USEDEP}]
|
||||
<dev-python/python-engineio-4[${PYTHON_USEDEP}]
|
||||
~dev-python/python-slugify-4.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-socketio-4.6.0[${PYTHON_USEDEP}]
|
||||
<dev-python/python-socketio-5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyudev-0.22.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
|
||||
~dev-python/regex-2021.8.28[${PYTHON_USEDEP}]
|
||||
~dev-python/requests-2.27.1[${PYTHON_USEDEP}]
|
||||
~net-analyzer/scapy-2.4.5
|
||||
~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-3.10.0.2[${PYTHON_USEDEP}]
|
||||
<dev-python/typing-extensions-5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/urllib3-1.26.5[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-serialize-2.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-0.13.1[${PYTHON_USEDEP}]
|
||||
~dev-python/yarl-1.7.2[${PYTHON_USEDEP}]
|
||||
~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}]"
|
||||
|
||||
# unknown origin, still something to clean up here
|
||||
# some moved to suggested USE Flags
|
||||
#
|
||||
# auth/mfa_modules/totp.py:REQUIREMENTS = ["pyotp==2.6.0", "PyQRCode==1.2.1"]
|
||||
# scripts/check_config.py:REQUIREMENTS = ("colorlog==6.6.0",)
|
||||
|
||||
RDEPEND="${RDEPEND}
|
||||
~dev-python/colorlog-6.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-5.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyotp-2.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyqrcode-1.2.1[${PYTHON_USEDEP}]
|
||||
dev-python/pycparser[${PYTHON_USEDEP}]
|
||||
>=dev-python/websocket-client-0.57.0[${PYTHON_USEDEP}]
|
||||
~media-libs/mutagen-1.45.1"
|
||||
# Module requirements from useflags
|
||||
RDEPEND="${RDEPEND}
|
||||
abode? ( ~dev-python/abodepy-1.2.0[${PYTHON_USEDEP}] )
|
||||
accuweather? ( ~dev-python/accuweather-0.3.0[${PYTHON_USEDEP}] )
|
||||
acer_projector? ( ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] )
|
||||
acmeda? ( ~dev-python/aiopulse-0.4.3[${PYTHON_USEDEP}] )
|
||||
adguard? ( ~dev-python/adguardhome-0.5.1[${PYTHON_USEDEP}] )
|
||||
ads? ( ~dev-python/pyads-3.2.2[${PYTHON_USEDEP}] )
|
||||
aftership? ( ~dev-python/pyaftership-21.11.0[${PYTHON_USEDEP}] )
|
||||
agent_dvr? ( ~dev-python/agent-py-0.0.23[${PYTHON_USEDEP}] )
|
||||
airly? ( ~dev-python/airly-1.1.0[${PYTHON_USEDEP}] )
|
||||
airvisual? ( ~dev-python/pyairvisual-5.0.9[${PYTHON_USEDEP}] )
|
||||
aladdin_connect? ( ~dev-python/aladdin-connect-0.4[${PYTHON_USEDEP}] )
|
||||
alarmdecoder? ( ~dev-python/adext-0.4.2[${PYTHON_USEDEP}] )
|
||||
almond? ( ~dev-python/pyalmond-0.0.2[${PYTHON_USEDEP}] )
|
||||
alpha_vantage? ( ~dev-python/alpha-vantage-2.3.1[${PYTHON_USEDEP}] )
|
||||
ambiclimate? ( ~dev-python/Ambiclimate-0.2.1[${PYTHON_USEDEP}] )
|
||||
ambient_station? ( ~dev-python/aioambient-2021.11.0[${PYTHON_USEDEP}] )
|
||||
amcrest? ( ~dev-python/amcrest-1.9.7[${PYTHON_USEDEP}] )
|
||||
ampio? ( ~dev-python/asmog-0.0.6[${PYTHON_USEDEP}] )
|
||||
androidtv? ( ~dev-python/adb-shell-0.4.2[${PYTHON_USEDEP}] ~dev-python/androidtv-0.0.67[${PYTHON_USEDEP}] ~dev-python/pure-python-adb-0.3.0[${PYTHON_USEDEP}] )
|
||||
android_ip_webcam? ( ~dev-python/pydroid-ipcam-1.3.1[${PYTHON_USEDEP}] )
|
||||
anel_pwrctrl? ( ~dev-python/anel-pwrctrl-homeassistant-0.0.1[${PYTHON_USEDEP}] )
|
||||
anthemav? ( ~dev-python/anthemav-1.2.0[${PYTHON_USEDEP}] )
|
||||
apache_kafka? ( ~dev-python/aiokafka-0.6.0[${PYTHON_USEDEP}] )
|
||||
apcupsd? ( ~dev-python/apcaccess-0.0.13[${PYTHON_USEDEP}] )
|
||||
apple_tv? ( ~dev-python/pyatv-0.10.0[${PYTHON_USEDEP}] )
|
||||
apprise? ( ~dev-python/apprise-0.9.8.3[${PYTHON_USEDEP}] )
|
||||
aquostv? ( ~dev-python/sharp_aquos_rc-0.3.2[${PYTHON_USEDEP}] )
|
||||
arcam_fmj? ( ~dev-python/arcam-fmj-0.12.0[${PYTHON_USEDEP}] )
|
||||
aruba? ( ~dev-python/pexpect-4.6.0[${PYTHON_USEDEP}] )
|
||||
asuswrt? ( ~dev-python/aioasuswrt-1.4.0[${PYTHON_USEDEP}] )
|
||||
aten_pe? ( ~dev-python/atenpdu-0.3.2[${PYTHON_USEDEP}] )
|
||||
atome? ( ~dev-python/pyAtome-0.1.1[${PYTHON_USEDEP}] )
|
||||
august? ( ~dev-python/yalexs-1.1.25[${PYTHON_USEDEP}] )
|
||||
aurora_abb_powerone? ( ~dev-python/aurorapy-0.2.6[${PYTHON_USEDEP}] )
|
||||
avea? ( ~dev-python/avea-1.5.1[${PYTHON_USEDEP}] )
|
||||
avion? ( ~dev-python/avion-0.10[${PYTHON_USEDEP}] )
|
||||
awair? ( ~dev-python/python-awair-0.2.3[${PYTHON_USEDEP}] )
|
||||
axis? ( ~dev-python/axis-44[${PYTHON_USEDEP}] )
|
||||
backup? ( ~dev-python/securetar-2022.2.0[${PYTHON_USEDEP}] )
|
||||
baidu? ( ~dev-python/baidu-aip-1.6.6.0[${PYTHON_USEDEP}] )
|
||||
beewi_smartclim? ( ~dev-python/beewi-smartclim-0.0.10[${PYTHON_USEDEP}] )
|
||||
bh1750? ( ~dev-python/i2csense-0.0.4[${PYTHON_USEDEP}] ~dev-python/smbus-cffi-0.5.1[${PYTHON_USEDEP}] )
|
||||
bitcoin? ( ~dev-python/blockchain-1.4.4[${PYTHON_USEDEP}] )
|
||||
bizkaibus? ( ~dev-python/bizkaibus-0.1.1[${PYTHON_USEDEP}] )
|
||||
blackbird? ( ~dev-python/pyblackbird-0.5[${PYTHON_USEDEP}] )
|
||||
blebox? ( ~dev-python/blebox-uniapi-1.3.3[${PYTHON_USEDEP}] )
|
||||
blink? ( ~dev-python/blinkpy-0.19.0[${PYTHON_USEDEP}] )
|
||||
blinksticklight? ( ~dev-python/BlinkStick-1.2.0[${PYTHON_USEDEP}] )
|
||||
blinkt? ( ~dev-python/blinkt-0.1.0[${PYTHON_USEDEP}] )
|
||||
blockchain? ( ~dev-python/python-blockchain-api-0.0.2[${PYTHON_USEDEP}] )
|
||||
bluetooth_le_tracker? ( ~dev-python/pygatt-4.0.5[${PYTHON_USEDEP}] )
|
||||
bluetooth_tracker? ( ~dev-python/bt-proximity-0.2.1[${PYTHON_USEDEP}] ~dev-python/pybluez-0.22[${PYTHON_USEDEP}] )
|
||||
bme280? ( ~dev-python/i2csense-0.0.4[${PYTHON_USEDEP}] ~dev-python/smbus-cffi-0.5.1[${PYTHON_USEDEP}] ~dev-python/bme280spi-0.2.0[${PYTHON_USEDEP}] )
|
||||
bme680? ( ~dev-python/bme680-1.0.5[${PYTHON_USEDEP}] ~dev-python/smbus-cffi-0.5.1[${PYTHON_USEDEP}] )
|
||||
bmw_connected_drive? ( ~dev-python/bimmer-connected-0.9.4[${PYTHON_USEDEP}] )
|
||||
bond? ( ~dev-python/bond-async-0.1.20[${PYTHON_USEDEP}] )
|
||||
braviatv? ( ~dev-python/bravia-tv-1.0.11[${PYTHON_USEDEP}] )
|
||||
broadlink? ( ~dev-python/broadlink-0.18.2[${PYTHON_USEDEP}] )
|
||||
brother? ( ~dev-python/brother-1.1.0[${PYTHON_USEDEP}] )
|
||||
brottsplatskartan? ( ~dev-python/brottsplatskartan-0.0.1[${PYTHON_USEDEP}] )
|
||||
brunt? ( ~dev-python/brunt-1.2.0[${PYTHON_USEDEP}] )
|
||||
bsblan? ( ~dev-python/bsblan-0.5.0[${PYTHON_USEDEP}] )
|
||||
bt_home_hub_5? ( ~dev-python/bthomehub5-devicelist-0.1.1[${PYTHON_USEDEP}] )
|
||||
bt_smarthub? ( ~dev-python/btsmarthub-devicelist-0.2.0[${PYTHON_USEDEP}] )
|
||||
buienradar? ( ~dev-python/buienradar-1.0.5[${PYTHON_USEDEP}] )
|
||||
caldav? ( ~dev-python/caldav-0.9.0[${PYTHON_USEDEP}] )
|
||||
camera? ( ~dev-python/PyTurboJPEG-1.6.6[${PYTHON_USEDEP}] )
|
||||
canary? ( ~dev-python/py-canary-0.5.2[${PYTHON_USEDEP}] )
|
||||
cast? ( ~dev-python/pychromecast-12.1.3[${PYTHON_USEDEP}] )
|
||||
cisco_mobility_express? ( ~dev-python/ciscomobilityexpress-0.3.9[${PYTHON_USEDEP}] )
|
||||
cli? ( app-misc/home-assistant-cli )
|
||||
co2signal? ( ~dev-python/CO2Signal-0.4.2[${PYTHON_USEDEP}] )
|
||||
compensation? ( ~dev-python/numpy-1.21.6[${PYTHON_USEDEP}] )
|
||||
coronavirus? ( ~dev-python/coronavirus-1.1.1[${PYTHON_USEDEP}] )
|
||||
daikin? ( ~dev-python/pydaikin-2.7.0[${PYTHON_USEDEP}] )
|
||||
darksky? ( ~dev-python/python-forecastio-1.4.0[${PYTHON_USEDEP}] )
|
||||
deconz? ( ~dev-python/pydeconz-92[${PYTHON_USEDEP}] )
|
||||
delijn? ( ~dev-python/pydelijn-1.0.0[${PYTHON_USEDEP}] )
|
||||
denonavr? ( ~dev-python/denonavr-0.10.11[${PYTHON_USEDEP}] )
|
||||
deutsche_bahn? ( ~dev-python/schiene-0.23[${PYTHON_USEDEP}] )
|
||||
devolo_home_control? ( ~dev-python/devolo-home-control-api-0.18.2[${PYTHON_USEDEP}] )
|
||||
dexcom? ( ~dev-python/pydexcom-0.2.3[${PYTHON_USEDEP}] )
|
||||
dhcp? ( ~net-analyzer/scapy-2.4.5 ~dev-python/aiodiscover-1.4.11[${PYTHON_USEDEP}] )
|
||||
dht? ( ~dev-python/adafruit-circuitpython-dht-3.7.0[${PYTHON_USEDEP}] ~dev-python/RPi-GPIO-0.7.1_alpha4[${PYTHON_USEDEP}] )
|
||||
discogs? ( ~dev-python/discogs-client-2.3.0[${PYTHON_USEDEP}] )
|
||||
discord? ( ~dev-python/nextcord-2.0.0_alpha8[${PYTHON_USEDEP}] )
|
||||
discovery? ( ~dev-python/netdisco-3.0.0[${PYTHON_USEDEP}] )
|
||||
dlna_dmr? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
dlna_dms? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
doorbird? ( ~dev-python/DoorBirdPy-2.1.0[${PYTHON_USEDEP}] )
|
||||
dunehd? ( ~dev-python/pdunehd-1.3.2[${PYTHON_USEDEP}] )
|
||||
dwd_weather_warnings? ( ~dev-python/dwdwfsapi-1.0.5[${PYTHON_USEDEP}] )
|
||||
dynalite? ( ~dev-python/dynalite-devices-0.1.46[${PYTHON_USEDEP}] )
|
||||
dyson? ( ~dev-python/libpurecool-0.6.4[${PYTHON_USEDEP}] )
|
||||
ecobee? ( ~dev-python/python-ecobee-api-0.2.14[${PYTHON_USEDEP}] )
|
||||
emulated_roku? ( ~dev-python/emulated-roku-0.2.1[${PYTHON_USEDEP}] )
|
||||
enigma2? ( ~dev-python/openwebifpy-3.2.7[${PYTHON_USEDEP}] )
|
||||
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-10.10.0[${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}] )
|
||||
fibaro? ( ~dev-python/fiblary3-0.1.8[${PYTHON_USEDEP}] )
|
||||
flume? ( ~dev-python/PyFlume-0.6.5[${PYTHON_USEDEP}] )
|
||||
flunearyou? ( ~dev-python/pyflunearyou-2.0.2[${PYTHON_USEDEP}] )
|
||||
flux_led? ( ~dev-python/flux-led-0.28.30[${PYTHON_USEDEP}] )
|
||||
foobot? ( ~dev-python/foobot_async-1.0.0[${PYTHON_USEDEP}] )
|
||||
forecast_solar? ( ~dev-python/forecast-solar-2.2.0[${PYTHON_USEDEP}] )
|
||||
fortios? ( ~dev-python/fortiosapi-1.0.5[${PYTHON_USEDEP}] )
|
||||
freebox? ( ~dev-python/freebox-api-0.0.10[${PYTHON_USEDEP}] )
|
||||
fritz? ( ~dev-python/fritzconnection-1.8.0[${PYTHON_USEDEP}] ~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}] )
|
||||
fritzbox? ( ~dev-python/pyfritzhome-0.6.4[${PYTHON_USEDEP}] )
|
||||
fritzbox_callmonitor? ( ~dev-python/fritzconnection-1.8.0[${PYTHON_USEDEP}] )
|
||||
fritzbox_netmonitor? ( ~dev-python/fritzconnection-1.4.2[${PYTHON_USEDEP}] )
|
||||
fronius? ( ~dev-python/PyFronius-0.7.1[${PYTHON_USEDEP}] )
|
||||
garmin_connect? ( ~dev-python/garminconnect-ha-0.1.6[${PYTHON_USEDEP}] )
|
||||
gios? ( ~dev-python/gios-2.1.0[${PYTHON_USEDEP}] )
|
||||
github? ( ~dev-python/aiogithubapi-22.2.4[${PYTHON_USEDEP}] )
|
||||
gogogate2? ( ~dev-python/ismartgate-4.0.4[${PYTHON_USEDEP}] )
|
||||
greeneye_monitor? ( ~dev-python/greeneye-monitor-3.0.3[${PYTHON_USEDEP}] )
|
||||
growatt_server? ( ~dev-python/growattServer-1.1.0[${PYTHON_USEDEP}] )
|
||||
guardian? ( ~dev-python/aioguardian-2022.3.2[${PYTHON_USEDEP}] )
|
||||
harman_kardon_avr? ( ~dev-python/hkavr-0.0.5[${PYTHON_USEDEP}] )
|
||||
harmony? ( ~dev-python/aioharmony-0.2.9[${PYTHON_USEDEP}] )
|
||||
heos? ( ~dev-python/pyheos-0.7.2[${PYTHON_USEDEP}] )
|
||||
here_travel_time? ( ~dev-python/herepy-2.0.0[${PYTHON_USEDEP}] )
|
||||
homekit? ( ~dev-python/HAP-python-4.4.0[${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-0.7.17[${PYTHON_USEDEP}] )
|
||||
homematic? ( ~dev-python/pyhomematic-0.1.77[${PYTHON_USEDEP}] )
|
||||
homematicip_cloud? ( ~dev-python/homematicip-1.0.2[${PYTHON_USEDEP}] )
|
||||
hp_ilo? ( ~dev-python/python-hpilo-4.3[${PYTHON_USEDEP}] )
|
||||
http? ( ~dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}] )
|
||||
hue? ( ~dev-python/aiohue-4.4.1[${PYTHON_USEDEP}] )
|
||||
hydrawise? ( ~dev-python/Hydrawiser-0.2[${PYTHON_USEDEP}] )
|
||||
iaqualink? ( ~dev-python/iaqualink-0.4.1[${PYTHON_USEDEP}] )
|
||||
ihc? ( ~dev-python/defusedxml-0.7.1[${PYTHON_USEDEP}] ~dev-python/ihcsdk-2.7.6[${PYTHON_USEDEP}] )
|
||||
imap? ( ~dev-python/aioimaplib-0.9.0[${PYTHON_USEDEP}] )
|
||||
incomfort? ( ~dev-python/incomfort-client-0.4.4[${PYTHON_USEDEP}] )
|
||||
influxdb? ( ~dev-python/influxdb-5.3.1[${PYTHON_USEDEP}] ~dev-python/influxdb-client-1.24.0[${PYTHON_USEDEP}] )
|
||||
insteon? ( ~dev-python/pyinsteon-1.1.0[${PYTHON_USEDEP}] ~dev-python/insteon-frontend-home-assistant-0.1.0[${PYTHON_USEDEP}] )
|
||||
intesishome? ( ~dev-python/pyintesishome-1.7.6[${PYTHON_USEDEP}] )
|
||||
ipma? ( ~dev-python/pyipma-2.0.5[${PYTHON_USEDEP}] )
|
||||
ipp? ( ~dev-python/pyipp-0.11.0[${PYTHON_USEDEP}] )
|
||||
islamic_prayer_times? ( ~dev-python/prayer-times-calculator-0.0.5[${PYTHON_USEDEP}] )
|
||||
jewish_calendar? ( ~dev-python/hdate-0.10.4[${PYTHON_USEDEP}] )
|
||||
joaoapps_join? ( ~dev-python/python-join-api-0.0.9[${PYTHON_USEDEP}] )
|
||||
kef? ( ~dev-python/aiokef-0.2.16[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
|
||||
knx? ( ~dev-python/xknx-0.21.3[${PYTHON_USEDEP}] )
|
||||
kodi? ( ~dev-python/pykodi-0.2.7[${PYTHON_USEDEP}] )
|
||||
kraken? ( ~dev-python/krakenex-2.1.0[${PYTHON_USEDEP}] ~dev-python/pykrakenapi-0.1.8[${PYTHON_USEDEP}] )
|
||||
lifx? ( ~dev-python/aiolifx-0.7.1[${PYTHON_USEDEP}] ~dev-python/aiolifx-effects-0.2.2[${PYTHON_USEDEP}] )
|
||||
linode? ( ~dev-python/linode-api-4.1.9_beta1[${PYTHON_USEDEP}] )
|
||||
litterrobot? ( ~dev-python/pylitterbot-2022.3.0[${PYTHON_USEDEP}] )
|
||||
loopenergy? ( ~dev-python/pyloopenergy-0.2.1[${PYTHON_USEDEP}] )
|
||||
luci? ( ~dev-python/openwrt-luci-rpc-1.1.11[${PYTHON_USEDEP}] )
|
||||
luftdaten? ( ~dev-python/luftdaten-0.7.2[${PYTHON_USEDEP}] )
|
||||
maxcube? ( ~dev-python/maxcube-api-0.4.3[${PYTHON_USEDEP}] )
|
||||
media_extractor? ( ~net-misc/youtube-dl-2021.12.17 )
|
||||
meteo_france? ( ~dev-python/meteofrance-api-1.0.2[${PYTHON_USEDEP}] )
|
||||
mfi? ( ~dev-python/mficlient-0.3.0[${PYTHON_USEDEP}] )
|
||||
miflora? ( ~dev-python/bluepy-1.3.0[${PYTHON_USEDEP}] ~dev-python/miflora-0.7.2[${PYTHON_USEDEP}] )
|
||||
mikrotik? ( ~dev-python/librouteros-3.2.0[${PYTHON_USEDEP}] )
|
||||
mitemp_bt? ( ~dev-python/mitemp-bt-0.0.5[${PYTHON_USEDEP}] )
|
||||
mobile_app? ( ~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}] )
|
||||
mqtt? ( ~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}] )
|
||||
myq? ( ~dev-python/pymyq-3.1.4[${PYTHON_USEDEP}] )
|
||||
mysql? ( dev-python/mysql-connector-python[${PYTHON_USEDEP}] dev-python/mysqlclient[${PYTHON_USEDEP}] )
|
||||
nad? ( ~dev-python/nad-receiver-0.3.0[${PYTHON_USEDEP}] )
|
||||
nederlandse_spoorwegen? ( ~dev-python/nsapi-3.0.5[${PYTHON_USEDEP}] )
|
||||
netatmo? ( ~dev-python/pyatmo-6.2.4[${PYTHON_USEDEP}] )
|
||||
netdata? ( ~dev-python/netdata-1.0.1[${PYTHON_USEDEP}] )
|
||||
notify_events? ( ~dev-python/notify-events-1.0.4[${PYTHON_USEDEP}] )
|
||||
nuki? ( ~dev-python/pynuki-1.5.2[${PYTHON_USEDEP}] )
|
||||
nws? ( ~dev-python/pynws-1.4.1[${PYTHON_USEDEP}] )
|
||||
nx584? ( ~dev-python/pynx584-0.5[${PYTHON_USEDEP}] )
|
||||
octoprint? ( ~dev-python/pyoctoprintapi-0.1.8[${PYTHON_USEDEP}] )
|
||||
onkyo? ( ~dev-python/onkyo-eiscp-1.2.7[${PYTHON_USEDEP}] )
|
||||
onvif? ( ~dev-python/onvif-zeep-async-1.2.0[${PYTHON_USEDEP}] ~dev-python/WSDiscovery-2.0.0[${PYTHON_USEDEP}] )
|
||||
opengarage? ( ~dev-python/open-garage-0.2.0[${PYTHON_USEDEP}] )
|
||||
opensensemap? ( ~dev-python/opensensemap-api-0.2.0[${PYTHON_USEDEP}] )
|
||||
openweathermap? ( ~dev-python/pyowm-3.2.0[${PYTHON_USEDEP}] )
|
||||
opnsense? ( ~dev-python/pyopnsense-0.2.0[${PYTHON_USEDEP}] )
|
||||
otp? ( ~dev-python/pyotp-2.6.0[${PYTHON_USEDEP}] )
|
||||
owntracks? ( ~dev-python/pynacl-1.5.0[${PYTHON_USEDEP}] )
|
||||
panasonic_viera? ( ~dev-python/panasonic-viera-0.3.6[${PYTHON_USEDEP}] )
|
||||
philips_js? ( ~dev-python/ha-philipsjs-2.9.0[${PYTHON_USEDEP}] )
|
||||
pilight? ( ~dev-python/pilight-0.1.1[${PYTHON_USEDEP}] )
|
||||
ping? ( ~dev-python/icmplib-3.0[${PYTHON_USEDEP}] )
|
||||
pi_hole? ( ~dev-python/hole-0.7.0[${PYTHON_USEDEP}] )
|
||||
plex? ( ~dev-python/PlexAPI-4.11.2[${PYTHON_USEDEP}] ~dev-python/plexauth-0.0.6[${PYTHON_USEDEP}] ~dev-python/plexwebsocket-0.0.13[${PYTHON_USEDEP}] )
|
||||
plugwise? ( ~dev-python/plugwise-0.18.5[${PYTHON_USEDEP}] )
|
||||
poolsense? ( ~dev-python/poolsense-0.0.8[${PYTHON_USEDEP}] )
|
||||
powerwall? ( ~dev-python/tesla-powerwall-0.3.17[${PYTHON_USEDEP}] )
|
||||
ps4? ( ~dev-python/pyps4-2ndscreen-1.3.1[${PYTHON_USEDEP}] )
|
||||
python_script? ( ~dev-python/RestrictedPython-5.2[${PYTHON_USEDEP}] )
|
||||
qnap? ( ~dev-python/qnapstats-0.4.0[${PYTHON_USEDEP}] )
|
||||
qvr_pro? ( ~dev-python/pyqvrpro-0.52[${PYTHON_USEDEP}] )
|
||||
rachio? ( ~dev-python/RachioPy-1.0.3[${PYTHON_USEDEP}] )
|
||||
radio_browser? ( ~dev-python/radios-0.1.1[${PYTHON_USEDEP}] )
|
||||
rainbird? ( ~dev-python/pyrainbird-0.4.3[${PYTHON_USEDEP}] )
|
||||
rainmachine? ( ~dev-python/regenmaschine-2022.6.0[${PYTHON_USEDEP}] )
|
||||
recorder? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] ~dev-python/fnvhash-0.1.0[${PYTHON_USEDEP}] ~dev-python/lru-dict-1.1.7[${PYTHON_USEDEP}] )
|
||||
rejseplanen? ( ~dev-python/rjpl-0.3.6[${PYTHON_USEDEP}] )
|
||||
rest? ( ~dev-python/jsonpath-0.82[${PYTHON_USEDEP}] ~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}] )
|
||||
ring? ( ~dev-python/ring-doorbell-0.7.2[${PYTHON_USEDEP}] )
|
||||
roku? ( ~dev-python/rokuecp-0.16.0[${PYTHON_USEDEP}] )
|
||||
roomba? ( ~dev-python/roombapy-1.6.5[${PYTHON_USEDEP}] )
|
||||
roon? ( ~dev-python/roonapi-0.1.1[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] ~dev-python/samsungtvws-2.5.0[${PYTHON_USEDEP}] ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
scrape? ( ~dev-python/beautifulsoup4-4.11.1[${PYTHON_USEDEP}] ~dev-python/lxml-4.8.0[${PYTHON_USEDEP}] )
|
||||
season? ( ~dev-python/ephem-4.1.2[${PYTHON_USEDEP}] )
|
||||
shelly? ( ~dev-python/aioshelly-2.0.0[${PYTHON_USEDEP}] )
|
||||
shodan? ( ~dev-python/shodan-1.27.0[${PYTHON_USEDEP}] )
|
||||
signal_messenger? ( ~dev-python/pysignalclirestapi-0.3.18[${PYTHON_USEDEP}] )
|
||||
simplisafe? ( ~dev-python/simplisafe-python-2022.6.0[${PYTHON_USEDEP}] )
|
||||
skybell? ( ~dev-python/skybellpy-0.6.3[${PYTHON_USEDEP}] )
|
||||
sma? ( ~dev-python/pysma-0.6.11[${PYTHON_USEDEP}] )
|
||||
smappee? ( ~dev-python/pysmappee-0.2.29[${PYTHON_USEDEP}] )
|
||||
smarthab? ( ~dev-python/SmartHab-0.21[${PYTHON_USEDEP}] )
|
||||
smartthings? ( ~dev-python/pysmartapp-0.3.3[${PYTHON_USEDEP}] ~dev-python/pysmartthings-0.7.6[${PYTHON_USEDEP}] )
|
||||
snmp? ( ~dev-python/pysnmp-4.4.12[${PYTHON_USEDEP}] )
|
||||
socat? ( net-misc/socat )
|
||||
solax? ( ~dev-python/solax-0.2.9[${PYTHON_USEDEP}] )
|
||||
somfy? ( ~dev-python/pymfy-0.11.0[${PYTHON_USEDEP}] )
|
||||
sonos? ( ~dev-python/soco-0.27.1[${PYTHON_USEDEP}] )
|
||||
speedtestdotnet? ( ~net-analyzer/speedtest-cli-2.1.3[${PYTHON_USEDEP}] )
|
||||
spotify? ( ~dev-python/spotipy-2.19.0[${PYTHON_USEDEP}] )
|
||||
sql? ( ~dev-python/sqlalchemy-1.4.37[${PYTHON_USEDEP}] )
|
||||
squeezebox? ( ~dev-python/pysqueezebox-0.5.5[${PYTHON_USEDEP}] )
|
||||
ssl? ( dev-libs/openssl app-crypt/certbot net-proxy/haproxy )
|
||||
statsd? ( ~dev-python/statsd-3.2.1[${PYTHON_USEDEP}] )
|
||||
synology_dsm? ( ~dev-python/py-synologydsm-api-1.0.8[${PYTHON_USEDEP}] )
|
||||
systemmonitor? ( ~dev-python/psutil-5.9.0[${PYTHON_USEDEP}] )
|
||||
tankerkoenig? ( ~dev-python/pytankerkoenig-0.0.6[${PYTHON_USEDEP}] )
|
||||
tasmota? ( ~dev-python/HATasmota-0.5.1[${PYTHON_USEDEP}] )
|
||||
tellduslive? ( ~dev-python/tellduslive-0.10.11[${PYTHON_USEDEP}] )
|
||||
tesla? ( ~dev-python/teslajsonpy-0.18.3[${PYTHON_USEDEP}] )
|
||||
tile? ( ~dev-python/pytile-2022.2.0[${PYTHON_USEDEP}] )
|
||||
tomorrowio? ( ~dev-python/pytomorrowio-0.3.3[${PYTHON_USEDEP}] )
|
||||
toon? ( ~dev-python/toonapi-0.2.1[${PYTHON_USEDEP}] )
|
||||
totalconnect? ( ~dev-python/total-connect-client-2022.5[${PYTHON_USEDEP}] )
|
||||
tplink? ( ~dev-python/python-kasa-0.5.0[${PYTHON_USEDEP}] )
|
||||
tuya? ( ~dev-python/tuya-iot-py-sdk-0.6.6[${PYTHON_USEDEP}] )
|
||||
unifi? ( ~dev-python/aiounifi-31[${PYTHON_USEDEP}] )
|
||||
unifi_direct? ( ~dev-python/pexpect-4.6.0[${PYTHON_USEDEP}] )
|
||||
upnp? ( ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] ~dev-python/getmac-0.8.2[${PYTHON_USEDEP}] )
|
||||
utility_meter? ( ~dev-python/croniter-1.0.6[${PYTHON_USEDEP}] )
|
||||
vallox? ( ~dev-python/vallox-websocket-api-2.11.0[${PYTHON_USEDEP}] )
|
||||
velbus? ( ~dev-python/velbus-aio-2022.5.1[${PYTHON_USEDEP}] )
|
||||
velux? ( ~dev-python/pyvlx-0.2.19[${PYTHON_USEDEP}] )
|
||||
vera? ( ~dev-python/pyvera-0.3.13[${PYTHON_USEDEP}] )
|
||||
version? ( ~dev-python/pyhaversion-22.4.1[${PYTHON_USEDEP}] )
|
||||
vicare? ( ~dev-python/PyViCare-2.16.2[${PYTHON_USEDEP}] )
|
||||
vizio? ( ~dev-python/pyvizio-0.1.57[${PYTHON_USEDEP}] )
|
||||
wake_on_lan? ( ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] )
|
||||
waqi? ( ~dev-python/waqiasync-1.0.0[${PYTHON_USEDEP}] )
|
||||
waze_travel_time? ( ~dev-python/WazeRouteCalculator-0.14[${PYTHON_USEDEP}] )
|
||||
webostv? ( ~dev-python/aiowebostv-0.2.0[${PYTHON_USEDEP}] )
|
||||
wemo? ( ~dev-python/pywemo-0.8.1[${PYTHON_USEDEP}] )
|
||||
whois? ( ~dev-python/whois-0.9.13[${PYTHON_USEDEP}] )
|
||||
wink? ( ~dev-python/pubnubsub-handler-1.0.9[${PYTHON_USEDEP}] ~dev-python/python-wink-1.10.5[${PYTHON_USEDEP}] )
|
||||
withings? ( ~dev-python/withings-api-2.4.0[${PYTHON_USEDEP}] )
|
||||
wled? ( ~dev-python/wled-0.13.2[${PYTHON_USEDEP}] )
|
||||
workday? ( ~dev-python/holidays-0.13[${PYTHON_USEDEP}] )
|
||||
xbox_live? ( ~dev-python/xboxapi-2.0.1[${PYTHON_USEDEP}] )
|
||||
xiaomi_aqara? ( ~dev-python/PyXiaomiGateway-0.13.4[${PYTHON_USEDEP}] )
|
||||
xiaomi_miio? ( ~dev-python/construct-2.10.56[${PYTHON_USEDEP}] ~dev-python/micloud-0.5[${PYTHON_USEDEP}] ~dev-python/python-miio-0.5.11[${PYTHON_USEDEP}] )
|
||||
xiaomi_tv? ( ~dev-python/pymitv-1.4.3[${PYTHON_USEDEP}] )
|
||||
xs1? ( ~dev-python/xs1-api-client-3.0.0[${PYTHON_USEDEP}] )
|
||||
yamaha? ( ~dev-python/rxv-0.7.0[${PYTHON_USEDEP}] )
|
||||
yamaha_musiccast? ( ~dev-python/aiomusiccast-0.14.3[${PYTHON_USEDEP}] )
|
||||
yeelight? ( ~dev-python/yeelight-0.7.10[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.30.1[${PYTHON_USEDEP}] )
|
||||
yi? ( ~dev-python/aioftp-0.12.0[${PYTHON_USEDEP}] )
|
||||
zeroconf? ( ~dev-python/zeroconf-0.38.6[${PYTHON_USEDEP}] )
|
||||
zerproc? ( ~dev-python/pyzerproc-0.4.8[${PYTHON_USEDEP}] )
|
||||
zha? ( ~dev-python/bellows-0.30.0[${PYTHON_USEDEP}] ~dev-python/pyserial-3.5[${PYTHON_USEDEP}] ~dev-python/pyserial-asyncio-0.6[${PYTHON_USEDEP}] ~dev-python/zha-quirks-0.0.75[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.16.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.45.1[${PYTHON_USEDEP}] ~dev-python/zigpy-xbee-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-zigate-0.7.4[${PYTHON_USEDEP}] ~dev-python/zigpy-znp-0.7.0[${PYTHON_USEDEP}] )
|
||||
zhong_hong? ( ~dev-python/zhong-hong-hvac-1.0.9[${PYTHON_USEDEP}] )
|
||||
zoneminder? ( ~dev-python/zm-py-0.5.2[${PYTHON_USEDEP}] )
|
||||
zwave_js? ( ~dev-python/zwave-js-server-python-0.37.1[${PYTHON_USEDEP}] )"
|
||||
|
||||
BDEPEND="${RDEPEND}
|
||||
test? (
|
||||
~dev-python/codecov-2.1.12[${PYTHON_USEDEP}]
|
||||
~dev-python/coverage-6.4[${PYTHON_USEDEP}]
|
||||
~dev-python/freezegun-1.2.1[${PYTHON_USEDEP}]
|
||||
~dev-python/mock-open-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/mypy-0.960[${PYTHON_USEDEP}]
|
||||
<dev-python/pip-22.1.0
|
||||
~dev-vcs/pre-commit-2.19.0
|
||||
~dev-python/pylint-strict-informational-0.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pylint-2.13.9[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-cov-3.0.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-freezegun-0.4.2[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-socket-0.5.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-sugar-0.9.4[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-test-groups-1.0.3[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-timeout-2.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-7.1.1[${PYTHON_USEDEP}]
|
||||
~dev-python/requests-mock-1.9.2[${PYTHON_USEDEP}]
|
||||
~dev-python/respx-0.19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/stdlib-list-0.7.0[${PYTHON_USEDEP}]
|
||||
~dev-python/tqdm-4.49.0[${PYTHON_USEDEP}]
|
||||
)
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]"
|
||||
|
||||
INSTALL_DIR="/opt/${MY_PN}"
|
||||
|
||||
DISABLE_AUTOFORMATTING=1
|
||||
DOC_CONTENTS="
|
||||
The HA interface listens on port 8123
|
||||
hass configuration is in: /etc/${MY_PN}
|
||||
daemon command line arguments are configured in: /etc/conf.d/${MY_PN}
|
||||
logging is to: /var/log/${MY_PN}/{server,errors,stdout}.log
|
||||
The sqlite db is by default in: /etc/${MY_PN}
|
||||
support at https://git.edevau.net/onkelbeh/HomeAssistantRepository
|
||||
"
|
||||
|
||||
S="${WORKDIR}/core-${MY_PV}"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
python_install_all() {
|
||||
dodoc ${DOCS}
|
||||
distutils-r1_python_install_all
|
||||
keepdir "$INSTALL_DIR"
|
||||
keepdir "/etc/${MY_PN}"
|
||||
fowners -R "${MY_PN}:${MY_PN}" "/etc/${MY_PN}"
|
||||
keepdir "/var/log/${MY_PN}"
|
||||
fowners -R "${MY_PN}:${MY_PN}" "/var/log/${MY_PN}"
|
||||
newconfd "${FILESDIR}/${MY_PN}.conf.d" "${MY_PN}"
|
||||
newinitd "${FILESDIR}/${MY_PN}.init.d" "${MY_PN}"
|
||||
use systemd && systemd_dounit "${FILESDIR}/${MY_PN}.service"
|
||||
dobin "${FILESDIR}/hasstest"
|
||||
if use socat ; then
|
||||
newinitd "${FILESDIR}/socat-zwave.init.d" "socat-zwave"
|
||||
sed -i -e 's/# need socat-zwave/need socat-zwave/g' "${D}/etc/init.d/${MY_PN}" || die
|
||||
fi
|
||||
if use mqtt ; then
|
||||
sed -i -e 's/# need mosquitto/need mosquitto/g' "${D}/etc/init.d/${MY_PN}" || die
|
||||
fi
|
||||
insinto /etc/logrotate.d
|
||||
newins "${FILESDIR}/${MY_PN}.logrotate" "${MY_PN}"
|
||||
readme.gentoo_create_doc
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,24 +0,0 @@
|
||||
AUX hasstest 72 BLAKE2B 219dc5045193bbbf18f91d37d90072304c3f9937ac55337b692fcb03adea8e3fc63b3852b928d40b13162172d22f712feedb088d3d9b54c9b199a01c7446c865 SHA512 57491109c03926f0ab0a1cd3f55da0faac1afafc0ba405b4244652376d4da943227c17b1bf6b136dea151649cf02caf51d9aa49581addffc8ccf4c80d3c43c9c
|
||||
AUX homeassistant.conf.d 289 BLAKE2B f4a85e5a451a254a8ef39ae481275eb93b52df645d5b5c5801fee30aa548b9ccc0eacc9fb5256793d819dabe7b53f6ff5809798d0cf771464d56aae5a58332d2 SHA512 db860c0c66d0ea66eae08e62befc07d06ccea37a2ab89280328faa54ef6cc0623a65257e7806c72b1afe608e502566ca4ee8ac7de3547705ee6394184b5da110
|
||||
AUX homeassistant.init.d 922 BLAKE2B 0ff290187ca08f0a2afe011e9284f91c25722f4d2a97e4d26cf6cf06b56f66caa30c777bf1b4f7a32ebdde644a3d8b2e5c625bd86f70601548d886deb54c9a50 SHA512 78328ec822f43c04b614e63b27625c0fff75419203080b651c881ea91ea00dc32eb62273c23e3e150a5c22c952bcd86a929b10e92a0e3b24540d2ae66909216d
|
||||
AUX homeassistant.logrotate 186 BLAKE2B 260c2260bffc1bd164499beb2d63168c1d7bf838c586f1dbd782e9d6d88ee641f187ff0ea38b587db2f8de986a0f3cf75ee170779ac218e890fb6daf520f482d SHA512 917a4a33747c195e9d7477846f846a79d56b5cce37aa0bfb417d1d9acd24a2c106d9f2d348e1f779e3ef4e778fc5fdcbea26b56c91a0d84615ea7d7f55fc2f56
|
||||
AUX homeassistant.service 295 BLAKE2B d6989960404ed89f1888e0776a622b8b1800c39353f458d38af2364f1cc6a93c249155c291633792666e12c5235d8d43e9ce933a1e8958ea3fa948f74ebdf716 SHA512 c2c7349e3eda8a0bf85543697e37d0038e7c89ebdbaa22104dfc26f56d408d1c843c2aaa0c935359ab0ba27e7e3529a48a5487bf5c3377e37d47b0cbececa3ec
|
||||
AUX maxcube_TypeError_01114_dirty_hack.patch 2264 BLAKE2B d4287d558066962e331e91839ac9008bdaa3b41bfccd634d79479b3d35716e2defedfa311d06143fd2d97a253965dd3b78a9b8097d9ed961a0616fbebbc3761c SHA512 3b7264dd59df521bcc2b3a3e449960d59eb85c9a91fafbe022d63f5e5c3308a17e3f171a33dcef116bf9fe0ccd4302a5357e5bf92a72870ceddd1f306c2be29c
|
||||
AUX maxcube_TypeError_dirty_hack.patch 1460 BLAKE2B 08570971bb3ce4c120086a32ec2048796d705dd3958cf89b28e744089a51531c967c5c54f3deb9c0a39ba68d93e062550c0af44eedf464922ee55435cb01ceac SHA512 1c7a2c45a7eefe6e6cb1b9354e94a0fe0afcfa09f519f6d6237359f67545a438cccf53121850ebf5258519d0adeb3e653159d41f5aea398e5c8f7a8ed07081a5
|
||||
AUX recorder.yaml 114 BLAKE2B af04840805aa13124208584e7f1d40335905a083ee7deead5c0e4324c969f2a231c801c23e42075782950aba7535496d92747bf03efd73a80b0d07e8492d18f6 SHA512 cb4e353e54fb6dc7034569b8d62ddcdca92680c23c2c4e1ce707d21cf95e93f41a0c44521d8c3ee90b68c830f6b8e65dab82ae64bfa09727ae384550f7de0c94
|
||||
AUX socat-zwave.init.d 637 BLAKE2B d61c1024a6fe3ce8d322e62ac1ec15e00d08f5c5a63feabc8603ecc51ec16e0a4775e0c7da83d12d1ef0c9815c9ebf8ec8a86a678bb4a3b40decb04adc887f26 SHA512 2b13cd4175427853d5a4169cc7d441d62618e8136e4f5d9fd24d08a47f6916953ebd1e747ea9c7a0907b00766c7b2108ba3b8917178fd9a795da23e6525a0faf
|
||||
AUX update-homeassistant 1326 BLAKE2B 917bdd332c4e5dea5177eecd11a7f8d72b911fddfdc8e5eb54960c526fe8c735e20d44e570cf7aeb99669d2a9670c70da1c5fbc30efb284d1f0f330799de6e24 SHA512 3c05f0d6d1bde0e1526c3e679568794c07091e7856dfd8793e13feec6f22725ddaa3163ca2c81d9df86cf73573f932e561743f05de420b350a0b68f6a9582aca
|
||||
DIST homeassistant-2021.12.10.tar.gz 12522551 BLAKE2B e781a8c74ea71a573ce23b5fdb5bb4bb1bbdb0021b2575702464caadf455f7db9121bee01abe6e83aae2e412ee7fb4328e52166b981cc2ab4ee9bd2df93802ff SHA512 db0c809879a3b3055cd37e18d545930b3d866c9209bdebfc86639a1b829682a444c33d9c1360564c25f76a94b0441e456d0c362e635b1895e7b4d653aed1e9be
|
||||
DIST homeassistant-2022.2.8.tar.gz 13422279 BLAKE2B f93762d8c0a49e38e4383d2bfa614ad79a324f82caad87e3e5e6546107c2e05319c3fbf0525324f14791fb70b396fededd635ff245fde7fe89f51e3fb70a5899 SHA512 d521eccd093c6aee46f1cf2975b72631013f8c11a9f21b5487c3ab71b7cbbd251aa680ca7e2cce9e068526a5ec650b0d4448bca7b76ebf95ba35c90c987e92a3
|
||||
DIST homeassistant-2022.2.9.tar.gz 13423139 BLAKE2B eef653f45d01dfeb191d421905aa08f8fd297c9a66262d83ce5b8c70b932fc69d3b5e16471861b2cd4021ff3519d5037d8912afc25565430be07ca82300ce5c9 SHA512 fd0094c0c4365b967cabe9f1c548a75efd5b134e5a1d9822c207b160d8973b1e1f20fcf5159c2ea6974c37f8467cd9d100f93163a3933bf5ae25ce697cb87d98
|
||||
DIST homeassistant-2022.3.0.tar.gz 13929444 BLAKE2B c95898e3a3952b718829ee579647ed598f920744b397851b6b0ccb580bb89ca81f250384c77cac1455d829e5cb15d9a62cd1b0b98a55153a47914ba5e9572261 SHA512 d5cac171a4bbc1a5c8c777af4cd43936c6dd23cc218604433c88c504a4ff49aebe9d17be26b63917951ca5af509907b52926b53530b8002e9ddfb35f0febc2c7
|
||||
DIST homeassistant-2022.3.1.tar.gz 13930881 BLAKE2B 10d3f9fe3cd63204ae6772c2be9f880fd7971393297b677c98d3802be6f7d01a40b9eb5c92bab2736e47da023cc234c9aa7a83e0f8415df49db214a1a2b9ce77 SHA512 88080bd5c472cd99557e6424434142ff61202bf5ddcdef64edf133b31234fce0061b4691e95b58ea5a0c5749015f9c43b6cc519f24e6fc495a19d3de4c2cf0a8
|
||||
DIST homeassistant-2022.3.2.tar.gz 13933059 BLAKE2B bed15e656096f0b519e21dedd454bf3aa29892e00e0db7c0e8ca5e747218e7c2b20d9fee2afdade98dcc3ac77fea215a0878e9f3dc19db54c3a7b2cecfb4be20 SHA512 c58a6a607d2a1ca21cc39b5bc3a07f529613dbd0183ea1e311d4a18b5b6c168fc9ec9e228727753c816cfc428d58c724338b4982006fbd0317c277a1bea95ff4
|
||||
EBUILD homeassistant-full-2021.12.10.ebuild 69393 BLAKE2B e7669f76b50f5119f180efc0bb1c2615f325f7379326dae2c1c5ee6559214fcb54864cdec61001a34ca9273303a24e0e7265bc11f8f8c48d21f1c9edcac3829b SHA512 c98badf22758d967530cd73711602f3bf3154b2b6fedd0baebe47a34c57e2823cbfa0d22f9bfd9fd718f49b33a37db9877aaae7baa8ae48a926cf2936172026e
|
||||
EBUILD homeassistant-full-2022.2.8.ebuild 70888 BLAKE2B c0ace811a9c0f96b0a36385dc151d84adb64d9015207ab5fa45de6a8b8e306f72fa4f6fb8050a0352ce873bab6447283559d0cb80445445c5d2f3f2b28278819 SHA512 8b5bbd2a30e4ebe33e7649f02d76edb2e8cc5e5456837c4b2ff160dc305676c4ed905147fc49eb701e910e24dae72f385eb9853f2f19345494f4651e134c6835
|
||||
EBUILD homeassistant-full-2022.2.9.ebuild 70824 BLAKE2B a364f91ba6116f2967aaac593020a0675ec0e1e264971284cc501407c13f3244eb1594937b5613d800da848ee1cbef5b4ff5e80bedf3ecf337c9101fb6bb7766 SHA512 5bc026a59255dace09d494da3e23b5d9b2b3d2aa7e8d7a119de28519e7799a141f53da149ed192d72c6437c735eb50b255596cc517c6055e96ea3010da13c387
|
||||
EBUILD homeassistant-full-2022.3.0.ebuild 71221 BLAKE2B cf847dadb09e28d9be6cf90fcd95e295a04a5a665ab6867ad41a6ba559303eb4ca47a2eceb23f285e22b0eb3d675fedd621e43876a2906f1ab91d8d3ba6a620c SHA512 026a6b8fa2e8aa47a1c3c6a75c82f463f328e5850d781f5955f250c27be2aa9931392910d8789580dc7a11872e2290548e9bbd198d38859f92fbdb24f9c214ac
|
||||
EBUILD homeassistant-full-2022.3.1.ebuild 71221 BLAKE2B a3e061f765fb15a3696e07ed3ee23a7aee33a8ef687fe8cd4fef345fa1f4342e3f9fbe180b992b1db1ced5eb5256dcfd832415cb1e1d67bae18847cc8dc6209f SHA512 defd96c13cf7bf59474794b4507e16d35992faa828b241ce19f008fcb223635ac16300658e71cad8f46cde61d352716b21ff6683649255a4a81a3bcfc34acae0
|
||||
EBUILD homeassistant-full-2022.3.2.ebuild 71223 BLAKE2B 68286fdccae0cfd3f737b3d7057f629839a309ddf655296a1763c503367660109636b882ff5cb94a391c296e9d8876c4fc6d4ec496eeb85e76eb16069d414ede SHA512 0be7b002f608f1ea8e4d8fa68a1be7135a3e698b458f0e9b68d9e130abc6a6fb3a874275d90b19c5a60022e969af510e7495bc85ef6ecab83416585389c9a670
|
||||
EBUILD homeassistant-full-9999.ebuild 71229 BLAKE2B ae1af3c418de7dd473249ade70a9cd3ec5db59954a659e1bc807ccca9f3876667f87e7c8ebe50c01d36c120298ff64729dcaceeac1e632ce3a6ddcbb118798f8 SHA512 a966c5a8369ccb6738b9e688520293db4632ceb849d14ca7fa9ff37fd0e3f1132b2813bdf950a535730c294d989b8fff2cfb5639e8a24eb2ff35e61567d9a916
|
||||
MISC metadata.xml 77295 BLAKE2B 0bdfc00222f645ae7dd855138c59dc800a45fcefe6b35432b34b49c7a100ffca00761dc0f73bc54d173a93cf45cd965c751d17e23502f587e85a152c355dc5c5 SHA512 3bf342ee5905ebbb5c5c4a38f7db6dd77c3439e8cc7b0f4ce618b50f308e4913b2618fb7cc403a06aa5d36ac873bbb430c6a1656a829c9cc699f1354e028edb9
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
/usr/bin/hass -c /etc/homeassistant/ --script check_config
|
||||
@@ -1,9 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# /etc/conf.d/homeassistant: configuration for /etc/init.d/homeassistant
|
||||
|
||||
# Switches to pass to hass. See 'hass --help' for
|
||||
# a description of the possible switches.
|
||||
#
|
||||
HASS_OPTS=""
|
||||
@@ -1,37 +0,0 @@
|
||||
#!/sbin/openrc-run
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
description="Open-source home automation platform"
|
||||
|
||||
user="homeassistant:homeassistant"
|
||||
|
||||
stdoutlog="/var/log/homeassistant/stdout.log"
|
||||
serverlog="/var/log/homeassistant/server.log"
|
||||
warningslog="/var/log/homeassistant/warnings.log"
|
||||
|
||||
start_stop_daemon_args="--user $user --stdout $stdoutlog --stderr $serverlog --wait 10"
|
||||
|
||||
command="/usr/bin/hass"
|
||||
command_args="
|
||||
--config /etc/homeassistant
|
||||
--log-file $warningslog
|
||||
--log-rotate-days 9
|
||||
${HASS_OPTS}
|
||||
"
|
||||
|
||||
command_background=yes
|
||||
pidfile=/run/homeassistant.pid
|
||||
|
||||
depend() {
|
||||
need net
|
||||
# need socat-zwave
|
||||
# need mosquitto
|
||||
after bootmisc
|
||||
}
|
||||
|
||||
start_pre() {
|
||||
checkpath --file --owner $user --mode 0644 $stdoutlog
|
||||
checkpath --file --owner $user --mode 0644 $serverlog
|
||||
checkpath --file --owner $user --mode 0644 $warningslog
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
/var/log/homeassistant/server.log
|
||||
/var/log/homeassistant/stdout.log
|
||||
{
|
||||
compress
|
||||
maxage 365
|
||||
rotate 7
|
||||
size=+1024k
|
||||
notifempty
|
||||
missingok
|
||||
copytruncate
|
||||
su homeassistant homeassistant
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
[Unit]
|
||||
Description=Home Assistant
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/hass --skip-pip --log-no-color --log-rotate-days 9 --log-file /var/log/homeassistant/warnings.log --config /etc/homeassistant
|
||||
Group=homeassistant
|
||||
User=homeassistant
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -1,50 +0,0 @@
|
||||
diff --git a/homeassistant/components/maxcube/binary_sensor.py b/homeassistant/components/maxcube/binary_sensor.py
|
||||
index b42c96f..6433f8f 100644
|
||||
--- a/homeassistant/components/maxcube/binary_sensor.py
|
||||
+++ b/homeassistant/components/maxcube/binary_sensor.py
|
||||
@@ -17,7 +17,7 @@ def setup_platform(hass, config, add_entities, discovery_info=None):
|
||||
name = f"{cube.room_by_id(device.room_id).name} {device.name}"
|
||||
|
||||
# Only add Window Shutters
|
||||
- if cube.is_windowshutter(device):
|
||||
+ if device.type == 4:
|
||||
devices.append(MaxCubeShutter(handler, name, device.rf_address))
|
||||
|
||||
if devices:
|
||||
diff --git a/homeassistant/components/maxcube/climate.py b/homeassistant/components/maxcube/climate.py
|
||||
index 69d9177..c846e91 100644
|
||||
--- a/homeassistant/components/maxcube/climate.py
|
||||
+++ b/homeassistant/components/maxcube/climate.py
|
||||
@@ -65,7 +65,7 @@ def setup_platform(hass, config, add_entities, discovery_info=None):
|
||||
for device in cube.devices:
|
||||
name = f"{cube.room_by_id(device.room_id).name} {device.name}"
|
||||
|
||||
- if cube.is_thermostat(device) or cube.is_wallthermostat(device):
|
||||
+ if device.type == 1 or device.type == 3:
|
||||
devices.append(MaxCubeClimate(handler, name, device.rf_address))
|
||||
|
||||
if devices:
|
||||
@@ -173,11 +173,11 @@ class MaxCubeClimate(ClimateEntity):
|
||||
device = cube.device_by_rf(self._rf_address)
|
||||
valve = 0
|
||||
|
||||
- if cube.is_thermostat(device):
|
||||
+ if device.type == 1:
|
||||
valve = device.valve_position
|
||||
- elif cube.is_wallthermostat(device):
|
||||
+ elif device.type == 3:
|
||||
for device in cube.devices_by_room(cube.room_by_id(device.room_id)):
|
||||
- if cube.is_thermostat(device) and device.valve_position > 0:
|
||||
+ if device.type == 1 and device.valve_position > 0:
|
||||
valve = device.valve_position
|
||||
break
|
||||
else:
|
||||
@@ -275,7 +275,7 @@ class MaxCubeClimate(ClimateEntity):
|
||||
device = cube.device_by_rf(self._rf_address)
|
||||
attributes = {}
|
||||
|
||||
- if cube.is_thermostat(device):
|
||||
+ if device.type == 1:
|
||||
attributes[ATTR_VALVE_POSITION] = device.valve_position
|
||||
|
||||
return attributes
|
||||
@@ -1,28 +0,0 @@
|
||||
diff --git a/homeassistant/components/maxcube/binary_sensor.py b/homeassistant/components/maxcube/binary_sensor.py
|
||||
index 639b670..8a02649 100644
|
||||
--- a/homeassistant/components/maxcube/binary_sensor.py
|
||||
+++ b/homeassistant/components/maxcube/binary_sensor.py
|
||||
@@ -17,7 +17,8 @@ def setup_platform(hass, config, add_entities, discovery_info=None):
|
||||
name = "{} {}".format(cube.room_by_id(device.room_id).name, device.name)
|
||||
|
||||
# Only add Window Shutters
|
||||
- if cube.is_windowshutter(device):
|
||||
+ # if cube.is_windowhutter(device):
|
||||
+ if device.type == 4:
|
||||
devices.append(MaxCubeShutter(handler, name, device.rf_address))
|
||||
|
||||
if devices:
|
||||
diff --git a/homeassistant/components/maxcube/climate.py b/homeassistant/components/maxcube/climate.py
|
||||
index e09dfc2..40df857 100644
|
||||
--- a/homeassistant/components/maxcube/climate.py
|
||||
+++ b/homeassistant/components/maxcube/climate.py
|
||||
@@ -36,7 +36,8 @@ def setup_platform(hass, config, add_entities, discovery_info=None):
|
||||
for device in cube.devices:
|
||||
name = "{} {}".format(cube.room_by_id(device.room_id).name, device.name)
|
||||
|
||||
- if cube.is_thermostat(device) or cube.is_wallthermostat(device):
|
||||
+ # if cube.is_thermostat(device) or cube.is_wallthermostat(device):
|
||||
+ if device.type == 3 or device.type == 1:
|
||||
devices.append(MaxCubeClimate(handler, name, device.rf_address))
|
||||
|
||||
if devices:
|
||||
@@ -1,4 +0,0 @@
|
||||
recorder:
|
||||
purge_interval: 2
|
||||
purge_keep_days: 10
|
||||
db_url: sqlite:///var/db/homeassistant/home-assistant_v2.db
|
||||
@@ -1,26 +0,0 @@
|
||||
#!/sbin/openrc-run
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# socat pty,link=/dev/ttyUSB0,raw,user=homeassistant,group=dialout,mode=777 tcp:172.16.3.199:3333
|
||||
description="Tunnel to MS3 for making a Z-wave Socket"
|
||||
|
||||
user="root:root"
|
||||
|
||||
stdoutlog="/var/log/homeassistant/socat.log"
|
||||
|
||||
start_stop_daemon_args="--user $user --stdout $stdoutlog"
|
||||
|
||||
command="/usr/bin/socat"
|
||||
command_args="
|
||||
pty,link=/dev/ttyUSB0,raw,user=homeassistant,group=dialout,mode=777
|
||||
tcp:172.16.3.199:3333
|
||||
"
|
||||
|
||||
command_background=yes
|
||||
pidfile=/run/socat-zwave.pid
|
||||
|
||||
depend() {
|
||||
need net
|
||||
after bootmisc
|
||||
}
|
||||
@@ -1,48 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This script will:
|
||||
# 1. stop homeassistant if it is running (wait/kill it if it fails to stop)
|
||||
# 2. backs up /opt/homeassistant (moves it to: /opt/homeassistant-OLD_VERSION)
|
||||
# 3. merges the new version of homeassistant
|
||||
# 4. re-starts homeassistant if the merge was successful
|
||||
|
||||
prog="homeassistant"
|
||||
atom="app-misc/${prog}-bin"
|
||||
|
||||
if /etc/init.d/${prog} --ifstarted stop ; then
|
||||
echo "${prog} stopped"
|
||||
else
|
||||
echo "failed to stop, sleeping/killing: ${prog}"
|
||||
sleep 10
|
||||
pkill -9 -f "/opt/${prog}/bin/python3"
|
||||
/etc/init.d/${prog} zap
|
||||
fi
|
||||
|
||||
installed_version()
|
||||
{
|
||||
equery --no-color list -F '$fullversion' "${atom}" | tail -1
|
||||
}
|
||||
|
||||
version=$(installed_version)
|
||||
|
||||
if [ -d "/opt/${prog}" ] ; then
|
||||
if [ ! -d "/opt/${prog}-v${version}" ] ; then
|
||||
echo "backing up previous version as v${version}"
|
||||
echo "rollback by: mv /opt/${prog}-v${version} /opt/${prog}"
|
||||
mv "/opt/${prog}" "/opt/${prog}-v${version}"
|
||||
else
|
||||
echo "Previous backup found - (re-)move it manually and run the script again"
|
||||
exit 2
|
||||
fi
|
||||
fi
|
||||
|
||||
if emerge -v1 "${atom}" ; then
|
||||
echo "${atom} $(installed_version) merge successful"
|
||||
/etc/init.d/${prog} --ifstopped start
|
||||
echo "now check the logs in /var/log/${prog}; e.g."
|
||||
echo " tail -f /var/log/${prog}/server.log"
|
||||
exit 0
|
||||
else
|
||||
echo "${atom} merge failed"
|
||||
exit 1
|
||||
fi
|
||||
File diff suppressed because one or more lines are too long
@@ -1,847 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">home-assistant</remote-id>
|
||||
<doc>https://www.home-assistant.io/docs/</doc>
|
||||
<maintainer>
|
||||
<email>hello@home-assistant.io</email>
|
||||
<name>The Home Assistant Authors</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="abode">Library for the Abode alarm API</flag>
|
||||
<flag name="accuweather">Uses the AccuWeather web service as a source for weather data</flag>
|
||||
<flag name="acer_projector">Allows you to control the state of RS232 connected projectors from Acer</flag>
|
||||
<flag name="acmeda">Control and monitor covers via your Rolelase Acmeda Automate hub</flag>
|
||||
<flag name="adax">Integrates Adax heater into Home Assistant</flag>
|
||||
<flag name="adguard">Monitor your ad- and tracker-blocking DNS server</flag>
|
||||
<flag name="ads">Beckhoff automation devices running TwinCAT</flag>
|
||||
<flag name="advantage_air">API helper for Advantage Air's MyAir and e-zone API</flag>
|
||||
<flag name="aemet"> AEMET OpenData meteorological data</flag>
|
||||
<flag name="aftership">The aftership platform allows one to track deliveries by AfterShip</flag>
|
||||
<flag name="agent_dvr">Agent DVR is a free* software DVR solution</flag>
|
||||
<flag name="airly">Uses the Airly web service as a source for air quality data</flag>
|
||||
<flag name="airnow">AirNow web service as a source for air quality data</flag>
|
||||
<flag name="airthings">A python3 library to communicate with Aws</flag>
|
||||
<flag name="airtouch4">control Ducted Air Conditioning Systems that are using the AirTouch 4 Controller</flag>
|
||||
<flag name="airvisual">Airvisual sensor platform queries the AirVisual cloud API for air quality data</flag>
|
||||
<flag name="aladdin_connect">The aladdin_connect cover platform lets you control Genie Aladdin Connect garage</flag>
|
||||
<flag name="alarmdecoder">AlarmDecoder extended</flag>
|
||||
<flag name="almond">Almond is an open, privacy-preserving virtual assistant by Stanford Open Virtual</flag>
|
||||
<flag name="alpha_vantage">The alpha_vantage sensor platform uses Alpha Vantage to monitor the stock market</flag>
|
||||
<flag name="amazon_polly">Text-to-speech platform that works with Amazon Polly</flag>
|
||||
<flag name="ambee">Asynchronous Python client for the Ambee API</flag>
|
||||
<flag name="amberelectric">Interface to the Amber Electric API, allowing you to download current and foreca</flag>
|
||||
<flag name="ambiclimate">Communicate with Ambiclimate devices</flag>
|
||||
<flag name="ambient_station">Retrieves local weather information from Ambient Weather</flag>
|
||||
<flag name="amcrest">Integrate your Amcrest or Dahua IP camera</flag>
|
||||
<flag name="ampio">Will query the open data API of ampio.pl to monitor air quality sensor station</flag>
|
||||
<flag name="androidtv">Library for controlling an Android TV, formerly firetv</flag>
|
||||
<flag name="android_ip_webcam">The android_ip_webcam integration turns any Android phone or tablet into a netwo</flag>
|
||||
<flag name="anel_pwrctrl">The anel_pwrctrl switch platform allows you to control ANEL PwrCtrl devices</flag>
|
||||
<flag name="anthemav">Both Anthem’s current and last generation of A/V Receivers and Processors suppor</flag>
|
||||
<flag name="apache_kafka">Sends all state changes from Home Assistant to a Apache Kafka topic</flag>
|
||||
<flag name="apcupsd">Query Apcupsd status information from Home Assistant</flag>
|
||||
<flag name="apns">Use Apple Push Notification service (APNS) to deliver notifications</flag>
|
||||
<flag name="apple_tv">Library for controlling an Apple TV</flag>
|
||||
<flag name="apprise">The Apprise service is an all-in-one solution to open up Home Assistant</flag>
|
||||
<flag name="aprs">Tracker integration connects to the APRS-IS</flag>
|
||||
<flag name="aqualogic">Provides connectivity to a Hayward/Goldline AquaLogic/ProLogic pool controller</flag>
|
||||
<flag name="aquostv">The aquostv platform allows you to control a Sharp Aquos TV</flag>
|
||||
<flag name="arcam_fmj">Control Arcam receivers from Home Assistant</flag>
|
||||
<flag name="arlo">Allows you to integrate your Arlo devices into Home Assistant</flag>
|
||||
<flag name="arris_tg2492lg">Presence detection from an Arris TG2492LG router</flag>
|
||||
<flag name="aruba">Presence detection by looking at connected devices to an Aruba Instant device</flag>
|
||||
<flag name="aseko_pool_live">allows you to monitor your Aseko ASIN Aqua dosing systems</flag>
|
||||
<flag name="asterisk_mbox">asterisk_mbox Asterisk Voicemail integration</flag>
|
||||
<flag name="asuswrt">Api wrapper for Asuswrt</flag>
|
||||
<flag name="atag">Connect to Atag One thermostats, reporting and setting its status</flag>
|
||||
<flag name="aten_pe">The aten_pe integration lets you control ATEN Rack PDUs from Home Assistant</flag>
|
||||
<flag name="atome">The atome sensor platform is retrieving the consumption of your home from the Di</flag>
|
||||
<flag name="august">The august integration allows you to integrate your August devices in Home Assis</flag>
|
||||
<flag name="aurora">The aurora platform uses the NOAA Aurora Forecast service to let you know if an </flag>
|
||||
<flag name="aurora_abb_powerone">This implements a direct RS485 connection to a solar inverter in the PVI-3.0/3.6</flag>
|
||||
<flag name="aussie_broadband">displays various service metrics using the Aussie Broadband API</flag>
|
||||
<flag name="avea">Library for Elgato Avea bulbs</flag>
|
||||
<flag name="avion">Support for the Avi-on Bluetooth dimmer switch Avi-on</flag>
|
||||
<flag name="avri">Query the next scheduled waste pickup and the type of waste from Avri</flag>
|
||||
<flag name="awair">Library to integrate the Awair GraphQL API into Home Assistant</flag>
|
||||
<flag name="aws">Interact with Amazon Web Services</flag>
|
||||
<flag name="axis">Communicating with newer devices from Axis Communications</flag>
|
||||
<flag name="baidu">Text-to-speech platform uses Baidu TTS engine to read a text with natural soundi</flag>
|
||||
<flag name="balboa">This integration adds support for Balboa Spa WiFi Modules</flag>
|
||||
<flag name="bbb_gpio">Base for all BeagleBone Black related GPIO platforms</flag>
|
||||
<flag name="bbox">Presence detection from Bbox Modem Router from Bouygues Telecom</flag>
|
||||
<flag name="beewi_smartclim">BeeWi SmartClim BLE is a Bluetooth Low Energy sensor device</flag>
|
||||
<flag name="bh1750">Allows you to read the ambient light level in Lux from a BH1750FVI sensor connec</flag>
|
||||
<flag name="bitcoin">Displays various details about the Bitcoin network</flag>
|
||||
<flag name="bizkaibus">The bizkaibus sensor will give you the time until the next bus in the selected s</flag>
|
||||
<flag name="blackbird">Control Monoprice Blackbird Matrix Switch using a serial connection</flag>
|
||||
<flag name="blebox">BleBox produces small, low-power, surprisingly affordable, feature-rich WiFi dev</flag>
|
||||
<flag name="blink">Get events from Blink camera and security systems</flag>
|
||||
<flag name="blinksticklight">The blinkstick platform lets you control your Blinkstick lights</flag>
|
||||
<flag name="blinkt">The blinkt light platform lets you control the Blinkt! board, featuring eight su</flag>
|
||||
<flag name="blockchain">Displays Bitcoin wallet balances from blockchain.info</flag>
|
||||
<flag name="bluesound">Allows you to control your Bluesound HiFi wireless speakers and audio integratio</flag>
|
||||
<flag name="bluetooth_le_tracker">Tracks Bluetooth low-energy devices periodically based on interval_seconds value</flag>
|
||||
<flag name="bluetooth_tracker">Discovers new devices on boot and tracks Bluetooth devices periodically</flag>
|
||||
<flag name="bme280">Bosch BME280 Environmental sensor connected via I2c bus (SDA, SCL pins)</flag>
|
||||
<flag name="bme680">Read temperature, humidity, pressure and gas resistance values of a Bosch BME680</flag>
|
||||
<flag name="bmp280">Get temperature and pressure values of a Bosch BMP280 Environmental sensor conne</flag>
|
||||
<flag name="bmw_connected_drive">Retrieve data from the BMW Connected Drive</flag>
|
||||
<flag name="bond">Asynchronous Python wrapper library over Bond Local API</flag>
|
||||
<flag name="bosch_shc">integrate your Bosch SHC into Home Assistant</flag>
|
||||
<flag name="braviatv">Control almost all Sony Bravia TV 2013 and newer</flag>
|
||||
<flag name="broadlink">Allows you to interact with Broadlink remote control devices</flag>
|
||||
<flag name="brother">Read current data from your local Brother printer</flag>
|
||||
<flag name="brottsplatskartan">brottsplatskartan sensor allows one to track reported incidents</flag>
|
||||
<flag name="brunt">The brunt platform allows one to control Blind Engines by Brunt</flag>
|
||||
<flag name="bsblan">This integration integrates BSBLan device into Home Assistant</flag>
|
||||
<flag name="bt_home_hub_5">Offers presence detection by looking at connected devices to a BT Home </flag>
|
||||
<flag name="bt_smarthub">Presence detection by looking at BT Smart Hub based routers</flag>
|
||||
<flag name="buienradar">Integrate buienradar weather data into Home Assistant</flag>
|
||||
<flag name="caldav">Integrate a CalDAV (RFC4791) calendar in Home Assistant</flag>
|
||||
<flag name="camera">The camera integration allows you to use IP cameras with Home Assistant</flag>
|
||||
<flag name="canary">Allows you to integrate your Canary devices from Home Assistant</flag>
|
||||
<flag name="cast">Let Home Assitant talk to Google Chromecast</flag>
|
||||
<flag name="channels">Allows you to control Channels from Home Assistant</flag>
|
||||
<flag name="circuit">Unify Circuit platform allows you to send notifications</flag>
|
||||
<flag name="cisco_ios">Presence detection scanner for Cisco IOS devices</flag>
|
||||
<flag name="cisco_mobility_express">ciscomobilityexpress support for Home Assistant</flag>
|
||||
<flag name="cisco_webex_teams">Deliver rich notifications from Home Assistant to Cisco Webex Teams</flag>
|
||||
<flag name="clementine">The clementine platform allows you to control a Clementine Music Player</flag>
|
||||
<flag name="cli">Set a dependency for Home Assistant Cli hass-cli (lots of modules required)</flag>
|
||||
<flag name="climacell">obtain weather information from the ClimaCell API</flag>
|
||||
<flag name="cloud">Quickly integrate your local Home Assistant with various cloud services</flag>
|
||||
<flag name="cloudflare">With the cloudflare integration, you can keep your Cloudflare records up to date</flag>
|
||||
<flag name="cmus">Allows you to control a cmus music player from Home Assistant</flag>
|
||||
<flag name="co2signal">Queries the CO2Signal API for the CO2 intensity of a specific region</flag>
|
||||
<flag name="coinbase">Lets you access account balances and exchange rates from coinbase</flag>
|
||||
<flag name="color_extractor">color_extractor extracts the predominant color from a given image</flag>
|
||||
<flag name="comfoconnect">Comfoconnect integration lets you control Zehnder ComfoAir</flag>
|
||||
<flag name="compensation">Compensation integration consumes the state from other sensors</flag>
|
||||
<flag name="concord232">Provides integration with GE, Interlogix (and other brands) alarm panels</flag>
|
||||
<flag name="control4">Allows you to control and monitor lights from your local Control4 system</flag>
|
||||
<flag name="coolmaster">The coolmaster climate platform lets you control HVAC through CoolMasterNet</flag>
|
||||
<flag name="coronavirus">Add sensors for COVID-19 infections from Johns Hopkins University</flag>
|
||||
<flag name="cppm_tracker">Detect presence by looking at connected devices to Aruba Clearpass</flag>
|
||||
<flag name="cpuspeed">The cpuspeed sensor platform to allow you to monitor the current CPU speed</flag>
|
||||
<flag name="crownstone">allows you to control your Crownstones via cloud or using a USB dongle</flag>
|
||||
<flag name="cups">Using the open source printing system CUPS to show details about your printers</flag>
|
||||
<flag name="daikin">Integrate Daikin wireless controllers into Home Assistant</flag>
|
||||
<flag name="danfoss_air">The danfoss_air integration accesses information from your Danfoss Air HRV unit</flag>
|
||||
<flag name="darksky">Use dark sky weather data from Home Assistant</flag>
|
||||
<flag name="datadog">The datadog integration sends all state changes to Datadog using a Datadog Agent</flag>
|
||||
<flag name="debugpy">Useful in testing changes on a local development install</flag>
|
||||
<flag name="deconz">Add deCONZ ConBee/RaspBee Zigbee gateways to Home Assistant</flag>
|
||||
<flag name="decora">Support Decora Bluetooth dimmer switch Leviton from Home Assistant</flag>
|
||||
<flag name="decora_wifi">Support for Leviton Decora Wi-Fi dimmers/switches via the MyLeviton API</flag>
|
||||
<flag name="delijn">De Lijn public transport network in Flanders</flag>
|
||||
<flag name="deluge">Local polling for Deluge Switches and Sensors</flag>
|
||||
<flag name="denonavr">Automation Library for Denon AVR receivers</flag>
|
||||
<flag name="deutsche_bahn">will give you the departure time of the next train for the given connection</flag>
|
||||
<flag name="devolo_home_control">Add Devolo Home-control to Home Assistant</flag>
|
||||
<flag name="devolo_home_network">The devolo Home Network integration allows you to monitor your PLC network</flag>
|
||||
<flag name="dexcom">View your CGM data from Dexcom from Home Assistant</flag>
|
||||
<flag name="dhcp">will watch the network for DHCP requests for supported devices and services</flag>
|
||||
<flag name="dht">Get the current temperature and humidity from a DHT11, DHT22 or AM2302 device</flag>
|
||||
<flag name="digitalloggers">Switch platform controls the state of your Digital Loggers switches</flag>
|
||||
<flag name="digital_ocean">Access information about your Digital Ocean droplets from Home Assistant</flag>
|
||||
<flag name="directv">Allows you to control a DirecTV receiver and its client devices</flag>
|
||||
<flag name="discogs">Discogs Client for Home Assistant</flag>
|
||||
<flag name="discord">Send messages to the user using Discord from Home Assistant</flag>
|
||||
<flag name="discovery">Automatically configure zeroconf/mDNS and UPnP devices in Home Assistant</flag>
|
||||
<flag name="dlib_face_detect">Image processing platform for Home Assistant</flag>
|
||||
<flag name="dlib_face_identify">image processing platform allows you to use the Dlib</flag>
|
||||
<flag name="dlink">Allows you to control the state of your D-Link Wi-Fi Smart Plugs</flag>
|
||||
<flag name="dlna_dmr">Allows you to control a DLNA Digital Media Renderer</flag>
|
||||
<flag name="dlna_dms">allows you to browse and play media from a DLNA Digital Media Server</flag>
|
||||
<flag name="dnsip">will expose an IP address, fetched via DNS resolution, as its value</flag>
|
||||
<flag name="dominos">dominos integration allows you to order Dominos Pizza</flag>
|
||||
<flag name="doods"> image processing integration allows you to detect and recognize objects</flag>
|
||||
<flag name="doorbird">The doorbird implementation allows you to integrate your DoorBird device</flag>
|
||||
<flag name="dovado">The dovado integration manages communication with the Dovado router</flag>
|
||||
<flag name="dsmr">Dutch Smart Meters which comply to DSMR (Dutch Smart Meter Requirements)</flag>
|
||||
<flag name="dunehd">control a Dune HD media player</flag>
|
||||
<flag name="dwd_weather_warnings">dwd_weather_warnings sensor platform uses DWD for warnings</flag>
|
||||
<flag name="dweet">transfer details collected with Home Assistant to Dweet.io</flag>
|
||||
<flag name="dynalite">Dynalite DyNET interface forHome Assistant </flag>
|
||||
<flag name="dyson">integrate all Dyson related platforms into Home Assistant</flag>
|
||||
<flag name="eafm">UK Environment Agency Flood Monitoring API to provide sensors</flag>
|
||||
<flag name="ebox">Integrate your EBox account information into Home Assistant</flag>
|
||||
<flag name="ebusd">Integration between ebusd daemon for communication with eBUS heating systems</flag>
|
||||
<flag name="ecoal_boiler">The ecoal_boiler integration is the base for pumps and sensors</flag>
|
||||
<flag name="ecobee">Talk to Ecobee thermostats from Home Assistant</flag>
|
||||
<flag name="econet">consuming the information provided by a EcoNet enabled Rheem water heater</flag>
|
||||
<flag name="ecovacs">ecovacs integration to integrate all Ecovacs (Deebot) vacuums</flag>
|
||||
<flag name="eddystone_temperature">reads temperature information from Eddystone beacons</flag>
|
||||
<flag name="edimax">switch platform allows you to control the state of your Edimax switches</flag>
|
||||
<flag name="edl21">edl21 integration lets you read German EDL21 smart meters using SML</flag>
|
||||
<flag name="ee_brightbox">presence detection by looking at connected devices to a EE Bright Box 2 router</flag>
|
||||
<flag name="efergy">Integrate your Efergy meter information into Home Assistant</flag>
|
||||
<flag name="egardia">Control an Egardia/Woonveilig alarm control panel from Home Assistant</flag>
|
||||
<flag name="eight_sleep">Fetch data from your Eight Sleep smart cover or mattress</flag>
|
||||
<flag name="elgato">The Elgato Key Light sets the bar for high-end studio lighting</flag>
|
||||
<flag name="eliqonline">Integrate your ELIQ Online smart meter information</flag>
|
||||
<flag name="elkm1">Elk-M1 is a home security and automation controller</flag>
|
||||
<flag name="elmax">enables Home Assistant integration with ELMAX control panels</flag>
|
||||
<flag name="elv">control the state of your ELV PCA 301 smart switch</flag>
|
||||
<flag name="emby">The emby platform allows you to control a Emby multimedia system</flag>
|
||||
<flag name="emonitor">SiteSage Emonitor allows local power monitoring on a per circuit basis</flag>
|
||||
<flag name="emulated_hue">Emulated_hue integration provides a virtual Philips Hue bridge</flag>
|
||||
<flag name="emulated_kasa">Emulates a TP-Link Kasa smart plug and announces the power usage</flag>
|
||||
<flag name="emulated_roku">Emulate Roku API for Harmony and Android remotes</flag>
|
||||
<flag name="enigma2">Support for Enigma2 boxes with openwebif support</flag>
|
||||
<flag name="enocean">Support for Enocean devices in Home Assistant</flag>
|
||||
<flag name="enphase_envoy">Reads electricity production and consumption from an Enphase Envoy</flag>
|
||||
<flag name="entur_public_transport">entur_public_transport sensor gives real-time departure information</flag>
|
||||
<flag name="environment_canada">Access meteorological data from Environment Canada from Home Assistant</flag>
|
||||
<flag name="envirophat">Display information collected by an Enviro pHAT add-on board</flag>
|
||||
<flag name="envisalink">Link Envisalink devices to Home Assistant</flag>
|
||||
<flag name="ephember">The ephember climate platform lets you control EPH Controls thermostats</flag>
|
||||
<flag name="epson">The epson platform allows you to control a Epson projector</flag>
|
||||
<flag name="epsonworkforce">monitor the ink levels of a Epson Workforce printer</flag>
|
||||
<flag name="eq3btsmart">Integrate EQ3 Bluetooth Smart Thermostats in Home Assistant</flag>
|
||||
<flag name="esphome">Support for esphome sensors, covers and switches and it's dashboard</flag>
|
||||
<flag name="essent">communicate with the (undocumented) API of Dutch energy provider Essent</flag>
|
||||
<flag name="etherscan">displays Ether and ERC-20 token balances from Etherscan.io</flag>
|
||||
<flag name="eufy">eufy integration is the main integration to integrate various eufy devices</flag>
|
||||
<flag name="everlights">Library for controlling an EverLights lighting system</flag>
|
||||
<flag name="evil_genius_labs">allows you to control and monitor the artworks by Evil Genius Labs</flag>
|
||||
<flag name="evohome">links with all non-US Honeywell Total Connect Comfort (TCC) CH/DHW systems</flag>
|
||||
<flag name="ezviz">ezviz sensor platform uses the EzvizLife API to interact with the devices</flag>
|
||||
<flag name="faa_delays">delays at US Airports based on the FAA’s National Airspace System Status</flag>
|
||||
<flag name="familyhub">get images of the inside of your Samsung Family Hub refrigerator</flag>
|
||||
<flag name="fastdotcom">uses the Fast.com web service to measure network bandwidth performance</flag>
|
||||
<flag name="feedreader">an RSS/Atom feed reader that polls feeds every hour</flag>
|
||||
<flag name="ffmpeg">allows other Home Assistant integrations to process video and audio streams</flag>
|
||||
<flag name="fibaro">Fibaro hub is a controller mainly connecting to Z-Wave devices</flag>
|
||||
<flag name="fido">Integrate your Fido account information into Home Assistant</flag>
|
||||
<flag name="fints">This only works with banks that support the FinTS (aka. HBCI) standard</flag>
|
||||
<flag name="fireservicerota">scheduling and dispatching system for firefighters</flag>
|
||||
<flag name="firmata">Firmata can be used to add digital inputs and outputs to Home Assistant</flag>
|
||||
<flag name="fitbit">The Fitbit sensor allows you to expose data from Fitbit to Home Assistant</flag>
|
||||
<flag name="fivem">lets you retrieve information from a FiveM server within Home Assistant</flag>
|
||||
<flag name="fixer">current exchange rate from Fixer.io using data from ECB</flag>
|
||||
<flag name="fjaraskupan">Fjäråskupan allows you to control your Bluetooth equipped kitchen fan</flag>
|
||||
<flag name="fleetgo">integrate your vehicles equipped with FleetGO hardware into Home Assistant</flag>
|
||||
<flag name="flexit">Integrates Flexit Air Conditioning unit into Home Assistant</flag>
|
||||
<flag name="flic">The flic platform allows you to receive click events from flic smart buttons</flag>
|
||||
<flag name="flick_electric">Flick Electric Co is a power company in New Zealand</flag>
|
||||
<flag name="flipr">Flipr is a smart pool monitor (Cloud Polling)</flag>
|
||||
<flag name="flo">The flo integration integrates Flo by Moen smart water shutoff valves</flag>
|
||||
<flag name="flume">monitors the real-time status of your home water meter</flag>
|
||||
<flag name="flunearyou">allows users in the US to get information from Flu Near You</flag>
|
||||
<flag name="flux_led">flux_led support is integrated into Home Assistant as a light platform</flag>
|
||||
<flag name="folder_watcher">publishing events on the bus on the creation/deletion/modification of files</flag>
|
||||
<flag name="foobot">fetch air quality data from your Foobot device</flag>
|
||||
<flag name="forecast_solar">Asynchronous Python client for getting forecast solar information</flag>
|
||||
<flag name="forked_daapd">allows you to control your forked-daapd server from Home Assistant</flag>
|
||||
<flag name="fortios">device tracking of devices with a MAC address connected to a FortiGate</flag>
|
||||
<flag name="foscam">watch the live stream of your Foscam IP camera</flag>
|
||||
<flag name="freebox">allows you to observe and control Freebox router</flag>
|
||||
<flag name="freedompro">Python library for Freedompro API</flag>
|
||||
<flag name="free_mobile">free_mobile platform is using the French mobile operator Free Mobile to send SMS</flag>
|
||||
<flag name="fritz">The fritz platform offers presence detection for Home Assistant</flag>
|
||||
<flag name="fritzbox">Allows you to integrate the switch and climate devices in Home Assistant</flag>
|
||||
<flag name="fritzbox_callmonitor">monitors the call monitor exposed by AVM FRITZ!Box routers on TCP port 1012</flag>
|
||||
<flag name="fritzbox_netmonitor">sensor monitors the network statistics exposed by AVM FRITZ!Box routers</flag>
|
||||
<flag name="fronius">Add (very basic) Support for Fronius Symo JSON Api to Home Assistant</flag>
|
||||
<flag name="frontend">official frontend to control Home Assistant</flag>
|
||||
<flag name="frontier_silicon">Support for Internet Radios based on the Frontier Silicon chipset</flag>
|
||||
<flag name="futurenow">Allows you to use P5 FutureNow relay/dimmer units as lights</flag>
|
||||
<flag name="garages_amsterdam">measure the occupancy of Amsterdam parking garages in the Netherlands</flag>
|
||||
<flag name="garmin_connect">The Garmin Connect sensor allows you to expose data from Garmin Connect</flag>
|
||||
<flag name="gc100">The Global Caché GC-100 can be integrated into Home Assistant</flag>
|
||||
<flag name="gdacs">lets you use a GeoRSS feed provided by GDACS</flag>
|
||||
<flag name="geniushub">geniushub integration links Home Assistant with your Genius Hub CH/DHW</flag>
|
||||
<flag name="geonetnz_quakes">Use a GeoJSON feed provided by New Zealand’s GeoNet in Home Assistant</flag>
|
||||
<flag name="geonetnz_volcano">GeoJSON feed provided by New Zealand’s GeoNet</flag>
|
||||
<flag name="geo_json_events">geo_json_events platform lets you integrate GeoJSON feeds</flag>
|
||||
<flag name="geo_rss_events">geo_rss_events sensor retrieves events from a GeoRSS feed</flag>
|
||||
<flag name="gios">Source for air quality data for Home Assistant</flag>
|
||||
<flag name="github">GitHub sensor integrates data from GitHub to monitor your favorite repositories</flag>
|
||||
<flag name="gitlab_ci">Sensor platform integrates results reported by CI/CD Pipeline Jobs in GitLab</flag>
|
||||
<flag name="gitter">Sensor allows one to monitor a Gitter.im chatroom for unread messages</flag>
|
||||
<flag name="glances">Allows you to monitor the system information provided by the Glances API</flag>
|
||||
<flag name="gntp">Growl Notification Protocol: sending and receiving notifications</flag>
|
||||
<flag name="goalfeed">Use your Goalfeed account to trigger events in Home Assistant</flag>
|
||||
<flag name="goalzero">Access Goal Zero REST Api from Home Assistant</flag>
|
||||
<flag name="gogogate2">Control Gogogate2-Enabled garage doors from Home Assistant</flag>
|
||||
<flag name="goodwe">poll a GoodWe solar inverter over the local network</flag>
|
||||
<flag name="google">Intergrate Google Calendar into Home Assistant</flag>
|
||||
<flag name="google_cloud">allows you to use Google Cloud Platform API</flag>
|
||||
<flag name="google_maps">google_maps platform allows you to detect presence</flag>
|
||||
<flag name="google_pubsub">Send events to Google Cloud Pub/Sub from Home Assistant</flag>
|
||||
<flag name="google_translate">google_translate text-to-speech platform for Home Assistant</flag>
|
||||
<flag name="google_travel_time">provides travel time from the Google Distance Matrix API</flag>
|
||||
<flag name="gpmdp">Allows you to control a GPMDP instance from Home Assistant</flag>
|
||||
<flag name="gpsd">GPS information collected by gpsd and a GPS receiver</flag>
|
||||
<flag name="gree">Discover, connect and control Gree based minisplit systems</flag>
|
||||
<flag name="greeneye_monitor">Allows you to create sensors for the various data channels of the GEM</flag>
|
||||
<flag name="greenwave">Communicates with the Greenwave Reality (TCP Connected) Gateway</flag>
|
||||
<flag name="growatt_server">Talk to growatt server from Home Assistant</flag>
|
||||
<flag name="gstreamer">Allows you to play audio via a gstreamer pipeline from Home Assistant</flag>
|
||||
<flag name="gtfs">gtfs sensor will give you the next departure time</flag>
|
||||
<flag name="guardian">Integrates Elexa Guardian water valve controllers into Home Assistant</flag>
|
||||
<flag name="habitica">Allows you to monitor and manage your Habitica profile</flag>
|
||||
<flag name="hangouts">Allows you to send messages to Google Hangouts conversations</flag>
|
||||
<flag name="harman_kardon_avr">Allows you to control Harman Kardon Network Receivers</flag>
|
||||
<flag name="harmony">Logitech Harmony support for Home Assistant</flag>
|
||||
<flag name="hdmi_cec">Creates switch entities for HDMI devices in Home Assistant</flag>
|
||||
<flag name="heatmiser">Control Heatmiser DT/DT-E/PRT/PRT-E thermostats from Heatmiser</flag>
|
||||
<flag name="heos">Controlling HEOS devices through the HEOS CLI Protocol from Home Assistant</flag>
|
||||
<flag name="here_travel_time">here_travel_time sensor provides travel time from the HERE Routing API</flag>
|
||||
<flag name="hikvision">Parses the event stream of a Hikvision IP Camera for Home Assistant</flag>
|
||||
<flag name="hikvisioncam">Allows you to control your motion detection settings from Home Assistant</flag>
|
||||
<flag name="hisense_aehw4a1">Give Wi-Fi connectivity to some Hisense ACs</flag>
|
||||
<flag name="hive">Set up and integrate all supported Hive devices in Home Assistant</flag>
|
||||
<flag name="hlk_sw16">HLK-SW16 by Hi-Link is a simple networkable 16 port relay device</flag>
|
||||
<flag name="homekit">Integrate HomeKit controller and accessory in Home Assistant</flag>
|
||||
<flag name="homekit_controller">Allows you to connect accessories with the “Works with HomeKit” logo</flag>
|
||||
<flag name="homematic">An API for the homematicip cloud</flag>
|
||||
<flag name="homematicip_cloud">A python wrapper for the homematicIP REST API (Access Point Based)</flag>
|
||||
<flag name="homewizard">collect data locally from the HomeWizard Energy products</flag>
|
||||
<flag name="homeworks">Lutron Homeworks Series 4 & 8 systems via RS232</flag>
|
||||
<flag name="home_connect">Home Connect standard for Bosch and Siemens</flag>
|
||||
<flag name="home_plus_control">allows you to control a range of Legrand in-wall switches and power outlets</flag>
|
||||
<flag name="honeywell">Integrates US-based Honeywell Total Connect Comfort (TCC) climate systems</flag>
|
||||
<flag name="horizon">Allows you to control a Unitymedia Horizon HD Recorder from Home Assistant</flag>
|
||||
<flag name="hp_ilo">Query HP Integrated Lights out XML interfaces from Home Assistant</flag>
|
||||
<flag name="html5">html5 enables you to receive push notifications to Chrome or Firefox</flag>
|
||||
<flag name="http">Serves all files and data required for the Home Assistant frontend</flag>
|
||||
<flag name="htu21d">Read the temperature and humidity from a HTU21D sensor (I2C)</flag>
|
||||
<flag name="huawei_lte">allows you to observe and control Huawei LTE devices</flag>
|
||||
<flag name="hue">talk to Philips Hue</flag>
|
||||
<flag name="huisbaasje">Huisbaasje smart energy meters</flag>
|
||||
<flag name="hunterdouglas_powerview">integrate your Hunter Douglas PowerView devices</flag>
|
||||
<flag name="hvv_departures">departures of busses, trains and ferries in Hamburg</flag>
|
||||
<flag name="hydrawise">communicate with Hunter Wi-Fi irrigation controllers</flag>
|
||||
<flag name="hyperion">integrate your Hyperion into Home Assistant</flag>
|
||||
<flag name="ialarm">A simple library to interface with iAlarm systems, built for Home-Assistant</flag>
|
||||
<flag name="iammeter">real-time readings of WEM3080, WEM3162 & WEM3080T) meters</flag>
|
||||
<flag name="iaqualink">iAqualink by Jandy allows you to control your pool via cloud service</flag>
|
||||
<flag name="icloud">iCloud allows users to track their location on iOS devices</flag>
|
||||
<flag name="idteck_prox">This integration works with Proximity Readers (RFID card readers)</flag>
|
||||
<flag name="ifttt">With the IFTTT component, you can trigger applets through the “Webhooks” service</flag>
|
||||
<flag name="iglo"> integrate your iGlo Lights into Home Assistant</flag>
|
||||
<flag name="ign_sismologia">a GeoRSS feed provided by the Spanish Instituto Geográfico Nacional</flag>
|
||||
<flag name="ihc">use IHC Python SDK</flag>
|
||||
<flag name="image">handle image assets in Home Assistant</flag>
|
||||
<flag name="imap">observing your IMAP server and reporting the amount of unread emails</flag>
|
||||
<flag name="incomfort">client for Intergas InComfort/InTouch Lan2RF systems</flag>
|
||||
<flag name="influxdb">transfer sensor data to a local InfluxDB database</flag>
|
||||
<flag name="insteon">allowing linked INSTEON devices to be used</flag>
|
||||
<flag name="intellifire">integrate IntelliFire Wi-Fi fireplace modules</flag>
|
||||
<flag name="intesishome">communications with IntesisHome Smart AC Controllers</flag>
|
||||
<flag name="iota">IOTA is a new blockless distributed ledger</flag>
|
||||
<flag name="iotawatt">Integration for the IoTaWatt Open WiFi Electricity Monitor</flag>
|
||||
<flag name="iperf3">iperf3 sensor integration allows you to measure network bandwidth</flag>
|
||||
<flag name="ipma">ipma weather platform</flag>
|
||||
<flag name="ipp">read current data from your networked printer</flag>
|
||||
<flag name="iqvia">collects allergy, asthma and disease information (based on a U.S. ZIP code)</flag>
|
||||
<flag name="irish_rail_transport">will give you the time until the next two departures</flag>
|
||||
<flag name="islamic_prayer_times">integration displays the various prayer times for Muslims as sensors</flag>
|
||||
<flag name="iss">know if the station is above your home location</flag>
|
||||
<flag name="isy994">controller that is capable of controlling Insteon and X10 devices</flag>
|
||||
<flag name="itach">control IR devices with a Global Caché iTach Device and GC-100 devices</flag>
|
||||
<flag name="izone">control of a local iZone ducted reverse-cycle climate control device</flag>
|
||||
<flag name="jellyfin">exposes a Jellyfin server as a Media Source in Home Assistant</flag>
|
||||
<flag name="jewish_calendar">Displays information related to the Jewish Calendar as a variety of sensors</flag>
|
||||
<flag name="joaoapps_join">joaoapps_join integration exposes services from Join</flag>
|
||||
<flag name="juicenet">pulls data from a JuiceNet charging station</flag>
|
||||
<flag name="kaiterra">view the readings from your Laser Egg or Sensedge device</flag>
|
||||
<flag name="keba">integrates your Keba charging station (wallbox)</flag>
|
||||
<flag name="keenetic_ndms2">presence detection for Keenetic Routers</flag>
|
||||
<flag name="kef">KEF wireless speakers</flag>
|
||||
<flag name="keyboard">The keyboard integration simulates key presses on the host machine</flag>
|
||||
<flag name="keyboard_remote">Receive signals from a keyboard and use it as a remote control</flag>
|
||||
<flag name="kira">main integration to integrate Keene Electronics IR over IP Kira modules</flag>
|
||||
<flag name="kiwi">open your KIWI Smart Locks and Smart Entry Devices</flag>
|
||||
<flag name="kmtronic">IP-connected relays</flag>
|
||||
<flag name="knx">Asynchronous Library for the KNX protocol</flag>
|
||||
<flag name="kodi">control a Kodi multimedia system</flag>
|
||||
<flag name="konnected">connect wired sensors and switches to a Konnected Alarm Panel</flag>
|
||||
<flag name="kostal_plenticore">allows you to get data from Kostal Plenticore solar inverters</flag>
|
||||
<flag name="kraken">allows you to monitor exchange rates on kraken.com</flag>
|
||||
<flag name="kulersky">connects Brightech Kuler Sky floor lamps to Home Assistant</flag>
|
||||
<flag name="kwb">integrates the sensors of KWB Easyfire pellet central heating units </flag>
|
||||
<flag name="lacrosse">using the data provided by a Jeelink USB dongle or this Arduino sketch</flag>
|
||||
<flag name="lametric">LaMetric Time smart clock listen to web radio and display notifications</flag>
|
||||
<flag name="lastfm">lastfm sensor platform will allow you to see whenever a user starts scrobbling</flag>
|
||||
<flag name="launch_library">information about the next planned space launch</flag>
|
||||
<flag name="lcn">allows you to connect to LCN hardware devices</flag>
|
||||
<flag name="lg_netcast">allows you to control a LG Smart TV running NetCast 3.0</flag>
|
||||
<flag name="lg_soundbar">allows you to control LG Soundbars from Home Assistant</flag>
|
||||
<flag name="life360">detect presence using the unofficial API of Life360</flag>
|
||||
<flag name="lifx">The lifx integration allows you to integrate your LIFX into Home Assistant</flag>
|
||||
<flag name="lifx_legacy">The lifx integration allows you to integrate your LIFX into Home Assistant</flag>
|
||||
<flag name="lightwave">WiFi link for controlling Lightwave lights, switches and TRVs</flag>
|
||||
<flag name="limitlessled">control your LimitlessLED lights from within Home Assistant</flag>
|
||||
<flag name="linode">allows you to access the information about your Linode systems</flag>
|
||||
<flag name="linux_battery">sensor platform is using the information stored in /sys/class/power_supply/</flag>
|
||||
<flag name="litejet">allows a computer to control the system via LiteJet’s third party protocol</flag>
|
||||
<flag name="litterrobot">Wi-Fi-enabled, automatic, self-cleaning litter box for cats</flag>
|
||||
<flag name="logi_circle">integrate your Logi Circle cameras in Home Assistant</flag>
|
||||
<flag name="london_underground">display the status of London underground lines</flag>
|
||||
<flag name="lookin">Integrates LOOKin devices into Home Assistant</flag>
|
||||
<flag name="loopenergy">Integrate your Loop Energy meter information into Home Assistant</flag>
|
||||
<flag name="luci">fetch connected devices from your OpenWrt</flag>
|
||||
<flag name="luftdaten">query the open data API of luftdaten.info to monitor air quality</flag>
|
||||
<flag name="lupusec">Lupusec alarm control panel and ultimately all connected sensors</flag>
|
||||
<flag name="lutron">communicating with the Lutron main hub</flag>
|
||||
<flag name="lutron_caseta">for communicating with the Lutron Caseta Smart Bridge</flag>
|
||||
<flag name="lw12wifi">Library to control the Lagute LW-12 WiFi LED controller</flag>
|
||||
<flag name="lyft">Unofficial Lyft Rides API Python SDK</flag>
|
||||
<flag name="lyric">Honeywell Lyric thermostat platform</flag>
|
||||
<flag name="magicseaweed">Provides API wrapper to magicseaweed.com.</flag>
|
||||
<flag name="mailgun">A simple mailgun client - pymailgun fork with Python 3 support</flag>
|
||||
<flag name="marytts">text-to-speech platform uses MaryTTS Text-to-Speech engine</flag>
|
||||
<flag name="mastodon">uses Mastodon to deliver notifications from Home Assistant</flag>
|
||||
<flag name="matrix">allows you to send messages to matrix rooms</flag>
|
||||
<flag name="maxcube">eQ-3 ELV MAX Cube Python API</flag>
|
||||
<flag name="mazda">Mazda Connected Services integration</flag>
|
||||
<flag name="mcp23017">base for all related mcp23017 platforms in Home Assistant</flag>
|
||||
<flag name="mediaroom">control a Mediaroom Set-Top Box (STB) from Home Assistant</flag>
|
||||
<flag name="media_extractor">Gets a stream URL and sends it to a media player entity</flag>
|
||||
<flag name="melcloud">Python MELCloud interface</flag>
|
||||
<flag name="melissa">main integration to connect to a Melissa Climate A/C control</flag>
|
||||
<flag name="message_bird">MessageBird's REST API</flag>
|
||||
<flag name="met">met platform uses the Met.no web service as a source for meteorological data</flag>
|
||||
<flag name="meteoalarm">watch for weather alerts in europe from MeteoAlarm</flag>
|
||||
<flag name="meteoclimatic">use Meteoclimatic web service as a source for meteorological data</flag>
|
||||
<flag name="meteo_france">uses the meteorological data from Meteo-France</flag>
|
||||
<flag name="metoffice">weather platform uses the Met Office’s DataPoint API</flag>
|
||||
<flag name="met_eireann">Met Éireann (The Irish Meteorological Service) Public Weather Forecast API</flag>
|
||||
<flag name="mfi">sensor platform to allow you to monitor mFi mPort interface and sensors</flag>
|
||||
<flag name="mhz19">small non-dispersive infrared sensor that can measure CO2 level</flag>
|
||||
<flag name="microsoft">text-to-speech platform uses the TTS engine of the Microsoft Speech Service</flag>
|
||||
<flag name="miflora">miflora sensor platform allows one to monitor plant soil and air conditions</flag>
|
||||
<flag name="mikrotik">add support for MikroTik RouterOS API</flag>
|
||||
<flag name="mill">A python3 library to communicate with Mill</flag>
|
||||
<flag name="minecraft_server">retrieve information from a Minecraft server</flag>
|
||||
<flag name="minio">This integration adds interaction with Minio</flag>
|
||||
<flag name="mitemp_bt">mitemp_bt sensor platform allows one to monitor room temperature and humidity</flag>
|
||||
<flag name="mobile_app">allows Home Assistant mobile apps to easily integrate with Home Assistant</flag>
|
||||
<flag name="mochad">main integration to integrate all Mochad X10 platforms</flag>
|
||||
<flag name="modbus">sensors and switches controlled over MODBUS serial, TCP, and UDP connections</flag>
|
||||
<flag name="modem_callerid">Uses an available modem for collecting caller ID information</flag>
|
||||
<flag name="modern_forms">Asynchronous Python client for Modern Forms fans</flag>
|
||||
<flag name="moehlenhoff_alpha2">allows you to control a Möhlenhoff Alpha 2 temperature control system</flag>
|
||||
<flag name="monoprice">Python API for talking to Monoprice 6-zone amplifier</flag>
|
||||
<flag name="motioneye">integrate your motionEye server into Home Assistant</flag>
|
||||
<flag name="motion_blinds">control Motion Blinds from Coulisse B.V.</flag>
|
||||
<flag name="mpd">allows you to control a Music Player Daemon from Home Assistant</flag>
|
||||
<flag name="mqtt">install MQTT Broker and dependencies</flag>
|
||||
<flag name="msteams">send notifications from Home Assistant to a team channel in Microsoft Teams</flag>
|
||||
<flag name="mullvad">Mullvad VPN integration pulls Mullvad VPN status information</flag>
|
||||
<flag name="mutesync">mutesync integration for Home Assistant connects to the mütesync virtual button</flag>
|
||||
<flag name="mvglive">departure times bus, tram, subway, train of Munich public transport network</flag>
|
||||
<flag name="mychevy">communicates with the my.chevrolet website using the javascript API</flag>
|
||||
<flag name="mycroft">allows you to send notifications and more to Mycroft from Home Assistant</flag>
|
||||
<flag name="myq">lets you control MyQ-Enabled garage doors</flag>
|
||||
<flag name="mysensors">combines devices like Arduino, ESP8266, Raspberry Pi, NRF24L01+ and RFM69</flag>
|
||||
<flag name="mysql">set dependencies to install MySQL Libraries for use with HomeAssistant</flag>
|
||||
<flag name="mystrom">Python API for interacting with myStrom devices</flag>
|
||||
<flag name="mythicbeastsdns">automatically update your dynamic DNS entry at Mythic Beasts</flag>
|
||||
<flag name="nad">allows you to control a NAD receiver through RS232, TCP and Telnet</flag>
|
||||
<flag name="nam">get temperature, humidity, pressure , air quality from Nettigo devices</flag>
|
||||
<flag name="namecheapdns">automatically update your dynamic DNS entry at namecheapdns</flag>
|
||||
<flag name="nanoleaf">allows you to control Nanoleaf Light Panels from Home Assistant</flag>
|
||||
<flag name="neato">Python package for controlling Neato pybotvac Connected vacuum robot</flag>
|
||||
<flag name="nederlandse_spoorwegen">train service in the Netherlands</flag>
|
||||
<flag name="nello">The nello platform allows you to control Nello intercoms</flag>
|
||||
<flag name="ness_alarm">integrate a Ness D8x/D16x alarm system</flag>
|
||||
<flag name="nest">main integration to integrate all Nest related platforms</flag>
|
||||
<flag name="netatmo">Access to Netatmo weather station data</flag>
|
||||
<flag name="netdata">API for interacting with Netdata</flag>
|
||||
<flag name="netgear">detect presence by looking at connected devices to a NETGEAR device</flag>
|
||||
<flag name="netgear_lte">observe and control NETGEAR LTE modems</flag>
|
||||
<flag name="netio">Binding library for Koukaam netio devices</flag>
|
||||
<flag name="network">provides network configuration for integrations such as Zeroconf</flag>
|
||||
<flag name="neurio_energy">Integrate your Neurio meter information into Home Assistant</flag>
|
||||
<flag name="nexia">allows you to integrate your Nexia thermostats into Home Assistant</flag>
|
||||
<flag name="nextbus"> will give you the next departure time and associated data fro NextBus</flag>
|
||||
<flag name="nextcloud">pulls summary Nextcloud information into Home Assistant</flag>
|
||||
<flag name="nfandroidtv">Notifications for Android TV and Notifications for Fire TV</flag>
|
||||
<flag name="nightscout">allows you to view your CGM data from Nightscout</flag>
|
||||
<flag name="niko_home_control">platform allows you to integrate your Niko Home Control</flag>
|
||||
<flag name="nilu">An API client for getting pollution data from NILU sensor stations in Norway</flag>
|
||||
<flag name="nina">displays warnings from Bundesamt für Bevölkerungsschutz und Katastrophenhilfe</flag>
|
||||
<flag name="nissan_leaf">integration with the NissanConnect EV cloud service</flag>
|
||||
<flag name="nmap_tracker">Presence detection for Home Assistant with nmap</flag>
|
||||
<flag name="nmbs">Python wrapper for the iRail API</flag>
|
||||
<flag name="noaa_tides">prediction for the tides for any location in the United States</flag>
|
||||
<flag name="norway_air">A library to communicate with the met.no api</flag>
|
||||
<flag name="notify_events">The Notify.Events service is a platform for the notify component</flag>
|
||||
<flag name="notion">retrieves data from Notion wireless home monitoring sensor kits</flag>
|
||||
<flag name="nsw_fuel_station">uses the NSW Fuel Check App data as a source for current fuel price data</flag>
|
||||
<flag name="nsw_rural_fire_service_feed">integrate a GeoJSON feed provided by the NSW Rural Fire Service</flag>
|
||||
<flag name="nuheat">control your connected NuHeat Signature floor heating thermostats</flag>
|
||||
<flag name="nuki">control Nuki Smart Locks</flag>
|
||||
<flag name="numato">base for all related GPIO platforms of the Numato 32 Port USB GPIO expander</flag>
|
||||
<flag name="nut">monitor a UPS (battery backup) by using data from a NUT (Network UPS Tools)</flag>
|
||||
<flag name="nws">uses the National Weather Service web API</flag>
|
||||
<flag name="nx584">NX584/NX8E Interface Library and Server</flag>
|
||||
<flag name="nzbget">monitor and control your downloads with NZBGet</flag>
|
||||
<flag name="oasa_telematics">bus and trolley arrival times for Greek public transport for Athens</flag>
|
||||
<flag name="obihai">view the call status for your Obihai devices</flag>
|
||||
<flag name="octoprint">The main integration to integrate OctoPrint sensors</flag>
|
||||
<flag name="oem">ESP8266 based “WiFi MQTT Relay / Thermostat” sold by OpenEnergyMonitor</flag>
|
||||
<flag name="ohmconnect"> show you the current OhmConnect status for the given OhmConnect ID</flag>
|
||||
<flag name="ombi">The Ombi integration monitors data from your Ombi instance</flag>
|
||||
<flag name="omnilogic">Hayward Onmilogic pool control system</flag>
|
||||
<flag name="oncue">allow you to monitor the state of your Oncue enabled Kohler generator</flag>
|
||||
<flag name="ondilo_ico">ICO continuously analyzes the water quality of your pool/spa</flag>
|
||||
<flag name="onewire">supports sensors which that using the One wire (1-wire) bus for communication</flag>
|
||||
<flag name="onkyo">allows you to control a Onkyo, Integra and some recent Pioneer receivers</flag>
|
||||
<flag name="onvif">allows you to use an ONVIF Profile S conformant device</flag>
|
||||
<flag name="openerz"> uses OpenERZ API to access data from Entsorgung und Recycling Zürich (ERZ)</flag>
|
||||
<flag name="openevse">an OpenEVSE Charging station equipped with an ESP8266-based Wi-Fi</flag>
|
||||
<flag name="opengarage">opengarage cover platform lets you control the open-source OpenGarage.io device</flag>
|
||||
<flag name="openhome"> connect an Openhome Compliant Renderer to Home Assistant</flag>
|
||||
<flag name="opensensemap">query the open data API of openSenseMap.org air quality sensor station</flag>
|
||||
<flag name="opentherm_gw">control the OpenTherm Gateway from Home Assistant</flag>
|
||||
<flag name="openuv">The openuv integration displays UV and Ozone data from openuv.io</flag>
|
||||
<flag name="openweathermap">uses OpenWeatherMap as a source for current meteorological data</flag>
|
||||
<flag name="open_meteo">integrates the free weather forecast from Open-Meteo</flag>
|
||||
<flag name="opnsense">Presence Detection with data from OPNsense firewall</flag>
|
||||
<flag name="opple">allows you to control the state of your Opple smart light</flag>
|
||||
<flag name="orangepi_gpio">The orangepi_gpio integration is the base for all related GPIO platforms</flag>
|
||||
<flag name="oru">fetches your current energy usage from your ORU smart meter</flag>
|
||||
<flag name="orvibo">allows you to toggle your (dangerous) Orvibo S20 Wifi Smart Sockets</flag>
|
||||
<flag name="osramlightify">allows you to integrate your Osram Lightify into Home Assistant</flag>
|
||||
<flag name="otp">generates One-Time Passwords according to RFC6238</flag>
|
||||
<flag name="overkiz">The Overkiz (by Somfy) integration platform</flag>
|
||||
<flag name="ovo_energy">allows you to monitor your energy consumption data</flag>
|
||||
<flag name="owntracks">OwnTracks: track your location and send it directly to Home Assistant</flag>
|
||||
<flag name="ozw">Open Zwave MQTT</flag>
|
||||
<flag name="p1_monitor">The P1 Monitor integration integrates the P1 Monitor API platform</flag>
|
||||
<flag name="panasonic_bluray">allows you to control a Panasonic Blu-Ray player</flag>
|
||||
<flag name="panasonic_viera">panasonic_viera platform allows you to control a Panasonic Viera TV</flag>
|
||||
<flag name="pandora">Pandora account, you can control it from Home Assistant with this media player</flag>
|
||||
<flag name="pcal9535a">pcal9535a integration is the base for all related pcal9535a platforms</flag>
|
||||
<flag name="pencom">Pencom is a computer-controlled relay, I/O and custom boards</flag>
|
||||
<flag name="philips_js">allows you to control Philips TVs which expose the jointSPACE JSON-API</flag>
|
||||
<flag name="pi4ioe5v9xxxx">support for the quasi-bidirectional devices pi4ioe5v9xxxx I2C I/O port expander</flag>
|
||||
<flag name="picnic">get information from Picnic about orders, deliveries and cart content</flag>
|
||||
<flag name="piglow">control the Piglow lights on your Raspberry Pi from within Home Assistant</flag>
|
||||
<flag name="pilight">Pilight is a open source solution to communicate with 433 MHz devices</flag>
|
||||
<flag name="ping">use the great ICMPLib for Presence Detection and as a binary Sensor</flag>
|
||||
<flag name="pi_hole">retrieve statistics and interact with a Pi-hole system</flag>
|
||||
<flag name="pjlink">control projectors with support for the PJLink protocol from Home Assistant</flag>
|
||||
<flag name="plaato">sets up integration with Plaato Airlock and Keg</flag>
|
||||
<flag name="plex">Python bindings for the Plex API</flag>
|
||||
<flag name="plugwise">Plugwise_Smile (Anna/Adam/P1/Stretch) API to use in conjunction with Home Assist</flag>
|
||||
<flag name="plum_lightpad">A python package that interacts with the Plum Lightpad</flag>
|
||||
<flag name="pocketcasts">monitor unplayed episodes you have of your favorite podcasts at Pocket Casts</flag>
|
||||
<flag name="point">Point hub enables integration with the Minut Point</flag>
|
||||
<flag name="poolsense">PoolSense is a smart pool monitor</flag>
|
||||
<flag name="powerwall">API for Tesla Powerwall</flag>
|
||||
<flag name="profiler">Help visualize profiling data from cProfile with kcachegrind and qcachegrind</flag>
|
||||
<flag name="progettihwsw">brings the automation experience with ProgettiHWSW boards</flag>
|
||||
<flag name="proliphix">control Proliphix thermostat from Home Assistant</flag>
|
||||
<flag name="prometheus">The prometheus integration exposes metrics in a format which Prometheus can read</flag>
|
||||
<flag name="prosegur">Prosegur Smart Alarms (Cloud Polling)</flag>
|
||||
<flag name="proxmoxve">poll data from Proxmox VE virtualization environment</flag>
|
||||
<flag name="proxy">pass another camera’s output through post-processing routines</flag>
|
||||
<flag name="ps4">allows you to control a Sony PlayStation 4 console</flag>
|
||||
<flag name="pulseaudio_loopback">whole home audio system based upon PulseAudio</flag>
|
||||
<flag name="pure_energie">integrates the Pure Energie Monitor device with Home Assistant</flag>
|
||||
<flag name="pushbullet">sensor platform reads messages from Pushbullet</flag>
|
||||
<flag name="pushover">allows integrations to send messages to the user using Pushover</flag>
|
||||
<flag name="pvoutput">The PVOutput integration</flag>
|
||||
<flag name="pvpc_hourly_pricing">hourly price of electricity in Spain from PVPC</flag>
|
||||
<flag name="python_script">write Python scripts that are exposed as services in Home Assistant</flag>
|
||||
<flag name="qbittorrent">monitor your downloads with qBittorrent from within Home Assistant</flag>
|
||||
<flag name="qld_bushfire">GeoRSS feed containing bushfire alerts for Queensland</flag>
|
||||
<flag name="qnap">Python API for obtaining QNAP NAS system stats</flag>
|
||||
<flag name="qrcode">enables QR code recognition from cameras</flag>
|
||||
<flag name="quantum_gateway">device tracker platform for Verizon Fios</flag>
|
||||
<flag name="qvr_pro">QVR Pro allows you to connect to cams configured on your QNAP NAS</flag>
|
||||
<flag name="qwikswitch">the main integration to integrate various QwikSwitch devices with Home Assistant</flag>
|
||||
<flag name="rachio">The rachio platform allows you to control your Rachio irrigation system</flag>
|
||||
<flag name="radiotherm">control a thermostat from Radio Thermostat or 3M Filtrete</flag>
|
||||
<flag name="radio_browser">use the directory of radio stations collected on Radio Browser in Home Assistant</flag>
|
||||
<flag name="rainbird">allows interacting with LNK WiFi module of the Rain Bird Irrigation system</flag>
|
||||
<flag name="raincloud">allows you to integrate your Melnor RainCloud sprinkler system in Home Assistant</flag>
|
||||
<flag name="rainforest_eagle">platform for Rainforest Automation’s Eagle-200 and Legacy Eagle energy gateways</flag>
|
||||
<flag name="rainmachine">integrate all platforms related to RainMachine smart Wi-Fi sprinkler controllers</flag>
|
||||
<flag name="raspihats">The base for all related Raspihats platforms in Home Assistant</flag>
|
||||
<flag name="raspyrfm">adds support for cheap RC 433 MHz outlets via one of the supported gateways</flag>
|
||||
<flag name="rdw">looks up any dutch registered vehicle by its license plate</flag>
|
||||
<flag name="recollect_waste">track the next scheduled waste pickup and what type of waste from Recollect</flag>
|
||||
<flag name="recorder">storing details in a database per sqlalchemy</flag>
|
||||
<flag name="recswitch">allows you to control the Ankuoo REC Switch devices from Home Assistant</flag>
|
||||
<flag name="reddit">integrates data from Reddit to monitor your favorite subreddits</flag>
|
||||
<flag name="rejseplanen">travel details for Danish public transport</flag>
|
||||
<flag name="remember_the_milk">create tasks in Remember The Milk (RTM) from Home Assistant</flag>
|
||||
<flag name="remote_rpi_gpio">base for all related GPIO platforms in Home Assistant</flag>
|
||||
<flag name="renault">integration with the MyRenault cloud service</flag>
|
||||
<flag name="repetier">Repetier-Server is a 3D printer/CNC server, able to control multiple devices</flag>
|
||||
<flag name="rest">rest sensor platform for data exposed by a RESTful API</flag>
|
||||
<flag name="rflink">The rflink integration supports devices that use RFLink gateway firmware</flag>
|
||||
<flag name="rfxtrx">supports RFXtrx 433 MHz devices by RFXCOM</flag>
|
||||
<flag name="ridwell">allows users to track waste recycling pickups scheduled with Ridwell</flag>
|
||||
<flag name="ring">integrate your ring.com devices</flag>
|
||||
<flag name="ripple">The ripple sensor platform displays Ripple wallet balances from Ripple.com</flag>
|
||||
<flag name="risco">This integration connects with Risco Alarms over Risco Cloud</flag>
|
||||
<flag name="rituals_perfume_genie">monitor your Rituals perfume diffusers</flag>
|
||||
<flag name="rmvtransport">departure time of bus, tram, subway, train in Rhein-Main area public transport</flag>
|
||||
<flag name="rocketchat">allows you to send messages to your Rocket.Chat instance from Home Assistant</flag>
|
||||
<flag name="roku">add support for Roku players</flag>
|
||||
<flag name="roomba">control a iRobot Roomba vacuum or iRobot Braava m-series mop</flag>
|
||||
<flag name="roon">allows you to control RoonLabs music players</flag>
|
||||
<flag name="route53">keep your AWS Route53 DNS records up to date</flag>
|
||||
<flag name="rova">uses an unofficial ROVA API to allow you to get your waste collection schedule</flag>
|
||||
<flag name="rpi_gpio">The rpi_gpio integration is the base for all GPIO platforms in Home Assistant</flag>
|
||||
<flag name="rpi_gpio_pwm">connect pigpio-daemon on an Raspberry Pi</flag>
|
||||
<flag name="rpi_pfio">base for all related PiFace Digital I/O (PFIO) platforms in Home Assistant</flag>
|
||||
<flag name="rpi_power">monitor your Raspis Power Supply</flag>
|
||||
<flag name="rpi_rf">control devices over 433/315MHz LPD/SRD signals on a RPi</flag>
|
||||
<flag name="rtsp_to_webrtc">provide WebRTC live streams for any RTSP camera</flag>
|
||||
<flag name="ruckus_unleashed">Python API to interact with a Ruckus Unleashed device</flag>
|
||||
<flag name="russound_rio">control Russound devices that make use of the RIO protocol</flag>
|
||||
<flag name="russound_rnet">control Russound devices that make use of the RNET protocol</flag>
|
||||
<flag name="sabnzbd">monitor and control your downloads with SABnzbd from within Home Assistant</flag>
|
||||
<flag name="saj">poll a SAJ solar inverter and present the values as sensors</flag>
|
||||
<flag name="samsungtv">Support for Samsung TV Sets</flag>
|
||||
<flag name="satel_integra">Satel Integra alarm panel to leverage</flag>
|
||||
<flag name="schluter">integrate your Schluter-DITRA-HEAT-E-WiFi electric floor heating thermostat</flag>
|
||||
<flag name="scrape">scraping information from websites</flag>
|
||||
<flag name="screenlogic">allows you to integrate your Pentair IntelliTouch or EasyTouch pool controller</flag>
|
||||
<flag name="scsgate">allows to interact with the MyHome system from BTicino/Legrande</flag>
|
||||
<flag name="season">display astronomical or meteorological season (Spring, Summer, Autumn, Winter)</flag>
|
||||
<flag name="sendgrid">Notification platform sends email notifications via SendGrid</flag>
|
||||
<flag name="sense">Integrate your Sense meter information into Home Assistant</flag>
|
||||
<flag name="sensehat">lets you control the Sense HAT board’s 8x8 RGB LED matrix on your Raspberry Pi</flag>
|
||||
<flag name="senseme">Integrates SenseME devices into Home Assistant</flag>
|
||||
<flag name="sensibo">Integrates Sensibo Air Conditioning controller into Home Assistant</flag>
|
||||
<flag name="sentry">The free Sentry account allows 5000 events per month</flag>
|
||||
<flag name="serial">use data provided by a device connected to the serial port of the system</flag>
|
||||
<flag name="serial_pm">Particulate matter sensors measure the amount of very small particles in the air</flag>
|
||||
<flag name="sesame">allows you to control your Sesame smart locks made by CANDY HOUSE, Inc.</flag>
|
||||
<flag name="seventeentrack">get package data tied to their 17track.net account</flag>
|
||||
<flag name="seven_segments">allows you to read physical seven segments displays</flag>
|
||||
<flag name="sharkiq">The sharkiq integration allows you to control your Shark IQ vacuum</flag>
|
||||
<flag name="shelly">Shelly devices</flag>
|
||||
<flag name="shiftr">transfer details collected with Home Assistant to Shiftr.io</flag>
|
||||
<flag name="shodan">Shodan is a search engine for Internet-connected devices</flag>
|
||||
<flag name="sht31">allows you to get the current temperature and humidity from a Sensirion SHT31</flag>
|
||||
<flag name="sia">provides integration with several alarm systems that implement the SIA Protocol</flag>
|
||||
<flag name="sighthound">Detect people in camera images using Sighthound Cloud</flag>
|
||||
<flag name="signal_messenger">add Support for Moxie's Signal API</flag>
|
||||
<flag name="simplepush">deliver notifications from Home Assistant to your Android device</flag>
|
||||
<flag name="simplisafe">integrates SimpliSafe home security (V2 and V3) systems</flag>
|
||||
<flag name="sinch">The sinch platform uses Sinch to deliver notifications from Home Assistant</flag>
|
||||
<flag name="sisyphus">allows you to observe and control your Sisyphus Kinetic Art Table</flag>
|
||||
<flag name="skybeacon">supports CR2477-powered iBeacon/eddystone sensors</flag>
|
||||
<flag name="skybell">integrate your Skybell.com doorbells</flag>
|
||||
<flag name="sky_hub">presence detection at connected devices to a Sky Hub router based router</flag>
|
||||
<flag name="slack">The slack platform delivers notifications from Home Assistant to Slack</flag>
|
||||
<flag name="sleepiq">lets you view sensor data from SleepIQ by SleepNumber</flag>
|
||||
<flag name="slide">integrate your slide.store devices in Home Assistant using the official API</flag>
|
||||
<flag name="sma">add Support for SMA Solar WebConnect</flag>
|
||||
<flag name="smappee">integrate Smappee monitors, plugs and switches</flag>
|
||||
<flag name="smarthab">control your lights and shutters with the SmartHab integration</flag>
|
||||
<flag name="smartthings">use the SmartThings Cloud API</flag>
|
||||
<flag name="smarttub"> control hot tubs which use the SmartTub system</flag>
|
||||
<flag name="smarty"> lets you control Salda Smarty ventilation units from Home Assistant</flag>
|
||||
<flag name="smart_meter_texas">allows Texas residents to integrate their electric meters into Home Assistant</flag>
|
||||
<flag name="smhi">support for the SMHI.se web service as a source for meteorological data</flag>
|
||||
<flag name="sms">allows having a local execution SMS notification via Gammu</flag>
|
||||
<flag name="snapcast">The snapcast platform allows you to control Snapcast from Home Assistant</flag>
|
||||
<flag name="snmp">Presence Detection, Sensor, Switch via SNMP</flag>
|
||||
<flag name="socat">Set a flag to install socat and socat-zwave startscript</flag>
|
||||
<flag name="sochain">displays supported cryptocurrency wallet balances</flag>
|
||||
<flag name="solaredge">details from your SolarEdge solar power setup</flag>
|
||||
<flag name="solaredge_local">uses the local API available on some SolarEdge Inverters</flag>
|
||||
<flag name="solarlog">uses the open JSON interface on Solar-Log PV monitoring systems</flag>
|
||||
<flag name="solax">Solax inverter API client</flag>
|
||||
<flag name="soma">integrate their Soma Smarthome devices into Home Assistant</flag>
|
||||
<flag name="somfy">Somfy devices via their online service</flag>
|
||||
<flag name="somfy_mylink">an interface to a compatible Somfy MyLink hub utilizing the Synergy API</flag>
|
||||
<flag name="sonarr">The Sonarr integration pulls data from a given Sonarr instance</flag>
|
||||
<flag name="songpal">control Sony’s Songpal (”Audio Control API”) compatible devices</flag>
|
||||
<flag name="sonos">Sonos Media Player Support</flag>
|
||||
<flag name="sony_projector">allows you to control the state of SDCP compatible network-connected projectors</flag>
|
||||
<flag name="soundtouch">control your Bose Soundtouch speakers from Home Assistant</flag>
|
||||
<flag name="spc">integrate your Vanderbilt SPC alarm panel and any connected sensors</flag>
|
||||
<flag name="speedtestdotnet">speedtest.net support</flag>
|
||||
<flag name="spider">integrate all Itho Daalderop Spider related platforms</flag>
|
||||
<flag name="splunk">log all state changes to an external Splunk database</flag>
|
||||
<flag name="spotify">Spotify media player integration allows you to control Spotify playback</flag>
|
||||
<flag name="sql">enables you to use an SQL database supported by the sqlalchemy library</flag>
|
||||
<flag name="squeezebox">library to control Logitech Media Server</flag>
|
||||
<flag name="srp_energy">SRP Energy integration hourly energy usage report</flag>
|
||||
<flag name="ssdp">will scan the network for supported devices and services (Upnp)</flag>
|
||||
<flag name="ssl">include support for haproxy</flag>
|
||||
<flag name="starline">retrieve data of your StarLine security system from the StarLine portal</flag>
|
||||
<flag name="starlingbank">monitor your account balance data as sensors</flag>
|
||||
<flag name="startca">Integrate your Start.ca account information into Home Assistant</flag>
|
||||
<flag name="statsd">transfer all state changes to an external StatsD instance</flag>
|
||||
<flag name="steamist">monitor the state of your Steamist steam shower</flag>
|
||||
<flag name="steam_online">allows you to track the online status of public Steam accounts</flag>
|
||||
<flag name="stiebel_eltron">integral ventilation or heat pump units of STIEBEL ELTRON</flag>
|
||||
<flag name="stookalert">queries the RIVM Stookalert API for unfavorable weather conditions</flag>
|
||||
<flag name="stream">provides a way to proxy live streams through Home Assistant</flag>
|
||||
<flag name="streamlabswater">interact with StreamLabs water monitoring devices</flag>
|
||||
<flag name="subaru">MySubaru connected vehicle services</flag>
|
||||
<flag name="suez_water">consumption of water from the French water provider Tout Sur Mon Eau</flag>
|
||||
<flag name="supla">Supla is an Open Source home automation system for ESP8266 based devices</flag>
|
||||
<flag name="surepetcare">information on your Sure Petcare Connect Pet or Cat Flap</flag>
|
||||
<flag name="swiss_hydrological_data">details (temperature, level, and discharge) of rivers and lakes in Switzerland</flag>
|
||||
<flag name="swiss_public_transport">give you the next three SBB departure times from a given location</flag>
|
||||
<flag name="switchbot">allows you to control SwitchBot devices from Home Assistant</flag>
|
||||
<flag name="switcher_kis">allows you to control the Switcher V2 Water Heater</flag>
|
||||
<flag name="switchmate">allows you to control Switchmate devices from Home Assistant</flag>
|
||||
<flag name="syncthing">allows you to monitor states of your synced folders from Syncthing</flag>
|
||||
<flag name="syncthru">allows you to read current data from your local Samsung printer</flag>
|
||||
<flag name="synology_dsm">monitor getting various statistics from your Synology NAS</flag>
|
||||
<flag name="synology_srm">detect presence by looking at connected devices to a Synology SRM router</flag>
|
||||
<flag name="systemd">internal and developer use</flag>
|
||||
<flag name="systemmonitor">Allows you to monitor disk usage, memory usage, CPU usage, and running processes</flag>
|
||||
<flag name="system_bridge">System Bridge runs on your local machine to share system information via its AP</flag>
|
||||
<flag name="tado">an interface to the my.tado.com website</flag>
|
||||
<flag name="tahoma">interface to the tahomalink.com website. It adds covers, scenes and a sun sensor</flag>
|
||||
<flag name="tailscale">monitor and automate on the state of the devices in your Tailscale VPN</flag>
|
||||
<flag name="tankerkoenig">monitor the fuel prices with tankerkoenig.de</flag>
|
||||
<flag name="tank_utility">Add Tank Utility propane tank monitors to Home Assistant</flag>
|
||||
<flag name="tapsaff">provides the ‘Taps Aff’ status for a given location within the UK</flag>
|
||||
<flag name="tasmota">Python module to help parse and construct Tasmota MQTT messages</flag>
|
||||
<flag name="tautulli">The tautulli sensor platform will monitor activity on a given Tautulli Server</flag>
|
||||
<flag name="ted5000">monitors electricity consumption/production by connecting to the TED gateway</flag>
|
||||
<flag name="telegram_bot">Use Telegram on your mobile or desktop device to send and receive messages</flag>
|
||||
<flag name="tellduslive">cloud platform that connects to your Tellstick</flag>
|
||||
<flag name="tellstick">integrates TellStick devices into Home Assistant</flag>
|
||||
<flag name="temper">get the current temperature from a TEMPer device</flag>
|
||||
<flag name="tesla">integration with the Tesla cloud service</flag>
|
||||
<flag name="tesla_wall_connector">allows you to integrate your Gen 3 Tesla Wall Connector with Wi-Fi</flag>
|
||||
<flag name="test">internal and developer use</flag>
|
||||
<flag name="tfiac">integrates several vendors air conditioning systems into Home Assistant</flag>
|
||||
<flag name="thermoworks_smoke">pulls data for your ThermoWorks Smoke Thermometer</flag>
|
||||
<flag name="thingspeak">makes Home Assistant communicate with the ThingSpeak API</flag>
|
||||
<flag name="thinkingcleaner">displays information about your Thinking Cleaner add-on</flag>
|
||||
<flag name="tibber">a sensor with the current electricity price</flag>
|
||||
<flag name="tikteck">Support for the Bluetooth smart bulb from Tikteck</flag>
|
||||
<flag name="tile">API for Tile Bluetooth trackers</flag>
|
||||
<flag name="tmb">Library that interacts with TMB API</flag>
|
||||
<flag name="todoist">connect to your Todoist Projects and generate binary sensors</flag>
|
||||
<flag name="tof">uses an invisible laser to measure distance with millimeter resolution</flag>
|
||||
<flag name="tolo">allows you to control your TOLO Sauna and TOLO Steam Bath</flag>
|
||||
<flag name="toon">client for the Quby ToonAPI</flag>
|
||||
<flag name="totalconnect">provides connectivity with the Honeywell TotalConnect alarm systems</flag>
|
||||
<flag name="touchline">lets you control ROTH Touchline floor heating thermostats</flag>
|
||||
<flag name="tplink">control your TP-Link Smart Home Devices</flag>
|
||||
<flag name="tplink_lte">allows you to observe and control TP-Link LTE routers</flag>
|
||||
<flag name="traccar">uses GPS for tracking and has support for over 1500 different types of devices</flag>
|
||||
<flag name="trackr">trackr platform allows you to detect presence using TrackR devices</flag>
|
||||
<flag name="tractive">Tractive is an Austrian company develops real-time location trackers for pets</flag>
|
||||
<flag name="tradfri">Control/observe IKEA Tradfri devices</flag>
|
||||
<flag name="trafikverket_train">Retrieve train departure information from Trafikverket</flag>
|
||||
<flag name="trafikverket_weatherstation">weather information provided by Trafikverket weather stations in Sweden</flag>
|
||||
<flag name="transmission">transmission integration allows you to monitor your downloads with Transmission</flag>
|
||||
<flag name="transport_nsw">gets next departure from Transport NSW stop for bus, train, light rail or ferry</flag>
|
||||
<flag name="travisci">integrate the test build results reported by Travis-CI working</flag>
|
||||
<flag name="trend">sensors which show the trend of numeric state orstate_attributes</flag>
|
||||
<flag name="tts">Audio metadata tag reader and writer implemented in pure Python</flag>
|
||||
<flag name="tuya">integrate all Tuya Smart related platforms</flag>
|
||||
<flag name="twentemilieu">allows you to track the next scheduled waste pickups by Twente Milieu</flag>
|
||||
<flag name="twilio">enables the sending of notifications via SMS and the creation of calls</flag>
|
||||
<flag name="twinkly">control Twinkly LED string from Home Assistant</flag>
|
||||
<flag name="twitch">monitor Twitch channel status from within Home Assistant</flag>
|
||||
<flag name="twitter">notification platform uses Twitter to deliver notifications from Home Assistant</flag>
|
||||
<flag name="ubus">a presence detection scanner for OpenWrt using ubus</flag>
|
||||
<flag name="unifi">talk with a Ubiquiti unifi Controller</flag>
|
||||
<flag name="unifiled">control lights from a UniFi LED by Ubiquiti Networks controller</flag>
|
||||
<flag name="unifiprotect">Camera feeds and Sensor data from a UniFi Protect application</flag>
|
||||
<flag name="unifi_direct">detect presence by looking at devices connected to a UniFi AP</flag>
|
||||
<flag name="upb">Library for interacting with UPB PIM</flag>
|
||||
<flag name="upcloud">allows you to access the information about your UpCloud servers</flag>
|
||||
<flag name="upc_connect">presence detection by looking at a Connect Box</flag>
|
||||
<flag name="updater">binary sensor will check daily for new releases</flag>
|
||||
<flag name="upnp">support UPnP/Internet Gateway Device (IGD) Protocol</flag>
|
||||
<flag name="uptimerobot">provides binary sensors from your monitors from Uptime Robot</flag>
|
||||
<flag name="usb">USB Discovery integration will watch the host for USB devices</flag>
|
||||
<flag name="uscis">updates on your USCIS case using your case/receipt number</flag>
|
||||
<flag name="usgs_earthquakes_feed">a GeoJSON feed provided by the U.S. Geological Survey</flag>
|
||||
<flag name="utility_meter">integration provides functionality to track consumptions of various utilities</flag>
|
||||
<flag name="uvc">allows you to integrate UniFi Video Camera (UVC) into Home Assistant</flag>
|
||||
<flag name="vallox">control any Vallox ventilation unit</flag>
|
||||
<flag name="vasttrafik">traveling details for the larger Göteborg area in Sweden from the Västtrafik</flag>
|
||||
<flag name="velbus">supports the Velbus USB, serial and TCP/IP gateway</flag>
|
||||
<flag name="velux">allows you to connect to a Velux KLF 200 interface</flag>
|
||||
<flag name="venstar">allows you to control Venstar thermostats from Home Assistant</flag>
|
||||
<flag name="vera">add support for Vera Z-Wave Controller</flag>
|
||||
<flag name="verisure">Home Assistant has support to integrate your Verisure devices</flag>
|
||||
<flag name="versasense">The VersaSense integration supports the VersaSense Edge Gateway</flag>
|
||||
<flag name="version">display the current Home Assistant versions</flag>
|
||||
<flag name="vesync">control smart switches and outlets connected to the VeSync App</flag>
|
||||
<flag name="vicare">communicate with the Viessmann ViCare API</flag>
|
||||
<flag name="vilfo">integration allows you to observe the state of your Vilfo Router</flag>
|
||||
<flag name="vivotek">camera platform allows you to integrate a VIVOTEK IP camera</flag>
|
||||
<flag name="vizio">allows you to control SmartCast-compatible TVs</flag>
|
||||
<flag name="vlc">The vlc platform allows you to control VLC media player</flag>
|
||||
<flag name="vlc_telnet">Control VLC via it's telnet interface</flag>
|
||||
<flag name="volkszaehler">consuming the system information provided by the Volkszaehler API</flag>
|
||||
<flag name="volumio">allows you to control a Volumio media player</flag>
|
||||
<flag name="volvooncall">offers presence detection as well as sensors such as odometer and fuel leve</flag>
|
||||
<flag name="vultr">access information about and interact with your Vultr subscriptions</flag>
|
||||
<flag name="w800rf32">supports W800RF32 devices by WGL Designs</flag>
|
||||
<flag name="wake_on_lan">enables the ability to send magic packets to Wake on LAN capable devices</flag>
|
||||
<flag name="wallbox">pulls data from the MyWallbox Portal for your Wallbox charging station</flag>
|
||||
<flag name="waqi">will query World Air Quality Index service</flag>
|
||||
<flag name="waterfurnace">Python interface for waterfurnace geothermal systems</flag>
|
||||
<flag name="watson_iot">link Home Assistant with an IBM Watson IoT Platform instance</flag>
|
||||
<flag name="watson_tts">text-to-speech platform that works with IBM Watson Cloud</flag>
|
||||
<flag name="watttime">Cloud based Climate Trace Service</flag>
|
||||
<flag name="waze_travel_time">waze_travel_time sensor provides travel time from the Waze</flag>
|
||||
<flag name="webostv">allows you to control a LG webOS Smart TV</flag>
|
||||
<flag name="wemo">discover and control WeMo devices</flag>
|
||||
<flag name="whirlpool">integrates Whirlpool 6th Sense Live appliances</flag>
|
||||
<flag name="whois">perform daily WHOIS lookups</flag>
|
||||
<flag name="wiffi">allows you to connect your STALL WIFFI devices directly</flag>
|
||||
<flag name="wilight">The wilight integration is to integrate WiLight devices with Home Assistant</flag>
|
||||
<flag name="wink">support for Wink Z-Wave Plus Smart Hub</flag>
|
||||
<flag name="wirelesstag">integrate your wirelesstag.net sensors tags</flag>
|
||||
<flag name="withings">add support for Withings Health API</flag>
|
||||
<flag name="wiz">allows you to control your WiZ lights and smart sockets</flag>
|
||||
<flag name="wled">add support for Aircookie's WLED</flag>
|
||||
<flag name="wolflink">uses the Wolf Smart-Set for your heating system status</flag>
|
||||
<flag name="workday">generating country, province and state specific sets of holidays on the fly</flag>
|
||||
<flag name="xbee">send and receive commands to and from other devices on the Zigbee</flag>
|
||||
<flag name="xbox">A library to authenticate with Windows Live/Xbox Live and use their API</flag>
|
||||
<flag name="xbox_live">track Xbox profiles</flag>
|
||||
<flag name="xeoma">Python wrapper for Xeoma web server API</flag>
|
||||
<flag name="xiaomi_aqara">allows you to integrate Xiaomi Aqara-compatible devices</flag>
|
||||
<flag name="xiaomi_miio">add support for Xiaomi smart appliances</flag>
|
||||
<flag name="xiaomi_tv">The xiaomi_tv platform allows you to control a Xiaomi TV</flag>
|
||||
<flag name="xmpp">Python 3 library for XMPP</flag>
|
||||
<flag name="xs1">get and set values of the EZcontrol XS1 Gateway</flag>
|
||||
<flag name="yale_smart_alarm">Yale Smart Alarm systems and Smart Hub through Yale’s API</flag>
|
||||
<flag name="yamaha">Library for Yamaha RX-* Receivers</flag>
|
||||
<flag name="yamaha_musiccast">add support for Yamaha MusicCast devices</flag>
|
||||
<flag name="yandex_transport">will give you the time until the next departure time from a bus/tramway/etc stop</flag>
|
||||
<flag name="yeelight">allows you to control your Yeelight Wifi bulbs</flag>
|
||||
<flag name="yeelightsunflower">allows you to control your Yeelight Sunflower light bulbs</flag>
|
||||
<flag name="yi">allows you to utilize Yi Home Cameras within Home Assistant</flag>
|
||||
<flag name="youless">allows you to read the meter values from sensors created by YouLess</flag>
|
||||
<flag name="zabbix">integration to connect to a Zabbix monitoring instance via the Zabbix API</flag>
|
||||
<flag name="zengge">Python API for controlling Zengge LED bulbs</flag>
|
||||
<flag name="zeroconf">will scan the network for supported devices and services</flag>
|
||||
<flag name="zerproc">discovers nearby Zerproc lights</flag>
|
||||
<flag name="zestimate">track the Zestimate® value of properties using the Zillow API</flag>
|
||||
<flag name="zha">Support for ZHA/deconz based Zigbee/ZNet Devices</flag>
|
||||
<flag name="zhong_hong">lets you control Zhonghong HVAC Gateway Controller thermostats</flag>
|
||||
<flag name="ziggo_mediabox_xl">allows you to control a Ziggo Mediabox XL</flag>
|
||||
<flag name="zoneminder">Support for ZoneMinder Cameras</flag>
|
||||
<flag name="zwave">Support for Z-Wave Devices (uncomplete)</flag>
|
||||
<flag name="zwave_js">control a Z-Wave network via the Z-Wave JS driver</flag>
|
||||
<flag name="zwave_me">allows you to control a Z-Wave network via the Z-Wave.Me Z-Way</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
@@ -131,7 +131,6 @@
|
||||
<flag name="fritzbox_callmonitor">monitors the call monitor exposed by AVM FRITZ!Box routers on TCP port 1012</flag>
|
||||
<flag name="fritzbox_netmonitor">sensor monitors the network statistics exposed by AVM FRITZ!Box routers</flag>
|
||||
<flag name="fronius">Add (very basic) Support for Fronius Symo JSON Api to Home Assistant</flag>
|
||||
<flag name="frontend">official frontend to control Home Assistant</flag>
|
||||
<flag name="garmin_connect">The Garmin Connect sensor allows you to expose data from Garmin Connect</flag>
|
||||
<flag name="gios">Source for air quality data for Home Assistant</flag>
|
||||
<flag name="github">GitHub sensor integrates data from GitHub to monitor your favorite repositories</flag>
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
DIST esphome-dashboard-20220116.0.tar.gz 578418 BLAKE2B 87d165e0d9733c7d1cedfb6cb10f3b197f9e6aa6feeeb0b730b0315bee8a356378946b1362dd7da35ae31638da4cb9e436bc21d92064857670cb6e11de242a14 SHA512 2c08a1a3d894e458527f33fc86bfeb65d4a424b22e547f0132fbfb3b086453369a3b9de9f6ff4f366efda941f95b735e7b5a54ec9974a45cd8f4d3613823be93
|
||||
DIST esphome-dashboard-20220209.0.tar.gz 577391 BLAKE2B e1c7db6a8eff21da438f949f1d9d12f666f171066cb580cb7773a87f926e362e50138db0a461bd4f60c4859c2ceb7366af2014a63b920aaf4c0f7e532a6bd821 SHA512 47543fa3372102d3f13332a1e59307a8718eb4518e0920bd840b44aecc1f1b431ebd604d310fa27cd1cf42d27ee9df22a3cb7618cfd740df3ad2ad138d2cecb0
|
||||
DIST esphome-dashboard-20220219.0.tar.gz 579496 BLAKE2B 2d31672623ef0bafc4b0efffacd7ed7ca4b7b1aabe96f4b2b26c9dfb4ee4ce0514e79b61b33840396c927d004fae6a80474e5b4f4b1bae4d185eb519faba69e7 SHA512 6132f0b915411c276ac19934452e28dcda485d8f32d5b72059874c8d41250f7a9a1b3a720ebf5ff10ce24a0336002bcccaf390ffd6c20f1aa6a80b43ab83878c
|
||||
DIST esphome-dashboard-20220309.0.tar.gz 580193 BLAKE2B 362c1581c97c590be11c9de23ac3685bbf04a7b558d3c7795c260a8d19d3422990e4df4b7c040a9ab9f7b975f91919db6e760e67d7e3c681d8b4ec264d9f602e SHA512 a0449ed175751995c7c86da4a19da980a8fa30f65b19811d571f34374383c4070ba075ddaae63114fab5593b280504931fdee00c897517f76819ea741172bb44
|
||||
EBUILD esphome-dashboard-20220116.0.ebuild 711 BLAKE2B f61b23604cd39b7c3c3d5d19c2a42c1c9e609118812d79caed7c983b58325684787fb8a685bd3fb7271ed401b8ebe46bc9b0968da153f97fc954775fb6df4ba3 SHA512 47a281a5caee05369b7d21964bd52dfaea3cb22695a5dac9256fe7650bb568449a66c017aa34f3c8dcef0c852143dc3c71aa0ddb6dfef71218417c15ddc77dd1
|
||||
EBUILD esphome-dashboard-20220209.0.ebuild 711 BLAKE2B f61b23604cd39b7c3c3d5d19c2a42c1c9e609118812d79caed7c983b58325684787fb8a685bd3fb7271ed401b8ebe46bc9b0968da153f97fc954775fb6df4ba3 SHA512 47a281a5caee05369b7d21964bd52dfaea3cb22695a5dac9256fe7650bb568449a66c017aa34f3c8dcef0c852143dc3c71aa0ddb6dfef71218417c15ddc77dd1
|
||||
EBUILD esphome-dashboard-20220219.0.ebuild 711 BLAKE2B f61b23604cd39b7c3c3d5d19c2a42c1c9e609118812d79caed7c983b58325684787fb8a685bd3fb7271ed401b8ebe46bc9b0968da153f97fc954775fb6df4ba3 SHA512 47a281a5caee05369b7d21964bd52dfaea3cb22695a5dac9256fe7650bb568449a66c017aa34f3c8dcef0c852143dc3c71aa0ddb6dfef71218417c15ddc77dd1
|
||||
EBUILD esphome-dashboard-20220309.0.ebuild 711 BLAKE2B f61b23604cd39b7c3c3d5d19c2a42c1c9e609118812d79caed7c983b58325684787fb8a685bd3fb7271ed401b8ebe46bc9b0968da153f97fc954775fb6df4ba3 SHA512 47a281a5caee05369b7d21964bd52dfaea3cb22695a5dac9256fe7650bb568449a66c017aa34f3c8dcef0c852143dc3c71aa0ddb6dfef71218417c15ddc77dd1
|
||||
DIST esphome-dashboard-20220508.0.tar.gz 586340 BLAKE2B 83245cd2d3b698d3298225f4e08f828d2b9c8393b0d02dca8791ee2d807888a747fce29b8ed93309321f2244196c87795f30c96d3f697091d2bb101b287c7d7b SHA512 9524002eb889769928414a4f3915275b2d18aeab62ac77e994140a26fd7c1b0e28dbd65ec9dce1f10b4e547a31ce6165f616d385f14318624b28525b0de9386a
|
||||
EBUILD esphome-dashboard-20220209.0.ebuild 709 BLAKE2B 5b084e497d714f0cd2cc02730e1e8a13e83269a5f66b1bb44ef8e4608b2d31bb8701e29e4b9ff5c24545f0ad687ddf95b87d8f2db8211caab51fa84ebcfe4104 SHA512 6bf18893f8fe10a0fd8115ad66828282673d51d76cdc626b472e718bfae61404d187c22072eb1287dacaf67103174ad92c89f1eb7deaeca0be355324e07f4a38
|
||||
EBUILD esphome-dashboard-20220309.0.ebuild 709 BLAKE2B 5b084e497d714f0cd2cc02730e1e8a13e83269a5f66b1bb44ef8e4608b2d31bb8701e29e4b9ff5c24545f0ad687ddf95b87d8f2db8211caab51fa84ebcfe4104 SHA512 6bf18893f8fe10a0fd8115ad66828282673d51d76cdc626b472e718bfae61404d187c22072eb1287dacaf67103174ad92c89f1eb7deaeca0be355324e07f4a38
|
||||
EBUILD esphome-dashboard-20220508.0.ebuild 707 BLAKE2B 04991b0f237af79086f3d1f36e0ab75f444ed05ae89ce69ce6f05c69e6380cad24b93b785b11b11fd6e368c0fb5c88d6cecfade1d9c857eb87542c2d8509505c SHA512 fea8c43975e6fbe3b6064988407fbd2f788cdfd1dfcb665b56cdf889b7c19644cc85460e4eb6e74126d419e8eb8265c3032a3beb30deb19af922aaf71d2fcacf
|
||||
MISC metadata.xml 457 BLAKE2B fb323c348ed5e2f693be7b58df4affee5a7826e24e992289d119364b8e82b0c018e3ea9f4c8f75b4fc25b9b9c29a3333807d5fd1e224090ff35ed288785f1f4d SHA512 15f5f9e99324d166192481d3ea2a24a06c9612279a214c7f31827ff9c4b0fd4175354a783b5656873dc493928cbd8e074009fe2568c88c608f0be91aea1ad5dc
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="ESPHome dashboard"
|
||||
HOMEPAGE="https://github.com/esphome/dashboard https://pypi.org/project/esphome-dashboard/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@@ -5,8 +5,10 @@ AUX esphome.init.d-r3 650 BLAKE2B dc3750f8749e6183d0496b575a46fc55430b89bf973c75
|
||||
DIST esphome-2022.2.6.tar.gz 1330829 BLAKE2B b7efff4bf97629d121ead88b977bd4ad20b8363184096debc76b9695eb3b665faac660e7f10452ea2ab180449ff7d70ffe21a3f49134783b8e3720dd28356888 SHA512 5c19bf5dfb1ad15e4a295e1a3a816794240374111f0781f7b30971c9004418ce4f75e7495bcc7381dd386805bdb8ff98201b481e3e3b9ef5c2773961da001d08
|
||||
DIST esphome-2022.3.2.tar.gz 1379523 BLAKE2B c27e7d53d36723724b2e2a5f1e5758168499be55525e4bc157c473a6e8d2e7429add15a01f79212c87645f863f598b5f2a5ae77278eacf38c7bcf7201c3db548 SHA512 37354ad959b41a245eb968e4f49482373231b4e4603e9523f39e95cea2e528b307a5f401d5d5913d45bcf4238d085161c83ca7b7212f45cde18589c687b460bc
|
||||
DIST esphome-2022.4.0.tar.gz 1423917 BLAKE2B 55c5f36e3409dba1a642d556f05e960c8e7aff533b37e2919a8565bb090d5fee67e8ac72a43676dfea9d2d681673b596bbe8d73b9fdc7054a27a9c3a5aa58934 SHA512 0173b6c4a9a63a4fce82a5809e53901f67b081d16c7720fddc460264837c46ae7122d9088da9c8b88ab908f45e44e0e6b1b5b415cecb743ab0ac60519bf3d583
|
||||
DIST esphome-2022.5.1.tar.gz 1465429 BLAKE2B ebe090a82e7e1cab9f543e2d9cc7f55dee455b4b8d1a5b9083776cde0fe2e873e324a319b0c045e5f8ece9a9ff58d281df23c57feb83a11d20966b2bf301f574 SHA512 be19fc4e26eb89f445707bfea86d75ca83e711b6b44df37e6bf556611aa1e501a1d5b80580c58a5f7ee5b0938f61416f6196bbf024125bde3fafcbf65ec4e165
|
||||
EBUILD esphome-2022.2.6.ebuild 2969 BLAKE2B bd170b30aa19d7eaec9b09db60e0a85f8b61aa21a081fe468cd7b426f13772ee3e3568877c24adacc632d0843e532e5a3b04a9376ab28de834d9cf782a644cf6 SHA512 05cadb168d502ac6c0a9c1ebc9c5df5497c2409a97275489f0f39c3f7578c0788063e3e8cc13e4d68546b6920b818c11af558be568670084f3380cfc472e21f9
|
||||
EBUILD esphome-2022.3.2.ebuild 2947 BLAKE2B caa51970d1837f960f15d880278af9ec21e62b07f2dac24ea59ed19503aae7728e8d0a98495aeffc394023d5f2c8a1ab1f5d3c8352ec87f7cbaccd0a64195e7b SHA512 1aef942fd693bda363d27e4babc4c276edd98aa0a032473ddcb26006935666c9483e0de2262a3305631257c5388b2cab806120d860c94fee845e510820b0ac89
|
||||
EBUILD esphome-2022.4.0.ebuild 2978 BLAKE2B dd0971d266e414c47fccf75a4cde628d90616012cd17e9262dee4ab6db97b0f78fda069877d487c8a92693b17bfbed4be3e59e06be8888eb5c1ff8ac80197bb9 SHA512 6df72372a967c791cbc25c0c9a4496858faa15ded4dcf05017c609e7f7594d772e5c2e9114d0350a4d7652edbf6af0e3a8d639e5294743effb61aa8423b29a2d
|
||||
EBUILD esphome-9999.ebuild 2917 BLAKE2B 5c21c5fa6dbeff3627332e4b38b78d29f7d2878366024c996bea3ddd2b3b0cd337a168e8475d69c9b5a0a6b05c5580ee999cf4b54ea8798b6ea2edd884b4007e SHA512 a1077b69d39eed68df048840ccc16724676a44c60c42a85ab1bacd18d9bf747ead9e45c25affd20acc9a52ddb05b568562124a54adf2eccc5610b06536c294a9
|
||||
EBUILD esphome-2022.5.1.ebuild 2978 BLAKE2B c5c1cc888f3c93e3aab548d03608d17bbbf867b346dada9f8fbeefb448560be5d3b033f046725fdf38325a6a9395c34cabd8be19c5c3f53ce8cb1c972ab5d798 SHA512 a3ceef91311b0859b952383cc4a97121cca56e7d030cad4c93e81f5d791335217df92ef72016604384c9bb02391f6f8ea2c73c352a18e2e7178fa051fdeee3e0
|
||||
EBUILD esphome-9999.ebuild 2919 BLAKE2B fafc12c74657760f98ea68a89a0521a69204f25a298c28e463979a58c4a870ea524ff8bba2e98ed410a42779faa25c07f82806f81ffafda74b32e470f86595f7 SHA512 671f2d5d5a259fa5f46951809f01c4765f4aad2834980916d5ded4c03f57456715046d37c195d3f38333e967cd8fce0ee1c39009d6eb1109d351aa42ef0f245f
|
||||
MISC metadata.xml 528 BLAKE2B f51bbfdf53280873d115d2aa5720f958fb34aab599c47e22e6ea0bbb5492abd6768902be8c862dedf0e8364c840a4b93f6aa3a6d013e639cc1087b291fcf919a SHA512 7d073562b5e22a06680493fdff1657bc3541f699f677e3d21e37c6b02e638100c0559362ce4edc750094d59660ecedc1e9df194459b858b881a3c26c8aa90659
|
||||
|
||||
104
dev-embedded/esphome/esphome-2022.5.1.ebuild
Normal file
104
dev-embedded/esphome/esphome-2022.5.1.ebuild
Normal file
@@ -0,0 +1,104 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit readme.gentoo-r1 distutils-r1
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/esphome/esphome.git"
|
||||
EGIT_BRANCH="dev"
|
||||
S="${WORKDIR}/${P}/"
|
||||
else
|
||||
MY_P=${P/_beta/b}
|
||||
MY_PV=${PV/_beta/b}
|
||||
SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_P}/"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Make creating custom firmwares for ESP32/ESP8266 super easy."
|
||||
HOMEPAGE="https://github.com/esphome/esphome https://pypi.org/project/esphome/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="+server test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="
|
||||
server? ( acct-group/${PN} acct-user/${PN} )
|
||||
~dev-python/voluptuous-0.13.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
|
||||
~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/colorama-0.4.4[${PYTHON_USEDEP}]
|
||||
server? ( ~www-servers/tornado-6.1[${PYTHON_USEDEP}] )
|
||||
~dev-python/tzlocal-4.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/tzdata-2021.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pyserial-3.5[${PYTHON_USEDEP}]
|
||||
~dev-embedded/platformio-5.2.5
|
||||
~dev-embedded/esptool-3.3[${PYTHON_USEDEP}]
|
||||
dev-python/click[${PYTHON_USEDEP}]
|
||||
~dev-embedded/esphome-dashboard-20220508.0[${PYTHON_USEDEP}]
|
||||
dev-python/aioesphomeapi[${PYTHON_USEDEP}]
|
||||
dev-python/zeroconf[${PYTHON_USEDEP}]
|
||||
~dev-python/kconfiglib-13.7.1[${PYTHON_USEDEP}]"
|
||||
|
||||
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-mock[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/asyncmock[${PYTHON_USEDEP}]
|
||||
dev-python/hypothesis[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
DISABLE_AUTOFORMATTING=1
|
||||
DOC_CONTENTS="
|
||||
The ESPHome dashboard listens on port 6052
|
||||
ESPHome configuration is in: /etc/${PN}
|
||||
dashboard command line arguments are configured in: /etc/conf.d/${PN}
|
||||
logging is to: /var/log/${PN}/{dashboard,warnings}.log
|
||||
support at https://git.edevau.net/onkelbeh/HomeAssistantRepository
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
sed "/aioesphomeapi==/c\aioesphomeapi" -i requirements.txt || die
|
||||
sed "/click==/c\click" -i requirements.txt || die
|
||||
sed "/zeroconf==/c\zeroconf" -i requirements.txt || die
|
||||
eapply_user
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
dodoc ${DOCS}
|
||||
distutils-r1_python_install_all
|
||||
if use server; then
|
||||
keepdir "/etc/${PN}"
|
||||
fowners -R "${PN}:${PN}" "/etc/${PN}"
|
||||
keepdir "/var/log/${PN}"
|
||||
fowners -R "${PN}:${PN}" "/var/log/${PN}"
|
||||
newconfd "${FILESDIR}/${PN}.conf.d" "${PN}"
|
||||
newinitd "${FILESDIR}/${PN}.init.d-r3" "${PN}"
|
||||
readme.gentoo_create_doc
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if use server; then
|
||||
readme.gentoo_print_elog
|
||||
fi
|
||||
}
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -38,9 +38,9 @@ RDEPEND="server? ( acct-group/${PN} acct-user/${PN} )
|
||||
>=dev-python/tzdata-2021.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pyserial-3.5[${PYTHON_USEDEP}]
|
||||
~dev-embedded/platformio-5.2.5
|
||||
~dev-embedded/esptool-3.3[${PYTHON_USEDEP}]
|
||||
~dev-python/click-8.1.2[${PYTHON_USEDEP}]
|
||||
~dev-embedded/esphome-dashboard-20220309.0[${PYTHON_USEDEP}]
|
||||
~dev-embedded/esptool-3.3.1[${PYTHON_USEDEP}]
|
||||
~dev-python/click-8.1.3[${PYTHON_USEDEP}]
|
||||
~dev-embedded/esphome-dashboard-20220508.0[${PYTHON_USEDEP}]
|
||||
dev-python/aioesphomeapi[${PYTHON_USEDEP}]
|
||||
dev-python/zeroconf[${PYTHON_USEDEP}]
|
||||
~dev-python/kconfiglib-13.7.1[${PYTHON_USEDEP}]"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
DIST esptool-3.2.tar.gz 7155428 BLAKE2B f81a8b77f1994599c3302915915e225249a5e735accbe47c8936de47564e47a33ae711df47c57e599d980b450dc4d710f819087a97d086b9d0f15a98622c0da4 SHA512 5e67b3a17190e051d7706ee2dbbe855488765a7bfed15b15f5a04022c3fbf19112905ba6a672c37b1bac5501d45d477cfff07c004cd83b2d1a111430992cefc1
|
||||
DIST esptool-3.3.1.tar.gz 213846 BLAKE2B 3abc7a53a6cd1e2c4168ac99c90313cf61bbd34b466d35b5cc7dcb4f6162c067444a56f33998850916308b4c2ae0ecb7ee49f70109fb4cdbc0cd9527e2287dbd SHA512 28d68c52dc00daf8667685e95f266e1be64f93566386ac0375e8b3e0fa5d15cbfd62031a46caf42a31cd6ee45f8b3e6df108af0f858fecff6e958b1d1301f99f
|
||||
DIST esptool-3.3.tar.gz 213683 BLAKE2B c24f1fb95060e807d88a04f1f6fe957882b86792b64628673f6443b3d9677544a0b4f39a98f755e0d25cb443f4f666aeab505dedea34f27963fed04c773dfec6 SHA512 4795125ddb5b4728965ae7fd84bb04c6001fa669282596190b43108dea89df5f52a1549b763276d297876a83ca5b3a89cfbf41729cd256d3493566b3e8b9929e
|
||||
EBUILD esptool-3.2.ebuild 1114 BLAKE2B 77b2ebbcad9e15c41747464d3a2c7e03192329ddcb4655afac5e4607af49734964fd27459e4a547c3471da326b60cc10fd047278de60287d580d4aef0d1aa0f8 SHA512 a7ad9a05c90d64b7f09d79505e76b2eaeb7e722c5145fa9ec4910d505368acd3e34c3f6e1d707f995d3104beb0b45327929a7d693573d6768d944bb7caddc211
|
||||
EBUILD esptool-3.3.ebuild 1114 BLAKE2B 77b2ebbcad9e15c41747464d3a2c7e03192329ddcb4655afac5e4607af49734964fd27459e4a547c3471da326b60cc10fd047278de60287d580d4aef0d1aa0f8 SHA512 a7ad9a05c90d64b7f09d79505e76b2eaeb7e722c5145fa9ec4910d505368acd3e34c3f6e1d707f995d3104beb0b45327929a7d693573d6768d944bb7caddc211
|
||||
EBUILD esptool-3.3-r2.ebuild 1193 BLAKE2B bdda259d57fbb1af5e51d0056ecb073a0777228271d99d5b1d07e0d4f5eff6ca5418174ead99aecb8b3e8d738edd93bb231031e5470ca9e0a8120ac396290ee3 SHA512 1b9340f92489488ae3ffb67e677d3dc2002e2ad7dc96f277d10735a020bb59d12ad95eb47585f7c116f40d75cdf83ead6c6b48228ee95a4f9183d9d2771cfee9
|
||||
EBUILD esptool-3.3.1.ebuild 1193 BLAKE2B bdda259d57fbb1af5e51d0056ecb073a0777228271d99d5b1d07e0d4f5eff6ca5418174ead99aecb8b3e8d738edd93bb231031e5470ca9e0a8120ac396290ee3 SHA512 1b9340f92489488ae3ffb67e677d3dc2002e2ad7dc96f277d10735a020bb59d12ad95eb47585f7c116f40d75cdf83ead6c6b48228ee95a4f9183d9d2771cfee9
|
||||
MISC metadata.xml 504 BLAKE2B 2efaa3eb78c1ce0d4aef5891223a09228d83da25bc81169bc53aed23d4344e3107295947ae7d7313bedb44310e0cb2eadf54ab4407e8e493777f93c7662ed87c SHA512 0a8ee6b1576fd22397682c50b366c00a95292893fcbcad18e8f433cfe18bc88a4b58a606c8617d05691cc9109f21134f57258257a9d3b1c12ce1e7545ecf6838
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@@ -23,8 +23,7 @@ RDEPEND=">=dev-python/bitstring-3.1.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/cryptography-2.1.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/ecdsa-0.16.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyserial-3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/reedsolomon-1.5.3[${PYTHON_USEDEP}]
|
||||
<=dev-python/reedsolomon-1.5.4[${PYTHON_USEDEP}]"
|
||||
>=dev-python/reedsolomon-1.5.3[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/pip[${PYTHON_USEDEP}]
|
||||
@@ -38,3 +37,9 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
# reedsolo>=1.5.3,<=1.5.4
|
||||
src_prepare() {
|
||||
sed -i "s/reedsolo>=1.5.3,<=1.5.4/reedsolo>=1.5.3/g" -i setup.py || die
|
||||
eapply_user
|
||||
}
|
||||
45
dev-embedded/esptool/esptool-3.3.1.ebuild
Normal file
45
dev-embedded/esptool/esptool-3.3.1.ebuild
Normal file
@@ -0,0 +1,45 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A serial utility to communicate & flash code to Espressif ESP8266 & ESP32 chips."
|
||||
HOMEPAGE="https://github.com/espressif/esptool https://pypi.org/project/esptool/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/bitstring-3.1.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/cryptography-2.1.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/ecdsa-0.16.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyserial-3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/reedsolomon-1.5.3[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/pip[${PYTHON_USEDEP}]
|
||||
dev-python/wheel[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
# reedsolo>=1.5.3,<=1.5.4
|
||||
src_prepare() {
|
||||
sed -i "s/reedsolo>=1.5.3,<=1.5.4/reedsolo>=1.5.3/g" -i setup.py || die
|
||||
eapply_user
|
||||
}
|
||||
10
dev-libs/protobuf/Manifest
Normal file
10
dev-libs/protobuf/Manifest
Normal file
@@ -0,0 +1,10 @@
|
||||
AUX 70protobuf-gentoo.el 170 BLAKE2B 6d9a92bd3310ca09d18dd762bc0bbd4b0b36184c17f95c80c02183c457fe4ff1142ca1e3207e5a77c078fe5f768cb3e85abc712abc1f4c85774ca1ebf178059b SHA512 ed73cd6b1bf6c0019e4da73c3a480b0f917e949dfad2696336e805263c81610b2a8a0514840e389db0f0e78252cf053d754c5e07731dc5e9c93c9e88f0b2923c
|
||||
AUX proto.vim 49 BLAKE2B 9b6d31105811a8f8cbcf76328172fda5b66b33351bb16573ed1ed08d4c553af2805962a6d6609fbdad4a2644bf9cecd1e771a557f138111ad2c0be959b497ee9 SHA512 65c1f49887c17973d1dfce07fa86d04c5079d2382826eaeb22e128570717f181c53d22ba50905252021f7e476a90ecd29f9d18799c1ccea64b01f4638323538e
|
||||
AUX protobuf-3.16.0-protoc_input_output_files.patch 10060 BLAKE2B e91d2e60ec9a901df0b0e11a8e51ff92b8765357e052231a915a2afa996c78096e18cf443708bf32e51b882c3fe2512e2ab9f7bb8ec1c6141f2c9bb7fb98af95 SHA512 03721151866f25564e203eb5af987649bf3c148ba7b9e1a2a837b336062b911d892714c4deaa5b19572a3ec47e3b309114ce67b0ec0adcff50d208b73283a7b5
|
||||
AUX protobuf-3.17.0-disable_no-warning-test.patch 965 BLAKE2B 584b43b43861280254f92ad48d8a068b6427e1af3822097f2ddd872983fae11f3bd7af1d73b9b58592987ac4aff7399fa31291e21db6656518bce10c5977a785 SHA512 a67fe3231064c1cf3f4ca94be4248fd65f455b1aaa1d1a09afae847a9b9bbae9673d1fec177e822abe0a83b2fe3342bd20dd9aff87adea0dddcc05309aaca682
|
||||
AUX protobuf-3.17.0-system_libraries.patch 6299 BLAKE2B a9252af294342e0a12137c618bc1e6fbe9aa021feaa458c2638aaf407dd6a43473587b7ac3e7278217874e5091ff7337234594715daa7567c9d3cf1bd3191973 SHA512 1d712f886e28907d5a5bef414c9fec56d1c056c316428f6e05fdfb87494e93506c17ff6dd5cff4ec716a6f20b56258393773701cdb6b04f87e44264a919a588e
|
||||
AUX protobuf-3.19.0-disable_no-warning-test.patch 1620 BLAKE2B e4f324ed59b2c31662cc625e9d3f1fdb20ee2a25769dbf86093e5000f73a01e11f05459989aaefeaf0414648cd52f1f1025b9d4f1423cdca4844e42e96f54836 SHA512 8c4bc72976a7eb3418b51e7a1c45b49d7ffaeb91a86f440008e6f162773b1db7afed4a6ae1d0b3510d49361c369b6552a9ba4976d104d804d825227aa7113d95
|
||||
AUX protobuf-3.19.0-system_libraries.patch 7514 BLAKE2B 1ff5c226232c325ed48cf16e2c47652615c4bd1503f1be8560e7f2e8658ffefeffeef72a6baf4368f758e30a4a81d582769b61dd0b3e383c8188cd03bf409c01 SHA512 b6a58e483dbb1f6151c2f7c735fbd55f34bcf98d6370eabb425dbd96e10cb87e8dfbf5024ad8f888cb80a095bc26598aceb55d576d37166550ee62db41c51a44
|
||||
DIST protobuf-3.20.1.tar.gz 5368262 BLAKE2B 1ce1aef2e4c4f3ea4863629cc75d89fe17d0c7ac0c342ac641c787456fd4a12756c2892a27ddadedc94a7201494ec84566638ce33a03cb0c867b04e9eee0edb3 SHA512 fde3eb9f13946887ddfd87df428c5615ad09aaf191e4478b24e98e5e13231feeff4e70b4ca6a2ff7d9b9b2e2c60bc1d5479526edeafa78f9a8ed3bef2e0bacb0
|
||||
EBUILD protobuf-3.20.1.ebuild 4138 BLAKE2B b37b99abbd41acfb2299e1a054d3c36547bdd63542ecc76d03d69344d7e89a03870eda97bba1ae6ae3284c33abdfca6930e74b6ab7109d93cd588c522d6d52f6 SHA512 2eadab6fd0f4b30338a294b69c866ff945e98f05549403484700b2e44314433736a682ab033bc4c2eb0a802934cba92567e6c9bad4d30d79a67d671f88e04591
|
||||
MISC metadata.xml 595 BLAKE2B ba1b916e26b1e53f68e660f03d2e53fea8d22db04e8241ebec3ec20fbb251c2b164cf25d5fb6118423ce7721a822ae2302aab137b0748730e9a6860bf8e65668 SHA512 785e2550621b79b6350e1a6b52ed9992610769885fb29a9e92ee45a35158cc08707a3590dfcbece9ee9a5e16e1abfb614e8186132da7b942f2761b5e6ecfa827
|
||||
3
dev-libs/protobuf/files/70protobuf-gentoo.el
Normal file
3
dev-libs/protobuf/files/70protobuf-gentoo.el
Normal file
@@ -0,0 +1,3 @@
|
||||
(add-to-list 'load-path "@SITELISP@")
|
||||
(add-to-list 'auto-mode-alist '("\\.proto\\'" . protobuf-mode))
|
||||
(autoload 'protobuf-mode "protobuf-mode" "Google protobuf mode." t)
|
||||
1
dev-libs/protobuf/files/proto.vim
Normal file
1
dev-libs/protobuf/files/proto.vim
Normal file
@@ -0,0 +1 @@
|
||||
au BufRead,BufNewFile *.proto set filetype=proto
|
||||
@@ -0,0 +1,240 @@
|
||||
https://github.com/protocolbuffers/protobuf/pull/235
|
||||
|
||||
--- /src/google/protobuf/compiler/command_line_interface.cc
|
||||
+++ /src/google/protobuf/compiler/command_line_interface.cc
|
||||
@@ -1110,6 +1110,28 @@
|
||||
}
|
||||
|
||||
if (mode_ == MODE_ENCODE || mode_ == MODE_DECODE) {
|
||||
+ bool success = false;
|
||||
+ int in_fd = STDIN_FILENO;
|
||||
+ int out_fd = STDOUT_FILENO;
|
||||
+
|
||||
+ if (!protobuf_in_path_.empty()) {
|
||||
+ in_fd = open(protobuf_in_path_.c_str(), O_RDONLY);
|
||||
+ if (in_fd == -1) {
|
||||
+ std::cerr << protobuf_in_path_ << ": error: failed to open file." << std::endl;
|
||||
+ return 1;
|
||||
+ }
|
||||
+ }
|
||||
+ if (!protobuf_out_path_.empty()) {
|
||||
+ out_fd = open(protobuf_out_path_.c_str(),
|
||||
+ O_WRONLY | O_CREAT | O_TRUNC,
|
||||
+ 0644);
|
||||
+ if (out_fd == -1) {
|
||||
+ std::cerr << protobuf_out_path_ << ": error: failed to open file." << std::endl;
|
||||
+ close(in_fd);
|
||||
+ return 1;
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
if (codec_type_.empty()) {
|
||||
// HACK: Define an EmptyMessage type to use for decoding.
|
||||
DescriptorPool pool;
|
||||
@@ -1118,13 +1140,20 @@
|
||||
file.add_message_type()->set_name("EmptyMessage");
|
||||
GOOGLE_CHECK(pool.BuildFile(file) != NULL);
|
||||
codec_type_ = "EmptyMessage";
|
||||
- if (!EncodeOrDecode(&pool)) {
|
||||
- return 1;
|
||||
- }
|
||||
+ success = EncodeOrDecode(&pool, in_fd, out_fd);
|
||||
} else {
|
||||
- if (!EncodeOrDecode(descriptor_pool.get())) {
|
||||
- return 1;
|
||||
- }
|
||||
+ success = EncodeOrDecode(descriptor_pool.get(), in_fd, out_fd);
|
||||
+ }
|
||||
+
|
||||
+ if (in_fd != STDIN_FILENO) {
|
||||
+ close(in_fd);
|
||||
+ }
|
||||
+ if (out_fd != STDOUT_FILENO) {
|
||||
+ close(out_fd);
|
||||
+ }
|
||||
+
|
||||
+ if (!success) {
|
||||
+ return 1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1163,6 +1192,11 @@
|
||||
for (int i = 0; i < proto_path_.size(); i++) {
|
||||
source_tree->MapPath(proto_path_[i].first, proto_path_[i].second);
|
||||
}
|
||||
+ if (mode_ == MODE_COMPILE &&
|
||||
+ (!protobuf_in_path_.empty() || !protobuf_out_path_.empty())) {
|
||||
+ std::cerr << "--protobuf_in and --protobuf_out are only valid with "
|
||||
+ << "decode operations. Ignoring.";
|
||||
+ }
|
||||
|
||||
// Map input files to virtual paths if possible.
|
||||
if (!MakeInputsBeProtoPathRelative(source_tree, fallback_database)) {
|
||||
@@ -1885,6 +1919,12 @@
|
||||
} else if (name == "--deterministic_output") {
|
||||
deterministic_output_ = true;
|
||||
|
||||
+ } else if (name == "--protobuf_in") {
|
||||
+ protobuf_in_path_ = value;
|
||||
+
|
||||
+ } else if (name == "--protobuf_out") {
|
||||
+ protobuf_out_path_ = value;
|
||||
+
|
||||
} else if (name == "--error_format") {
|
||||
if (value == "gcc") {
|
||||
error_format_ = ERROR_FORMAT_GCC;
|
||||
@@ -2018,22 +2058,38 @@
|
||||
--version Show version info and exit.
|
||||
-h, --help Show this text and exit.
|
||||
--encode=MESSAGE_TYPE Read a text-format message of the given type
|
||||
- from standard input and write it in binary
|
||||
- to standard output. The message type must
|
||||
+ from input protobuf file and write it in binary
|
||||
+ to output protobuf file. The message type must
|
||||
be defined in PROTO_FILES or their imports.
|
||||
+ The input/output protobuf files are specified
|
||||
+ using the --protobuf_in and --protobuf_out
|
||||
+ command line flags.
|
||||
--deterministic_output When using --encode, ensure map fields are
|
||||
deterministically ordered. Note that this order
|
||||
is not canonical, and changes across builds or
|
||||
releases of protoc.
|
||||
--decode=MESSAGE_TYPE Read a binary message of the given type from
|
||||
- standard input and write it in text format
|
||||
- to standard output. The message type must
|
||||
+ input protobuf file and write it in text format
|
||||
+ to output protobuf file. The message type must
|
||||
be defined in PROTO_FILES or their imports.
|
||||
+ The input/output protobuf files are specified
|
||||
+ using the --protobuf_in and --protobuf_out
|
||||
+ command line flags.
|
||||
--decode_raw Read an arbitrary protocol message from
|
||||
- standard input and write the raw tag/value
|
||||
- pairs in text format to standard output. No
|
||||
+ input protobuf file and write the raw tag/value
|
||||
+ pairs in text format to output protobuf file. No
|
||||
PROTO_FILES should be given when using this
|
||||
- flag.
|
||||
+ flag. The input/output protobuf files are
|
||||
+ specified using the --protobuf_in and
|
||||
+ --protobuf_out command line flags.
|
||||
+ --protobuf_in=FILE Absolute path to the protobuf file from which
|
||||
+ input of encoding/decoding operation will be
|
||||
+ read. If omitted, input will be read from
|
||||
+ standard input.
|
||||
+ --protobuf_out=FILE Absolute path to the protobuf file to which
|
||||
+ output of encoding/decoding operation will be
|
||||
+ written. If omitted, output will be written to
|
||||
+ standard output.
|
||||
--descriptor_set_in=FILES Specifies a delimited list of FILES
|
||||
each containing a FileDescriptorSet (a
|
||||
protocol buffer defined in descriptor.proto).
|
||||
@@ -2344,7 +2400,9 @@
|
||||
return true;
|
||||
}
|
||||
|
||||
-bool CommandLineInterface::EncodeOrDecode(const DescriptorPool* pool) {
|
||||
+bool CommandLineInterface::EncodeOrDecode(const DescriptorPool* pool,
|
||||
+ int in_fd,
|
||||
+ int out_fd) {
|
||||
// Look up the type.
|
||||
const Descriptor* type = pool->FindMessageTypeByName(codec_type_);
|
||||
if (type == NULL) {
|
||||
@@ -2356,15 +2414,15 @@
|
||||
std::unique_ptr<Message> message(dynamic_factory.GetPrototype(type)->New());
|
||||
|
||||
if (mode_ == MODE_ENCODE) {
|
||||
- SetFdToTextMode(STDIN_FILENO);
|
||||
- SetFdToBinaryMode(STDOUT_FILENO);
|
||||
+ SetFdToTextMode(in_fd);
|
||||
+ SetFdToBinaryMode(out_fd);
|
||||
} else {
|
||||
- SetFdToBinaryMode(STDIN_FILENO);
|
||||
- SetFdToTextMode(STDOUT_FILENO);
|
||||
+ SetFdToBinaryMode(in_fd);
|
||||
+ SetFdToTextMode(out_fd);
|
||||
}
|
||||
|
||||
- io::FileInputStream in(STDIN_FILENO);
|
||||
- io::FileOutputStream out(STDOUT_FILENO);
|
||||
+ io::FileInputStream in(in_fd);
|
||||
+ io::FileOutputStream out(out_fd);
|
||||
|
||||
if (mode_ == MODE_ENCODE) {
|
||||
// Input is text.
|
||||
--- /src/google/protobuf/compiler/command_line_interface.h
|
||||
+++ /src/google/protobuf/compiler/command_line_interface.h
|
||||
@@ -292,7 +292,9 @@
|
||||
GeneratorContext* generator_context, std::string* error);
|
||||
|
||||
// Implements --encode and --decode.
|
||||
- bool EncodeOrDecode(const DescriptorPool* pool);
|
||||
+ bool EncodeOrDecode(const DescriptorPool* pool,
|
||||
+ int in_fd,
|
||||
+ int out_fd);
|
||||
|
||||
// Implements the --descriptor_set_out option.
|
||||
bool WriteDescriptorSet(
|
||||
@@ -427,6 +429,13 @@
|
||||
// parsed FileDescriptorSets to be used for loading protos. Otherwise, empty.
|
||||
std::vector<std::string> descriptor_set_in_names_;
|
||||
|
||||
+ // When using --encode / --decode / --decode_raw absolute path to the output
|
||||
+ // file. (Empty string indicates write to STDOUT).
|
||||
+ std::string protobuf_out_path_;
|
||||
+ // When using --encode / --decode / --decode_raw, absolute path to the input
|
||||
+ // file. (Empty string indicates read from STDIN).
|
||||
+ std::string protobuf_in_path_;
|
||||
+
|
||||
// If --descriptor_set_out was given, this is the filename to which the
|
||||
// FileDescriptorSet should be written. Otherwise, empty.
|
||||
std::string descriptor_set_out_name_;
|
||||
--- /src/google/protobuf/compiler/command_line_interface_unittest.cc
|
||||
+++ /src/google/protobuf/compiler/command_line_interface_unittest.cc
|
||||
@@ -99,7 +99,7 @@
|
||||
virtual void SetUp();
|
||||
virtual void TearDown();
|
||||
|
||||
- // Runs the CommandLineInterface with the given command line. The
|
||||
+ // Run the CommandLineInterface with the given command line. The
|
||||
// command is automatically split on spaces, and the string "$tmpdir"
|
||||
// is replaced with TestTempDir().
|
||||
void Run(const std::string& command);
|
||||
@@ -2626,6 +2626,17 @@
|
||||
std::string::npos);
|
||||
}
|
||||
|
||||
+ void ExpectBinaryFilesMatch(const string &expected_file,
|
||||
+ const string &actual_file) {
|
||||
+ string expected_output, actual_output;
|
||||
+ ASSERT_TRUE(File::ReadFileToString(expected_file, &expected_output));
|
||||
+ ASSERT_TRUE(File::ReadFileToString(actual_file, &actual_output));
|
||||
+
|
||||
+ // Don't use EXPECT_EQ because we don't want to print raw binary data to
|
||||
+ // stdout on failure.
|
||||
+ EXPECT_TRUE(expected_output == actual_output);
|
||||
+ }
|
||||
+
|
||||
private:
|
||||
void WriteUnittestProtoDescriptorSet() {
|
||||
unittest_proto_descriptor_set_filename_ =
|
||||
@@ -2749,6 +2760,19 @@
|
||||
"Can only use --deterministic_output with --encode.\n");
|
||||
}
|
||||
|
||||
+TEST_P(EncodeDecodeTest, RedirectInputOutput) {
|
||||
+ string out_file = TestTempDir() + "/golden_message_out.pbf";
|
||||
+ EXPECT_TRUE(
|
||||
+ Run(TestUtil::MaybeTranslatePath("net/proto2/internal/unittest.proto") +
|
||||
+ " --encode=protobuf_unittest.TestAllTypes" +
|
||||
+ " --protobuf_in=" + TestUtil::GetTestDataPath(
|
||||
+ "net/proto2/internal/"
|
||||
+ "testdata/text_format_unittest_data_oneof_implemented.txt") +
|
||||
+ " --protobuf_out=" + out_file));
|
||||
+ ExpectBinaryFilesMatch(out_file, TestUtil::GetTestDataPath(
|
||||
+ "net/proto2/internal/testdata/golden_message_oneof_implemented"));
|
||||
+}
|
||||
+
|
||||
INSTANTIATE_TEST_SUITE_P(FileDescriptorSetSource, EncodeDecodeTest,
|
||||
testing::Values(PROTO_PATH, DESCRIPTOR_SET_IN));
|
||||
} // anonymous namespace
|
||||
@@ -0,0 +1,19 @@
|
||||
Disable no-warning-test which is compiled with -Werror option and whose only purpose is checking if compilation results in any warnings.
|
||||
|
||||
--- /src/Makefile.am
|
||||
+++ /src/Makefile.am
|
||||
@@ -713,7 +713,7 @@
|
||||
GOOGLEMOCK_SRC_DIR=$(srcdir)/../third_party/googletest/googlemock
|
||||
check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \
|
||||
protobuf-lite-test test_plugin protobuf-lite-arena-test \
|
||||
- no-warning-test $(GZCHECKPROGRAMS)
|
||||
+ $(GZCHECKPROGRAMS)
|
||||
protobuf_test_LDADD = $(PTHREAD_LIBS) libprotobuf.la libprotoc.la \
|
||||
$(GOOGLETEST_BUILD_DIR)/lib/libgtest.la \
|
||||
$(GOOGLEMOCK_BUILD_DIR)/lib/libgmock.la \
|
||||
@@ -900,4 +900,4 @@
|
||||
|
||||
TESTS = protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test \
|
||||
google/protobuf/compiler/zip_output_unittest.sh $(GZTESTS) \
|
||||
- protobuf-lite-arena-test no-warning-test
|
||||
+ protobuf-lite-arena-test
|
||||
121
dev-libs/protobuf/files/protobuf-3.17.0-system_libraries.patch
Normal file
121
dev-libs/protobuf/files/protobuf-3.17.0-system_libraries.patch
Normal file
@@ -0,0 +1,121 @@
|
||||
--- /Makefile.am
|
||||
+++ /Makefile.am
|
||||
@@ -11,28 +11,10 @@
|
||||
# Always include third_party directories in distributions.
|
||||
DIST_SUBDIRS = src conformance benchmarks third_party/googletest
|
||||
|
||||
-# Build gmock before we build protobuf tests. We don't add gmock to SUBDIRS
|
||||
-# because then "make check" would also build and run all of gmock's own tests,
|
||||
-# which takes a lot of time and is generally not useful to us. Also, we don't
|
||||
-# want "make install" to recurse into gmock since we don't want to overwrite
|
||||
-# the installed version of gmock if there is one.
|
||||
check-local:
|
||||
- @echo "Making lib/libgmock.a lib/libgmock_main.a in gmock"
|
||||
- @cd third_party/googletest/googletest && $(MAKE) $(AM_MAKEFLAGS) lib/libgtest.la lib/libgtest_main.la
|
||||
- @cd third_party/googletest/googlemock && $(MAKE) $(AM_MAKEFLAGS) lib/libgmock.la lib/libgmock_main.la
|
||||
|
||||
-# We would like to clean gmock when "make clean" is invoked. But we have to
|
||||
-# be careful because clean-local is also invoked during "make distclean", but
|
||||
-# "make distclean" already recurses into gmock because it's listed among the
|
||||
-# DIST_SUBDIRS. distclean will delete gmock/Makefile, so if we then try to
|
||||
-# cd to the directory again and "make clean" it will fail. So, check that the
|
||||
-# Makefile exists before recursing.
|
||||
clean-local:
|
||||
- @if test -e third_party/googletest/Makefile; then \
|
||||
- echo "Making clean in googletest"; \
|
||||
- cd third_party/googletest && $(MAKE) $(AM_MAKEFLAGS) clean; \
|
||||
- fi; \
|
||||
- if test -e conformance/Makefile; then \
|
||||
+ @if test -e conformance/Makefile; then \
|
||||
echo "Making clean in conformance"; \
|
||||
cd conformance && $(MAKE) $(AM_MAKEFLAGS) clean; \
|
||||
fi; \
|
||||
--- /configure.ac
|
||||
+++ /configure.ac
|
||||
@@ -236,12 +236,5 @@
|
||||
fi
|
||||
AC_SUBST([LIBLOG_LIBS])
|
||||
|
||||
-# HACK: Make gmock's configure script pick up our copy of CFLAGS and CXXFLAGS,
|
||||
-# since the flags added by ACX_CHECK_SUNCC must be used when compiling gmock
|
||||
-# too.
|
||||
-export CFLAGS
|
||||
-export CXXFLAGS
|
||||
-AC_CONFIG_SUBDIRS([third_party/googletest])
|
||||
-
|
||||
AC_CONFIG_FILES([Makefile src/Makefile benchmarks/Makefile conformance/Makefile protobuf.pc protobuf-lite.pc])
|
||||
AC_OUTPUT
|
||||
--- /src/Makefile.am
|
||||
+++ /src/Makefile.am
|
||||
@@ -707,19 +707,11 @@
|
||||
google/protobuf/testing/file.cc \
|
||||
google/protobuf/testing/file.h
|
||||
|
||||
-GOOGLETEST_BUILD_DIR=../third_party/googletest/googletest
|
||||
-GOOGLEMOCK_BUILD_DIR=../third_party/googletest/googlemock
|
||||
-GOOGLETEST_SRC_DIR=$(srcdir)/../third_party/googletest/googletest
|
||||
-GOOGLEMOCK_SRC_DIR=$(srcdir)/../third_party/googletest/googlemock
|
||||
check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \
|
||||
protobuf-lite-test test_plugin protobuf-lite-arena-test \
|
||||
$(GZCHECKPROGRAMS)
|
||||
protobuf_test_LDADD = $(PTHREAD_LIBS) libprotobuf.la libprotoc.la \
|
||||
- $(GOOGLETEST_BUILD_DIR)/lib/libgtest.la \
|
||||
- $(GOOGLEMOCK_BUILD_DIR)/lib/libgmock.la \
|
||||
- $(GOOGLEMOCK_BUILD_DIR)/lib/libgmock_main.la
|
||||
-protobuf_test_CPPFLAGS = -I$(GOOGLETEST_SRC_DIR)/include \
|
||||
- -I$(GOOGLEMOCK_SRC_DIR)/include
|
||||
+ -lgtest -lgmock -lgmock_main
|
||||
# Disable optimization for tests unless the user explicitly asked for it,
|
||||
# since test_util.cc takes forever to compile with optimization (with GCC).
|
||||
# See configure.ac for more info.
|
||||
@@ -811,12 +803,8 @@
|
||||
# Run cpp_unittest again with PROTOBUF_TEST_NO_DESCRIPTORS defined.
|
||||
protobuf_lazy_descriptor_test_LDADD = $(PTHREAD_LIBS) libprotobuf.la \
|
||||
libprotoc.la \
|
||||
- $(GOOGLETEST_BUILD_DIR)/lib/libgtest.la \
|
||||
- $(GOOGLEMOCK_BUILD_DIR)/lib/libgmock.la \
|
||||
- $(GOOGLEMOCK_BUILD_DIR)/lib/libgmock_main.la
|
||||
-protobuf_lazy_descriptor_test_CPPFLAGS = -I$(GOOGLEMOCK_SRC_DIR)/include \
|
||||
- -I$(GOOGLETEST_SRC_DIR)/include \
|
||||
- -DPROTOBUF_TEST_NO_DESCRIPTORS
|
||||
+ -lgtest -lgmock -lgmock_main
|
||||
+protobuf_lazy_descriptor_test_CPPFLAGS = -DPROTOBUF_TEST_NO_DESCRIPTORS
|
||||
protobuf_lazy_descriptor_test_CXXFLAGS = $(NO_OPT_CXXFLAGS)
|
||||
protobuf_lazy_descriptor_test_SOURCES = \
|
||||
google/protobuf/compiler/cpp/cpp_unittest.cc \
|
||||
@@ -837,11 +825,7 @@
|
||||
# full runtime and we want to make sure this test builds without full
|
||||
# runtime.
|
||||
protobuf_lite_test_LDADD = $(PTHREAD_LIBS) libprotobuf-lite.la \
|
||||
- $(GOOGLETEST_BUILD_DIR)/lib/libgtest.la \
|
||||
- $(GOOGLEMOCK_BUILD_DIR)/lib/libgmock.la \
|
||||
- $(GOOGLEMOCK_BUILD_DIR)/lib/libgmock_main.la
|
||||
-protobuf_lite_test_CPPFLAGS= -I$(GOOGLEMOCK_SRC_DIR)/include \
|
||||
- -I$(GOOGLETEST_SRC_DIR)/include
|
||||
+ -lgtest -lgmock -lgmock_main
|
||||
protobuf_lite_test_CXXFLAGS = $(NO_OPT_CXXFLAGS)
|
||||
protobuf_lite_test_SOURCES = \
|
||||
google/protobuf/lite_unittest.cc \
|
||||
@@ -853,11 +837,7 @@
|
||||
# gtest when building the test internally our memory sanitizer doesn't detect
|
||||
# memory leaks (don't know why).
|
||||
protobuf_lite_arena_test_LDADD = $(PTHREAD_LIBS) libprotobuf-lite.la \
|
||||
- $(GOOGLETEST_BUILD_DIR)/lib/libgtest.la \
|
||||
- $(GOOGLEMOCK_BUILD_DIR)/lib/libgmock.la \
|
||||
- $(GOOGLEMOCK_BUILD_DIR)/lib/libgmock_main.la
|
||||
-protobuf_lite_arena_test_CPPFLAGS = -I$(GOOGLEMOCK_SRC_DIR)/include \
|
||||
- -I$(GOOGLETEST_SRC_DIR)/include
|
||||
+ -lgtest -lgmock -lgmock_main
|
||||
protobuf_lite_arena_test_CXXFLAGS = $(NO_OPT_CXXFLAGS)
|
||||
protobuf_lite_arena_test_SOURCES = \
|
||||
google/protobuf/lite_arena_unittest.cc \
|
||||
@@ -867,8 +847,7 @@
|
||||
|
||||
# Test plugin binary.
|
||||
test_plugin_LDADD = $(PTHREAD_LIBS) libprotobuf.la libprotoc.la \
|
||||
- $(GOOGLETEST_BUILD_DIR)/lib/libgtest.la
|
||||
-test_plugin_CPPFLAGS = -I$(GOOGLETEST_SRC_DIR)/include
|
||||
+ -lgtest
|
||||
test_plugin_SOURCES = \
|
||||
google/protobuf/compiler/mock_code_generator.cc \
|
||||
google/protobuf/testing/file.cc \
|
||||
@@ -0,0 +1,36 @@
|
||||
From 12e381222a8cdce50845dfb7d8fdf863f6f8bb8a Mon Sep 17 00:00:00 2001
|
||||
From: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
|
||||
Date: Fri, 28 Jan 2022 15:08:40 +0800
|
||||
Subject: [PATCH] protobuf-3.19.0: disable no-warning test
|
||||
|
||||
Disable no-warning-test which is compiled with -Werror option
|
||||
and whose only purpose is checking if compilation results in any warnings.
|
||||
|
||||
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
|
||||
Signed-off-by: Yixun Lan <dlan@gentoo.org>
|
||||
---
|
||||
src/Makefile.am | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/src/Makefile.am b/src/Makefile.am
|
||||
index 3312e5d..7e86b62 100644
|
||||
--- a/src/Makefile.am
|
||||
+++ b/src/Makefile.am
|
||||
@@ -722,7 +722,7 @@ GOOGLETEST_SRC_DIR=$(srcdir)/../third_party/googletest/googletest
|
||||
GOOGLEMOCK_SRC_DIR=$(srcdir)/../third_party/googletest/googlemock
|
||||
check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \
|
||||
protobuf-lite-test test_plugin protobuf-lite-arena-test \
|
||||
- no-warning-test $(GZCHECKPROGRAMS)
|
||||
+ $(GZCHECKPROGRAMS)
|
||||
protobuf_test_LDADD = $(PTHREAD_LIBS) libprotobuf.la libprotoc.la \
|
||||
$(GOOGLETEST_BUILD_DIR)/lib/libgtest.la \
|
||||
$(GOOGLEMOCK_BUILD_DIR)/lib/libgmock.la \
|
||||
@@ -911,4 +911,4 @@ nodist_no_warning_test_SOURCES = no_warning_test.cc $(protoc_outputs)
|
||||
|
||||
TESTS = protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test \
|
||||
google/protobuf/compiler/zip_output_unittest.sh $(GZTESTS) \
|
||||
- protobuf-lite-arena-test no-warning-test
|
||||
+ protobuf-lite-arena-test
|
||||
--
|
||||
2.34.1
|
||||
|
||||
146
dev-libs/protobuf/files/protobuf-3.19.0-system_libraries.patch
Normal file
146
dev-libs/protobuf/files/protobuf-3.19.0-system_libraries.patch
Normal file
@@ -0,0 +1,146 @@
|
||||
From c080d329298e841d7d4e1380ff7ec88de5cb3b02 Mon Sep 17 00:00:00 2001
|
||||
From: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
|
||||
Date: Fri, 28 Jan 2022 15:14:59 +0800
|
||||
Subject: [PATCH] protobuf-3.19.0: system_libraries
|
||||
|
||||
Use system version of GoogleTest,
|
||||
which will unbundle gtest, gmock libraries
|
||||
|
||||
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
|
||||
Signed-off-by: Yixun Lan <dlan@gentoo.org>
|
||||
---
|
||||
Makefile.am | 20 +-------------------
|
||||
configure.ac | 7 -------
|
||||
src/Makefile.am | 33 ++++++---------------------------
|
||||
3 files changed, 7 insertions(+), 53 deletions(-)
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 41d4061..b24f8f4 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -11,28 +11,10 @@ SUBDIRS = . src
|
||||
# Always include third_party directories in distributions.
|
||||
DIST_SUBDIRS = src conformance benchmarks third_party/googletest
|
||||
|
||||
-# Build gmock before we build protobuf tests. We don't add gmock to SUBDIRS
|
||||
-# because then "make check" would also build and run all of gmock's own tests,
|
||||
-# which takes a lot of time and is generally not useful to us. Also, we don't
|
||||
-# want "make install" to recurse into gmock since we don't want to overwrite
|
||||
-# the installed version of gmock if there is one.
|
||||
check-local:
|
||||
- @echo "Making lib/libgmock.a lib/libgmock_main.a in gmock"
|
||||
- @cd third_party/googletest/googletest && $(MAKE) $(AM_MAKEFLAGS) lib/libgtest.la lib/libgtest_main.la
|
||||
- @cd third_party/googletest/googlemock && $(MAKE) $(AM_MAKEFLAGS) lib/libgmock.la lib/libgmock_main.la
|
||||
|
||||
-# We would like to clean gmock when "make clean" is invoked. But we have to
|
||||
-# be careful because clean-local is also invoked during "make distclean", but
|
||||
-# "make distclean" already recurses into gmock because it's listed among the
|
||||
-# DIST_SUBDIRS. distclean will delete gmock/Makefile, so if we then try to
|
||||
-# cd to the directory again and "make clean" it will fail. So, check that the
|
||||
-# Makefile exists before recursing.
|
||||
clean-local:
|
||||
- @if test -e third_party/googletest/Makefile; then \
|
||||
- echo "Making clean in googletest"; \
|
||||
- cd third_party/googletest && $(MAKE) $(AM_MAKEFLAGS) clean; \
|
||||
- fi; \
|
||||
- if test -e conformance/Makefile; then \
|
||||
+ @if test -e conformance/Makefile; then \
|
||||
echo "Making clean in conformance"; \
|
||||
cd conformance && $(MAKE) $(AM_MAKEFLAGS) clean; \
|
||||
fi; \
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 02085ca..449fb3d 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -236,12 +236,5 @@ if test "x$ANDROID_TEST" = xyes; then
|
||||
fi
|
||||
AC_SUBST([LIBLOG_LIBS])
|
||||
|
||||
-# HACK: Make gmock's configure script pick up our copy of CFLAGS and CXXFLAGS,
|
||||
-# since the flags added by ACX_CHECK_SUNCC must be used when compiling gmock
|
||||
-# too.
|
||||
-export CFLAGS
|
||||
-export CXXFLAGS
|
||||
-AC_CONFIG_SUBDIRS([third_party/googletest])
|
||||
-
|
||||
AC_CONFIG_FILES([Makefile src/Makefile benchmarks/Makefile conformance/Makefile protobuf.pc protobuf-lite.pc])
|
||||
AC_OUTPUT
|
||||
diff --git a/src/Makefile.am b/src/Makefile.am
|
||||
index 7e86b62..47d759f 100644
|
||||
--- a/src/Makefile.am
|
||||
+++ b/src/Makefile.am
|
||||
@@ -716,19 +716,11 @@ COMMON_TEST_SOURCES = \
|
||||
google/protobuf/testing/googletest.cc \
|
||||
google/protobuf/testing/googletest.h
|
||||
|
||||
-GOOGLETEST_BUILD_DIR=../third_party/googletest/googletest
|
||||
-GOOGLEMOCK_BUILD_DIR=../third_party/googletest/googlemock
|
||||
-GOOGLETEST_SRC_DIR=$(srcdir)/../third_party/googletest/googletest
|
||||
-GOOGLEMOCK_SRC_DIR=$(srcdir)/../third_party/googletest/googlemock
|
||||
check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \
|
||||
protobuf-lite-test test_plugin protobuf-lite-arena-test \
|
||||
$(GZCHECKPROGRAMS)
|
||||
protobuf_test_LDADD = $(PTHREAD_LIBS) libprotobuf.la libprotoc.la \
|
||||
- $(GOOGLETEST_BUILD_DIR)/lib/libgtest.la \
|
||||
- $(GOOGLEMOCK_BUILD_DIR)/lib/libgmock.la \
|
||||
- $(GOOGLEMOCK_BUILD_DIR)/lib/libgmock_main.la
|
||||
-protobuf_test_CPPFLAGS = -I$(GOOGLETEST_SRC_DIR)/include \
|
||||
- -I$(GOOGLEMOCK_SRC_DIR)/include
|
||||
+ -lgtest -lgmock -lgmock_main
|
||||
# Disable optimization for tests unless the user explicitly asked for it,
|
||||
# since test_util.cc takes forever to compile with optimization (with GCC).
|
||||
# See configure.ac for more info.
|
||||
@@ -820,12 +812,8 @@ $(am_protobuf_test_OBJECTS): unittest_proto_middleman
|
||||
# Run cpp_unittest again with PROTOBUF_TEST_NO_DESCRIPTORS defined.
|
||||
protobuf_lazy_descriptor_test_LDADD = $(PTHREAD_LIBS) libprotobuf.la \
|
||||
libprotoc.la \
|
||||
- $(GOOGLETEST_BUILD_DIR)/lib/libgtest.la \
|
||||
- $(GOOGLEMOCK_BUILD_DIR)/lib/libgmock.la \
|
||||
- $(GOOGLEMOCK_BUILD_DIR)/lib/libgmock_main.la
|
||||
-protobuf_lazy_descriptor_test_CPPFLAGS = -I$(GOOGLEMOCK_SRC_DIR)/include \
|
||||
- -I$(GOOGLETEST_SRC_DIR)/include \
|
||||
- -DPROTOBUF_TEST_NO_DESCRIPTORS
|
||||
+ -lgtest -lgmock -lgmock_main
|
||||
+protobuf_lazy_descriptor_test_CPPFLAGS = -DPROTOBUF_TEST_NO_DESCRIPTORS
|
||||
protobuf_lazy_descriptor_test_CXXFLAGS = $(NO_OPT_CXXFLAGS)
|
||||
protobuf_lazy_descriptor_test_SOURCES = \
|
||||
google/protobuf/compiler/cpp/cpp_unittest.cc \
|
||||
@@ -847,11 +835,7 @@ COMMON_LITE_TEST_SOURCES = \
|
||||
# full runtime and we want to make sure this test builds without full
|
||||
# runtime.
|
||||
protobuf_lite_test_LDADD = $(PTHREAD_LIBS) libprotobuf-lite.la \
|
||||
- $(GOOGLETEST_BUILD_DIR)/lib/libgtest.la \
|
||||
- $(GOOGLEMOCK_BUILD_DIR)/lib/libgmock.la \
|
||||
- $(GOOGLEMOCK_BUILD_DIR)/lib/libgmock_main.la
|
||||
-protobuf_lite_test_CPPFLAGS= -I$(GOOGLEMOCK_SRC_DIR)/include \
|
||||
- -I$(GOOGLETEST_SRC_DIR)/include
|
||||
+ -lgtest -lgmock -lgmock_main
|
||||
protobuf_lite_test_CXXFLAGS = $(NO_OPT_CXXFLAGS)
|
||||
protobuf_lite_test_SOURCES = \
|
||||
google/protobuf/lite_unittest.cc \
|
||||
@@ -863,11 +847,7 @@ $(am_protobuf_lite_test_OBJECTS): unittest_proto_middleman
|
||||
# gtest when building the test internally our memory sanitizer doesn't detect
|
||||
# memory leaks (don't know why).
|
||||
protobuf_lite_arena_test_LDADD = $(PTHREAD_LIBS) libprotobuf-lite.la \
|
||||
- $(GOOGLETEST_BUILD_DIR)/lib/libgtest.la \
|
||||
- $(GOOGLEMOCK_BUILD_DIR)/lib/libgmock.la \
|
||||
- $(GOOGLEMOCK_BUILD_DIR)/lib/libgmock_main.la
|
||||
-protobuf_lite_arena_test_CPPFLAGS = -I$(GOOGLEMOCK_SRC_DIR)/include \
|
||||
- -I$(GOOGLETEST_SRC_DIR)/include
|
||||
+ -lgtest -lgmock -lgmock_main
|
||||
protobuf_lite_arena_test_CXXFLAGS = $(NO_OPT_CXXFLAGS)
|
||||
protobuf_lite_arena_test_SOURCES = \
|
||||
google/protobuf/lite_arena_unittest.cc \
|
||||
@@ -877,8 +857,7 @@ $(am_protobuf_lite_arena_test_OBJECTS): unittest_proto_middleman
|
||||
|
||||
# Test plugin binary.
|
||||
test_plugin_LDADD = $(PTHREAD_LIBS) libprotobuf.la libprotoc.la \
|
||||
- $(GOOGLETEST_BUILD_DIR)/lib/libgtest.la
|
||||
-test_plugin_CPPFLAGS = -I$(GOOGLETEST_SRC_DIR)/include
|
||||
+ -lgtest
|
||||
test_plugin_SOURCES = \
|
||||
google/protobuf/compiler/mock_code_generator.cc \
|
||||
google/protobuf/compiler/test_plugin.cc \
|
||||
--
|
||||
2.34.1
|
||||
|
||||
19
dev-libs/protobuf/metadata.xml
Normal file
19
dev-libs/protobuf/metadata.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>arfrever.fta@gmail.com</email>
|
||||
<name>Arfrever Frehtes Taifersar Arahesis</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>cjk@gentoo.org</email>
|
||||
<name>Cjk</name>
|
||||
</maintainer>
|
||||
<slots>
|
||||
<subslots>Soname version number</subslots>
|
||||
</slots>
|
||||
<upstream>
|
||||
<remote-id type="cpe">cpe:/a:google:protobuf</remote-id>
|
||||
<remote-id type="github">protocolbuffers/protobuf</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
146
dev-libs/protobuf/protobuf-3.20.1.ebuild
Normal file
146
dev-libs/protobuf/protobuf-3.20.1.ebuild
Normal file
@@ -0,0 +1,146 @@
|
||||
# Copyright 2008-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit autotools elisp-common flag-o-matic multilib-minimal toolchain-funcs
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-r3
|
||||
|
||||
EGIT_REPO_URI="https://github.com/protocolbuffers/protobuf"
|
||||
EGIT_SUBMODULES=()
|
||||
fi
|
||||
|
||||
DESCRIPTION="Google's Protocol Buffers - Extensible mechanism for serializing structured data"
|
||||
HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/protocolbuffers/protobuf"
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
SRC_URI=""
|
||||
else
|
||||
SRC_URI="https://github.com/protocolbuffers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/30"
|
||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
|
||||
IUSE="emacs examples static-libs test zlib"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="emacs? ( app-editors/emacs:* )"
|
||||
DEPEND="test? ( >=dev-cpp/gtest-1.9[${MULTILIB_USEDEP}] )
|
||||
zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )"
|
||||
RDEPEND="emacs? ( app-editors/emacs:* )
|
||||
zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-3.19.0-disable_no-warning-test.patch"
|
||||
"${FILESDIR}/${PN}-3.19.0-system_libraries.patch"
|
||||
"${FILESDIR}/${PN}-3.16.0-protoc_input_output_files.patch"
|
||||
)
|
||||
|
||||
DOCS=(CHANGES.txt CONTRIBUTORS.txt README.md)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# https://github.com/protocolbuffers/protobuf/issues/7413
|
||||
sed -e "/^AC_PROG_CXX_FOR_BUILD$/d" -i configure.ac || die
|
||||
|
||||
# https://github.com/protocolbuffers/protobuf/issues/8082
|
||||
sed -e "/^TEST_F(IoTest, LargeOutput) {$/,/^}$/d" -i src/google/protobuf/io/zero_copy_stream_unittest.cc || die
|
||||
|
||||
# https://github.com/protocolbuffers/protobuf/issues/8459
|
||||
sed \
|
||||
-e "/^TEST(ArenaTest, BlockSizeSmallerThanAllocation) {$/a\\ if (sizeof(void*) == 4) {\n GTEST_SKIP();\n }" \
|
||||
-e "/^TEST(ArenaTest, SpaceAllocated_and_Used) {$/a\\ if (sizeof(void*) == 4) {\n GTEST_SKIP();\n }" \
|
||||
-i src/google/protobuf/arena_unittest.cc || die
|
||||
|
||||
# https://github.com/protocolbuffers/protobuf/issues/8460
|
||||
sed -e "/^TEST(AnyTest, TestPackFromSerializationExceedsSizeLimit) {$/a\\ if (sizeof(void*) == 4) {\n GTEST_SKIP();\n }" -i src/google/protobuf/any_test.cc || die
|
||||
|
||||
# https://github.com/protocolbuffers/protobuf/issues/9392
|
||||
sed -e "s/^AC_PROG_OBJC$/AS_CASE([\$target_os], [darwin*], [AC_PROG_OBJC], [AM_CONDITIONAL([am__fastdepOBJC], [false])])/" -i configure.ac || die
|
||||
|
||||
# https://github.com/protocolbuffers/protobuf/issues/9433
|
||||
sed -e "/^[[:space:]]*static_assert(alignof(T) <= 8, \"\");$/d" -i src/google/protobuf/descriptor.cc || die
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
append-cppflags -DGOOGLE_PROTOBUF_NO_RTTI
|
||||
|
||||
if tc-ld-is-gold; then
|
||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=24527
|
||||
tc-ld-disable-gold
|
||||
fi
|
||||
|
||||
multilib-minimal_src_configure
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
local options=(
|
||||
$(use_enable static-libs static)
|
||||
$(use_with zlib)
|
||||
)
|
||||
|
||||
if tc-is-cross-compiler; then
|
||||
# Build system uses protoc when building, so protoc copy runnable on host is needed.
|
||||
mkdir -p "${WORKDIR}/build" || die
|
||||
pushd "${WORKDIR}/build" > /dev/null || die
|
||||
ECONF_SOURCE="${S}" econf_build "${options[@]}"
|
||||
options+=(--with-protoc="$(pwd)/src/protoc")
|
||||
popd > /dev/null || die
|
||||
fi
|
||||
|
||||
ECONF_SOURCE="${S}" econf "${options[@]}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
multilib-minimal_src_compile
|
||||
|
||||
if use emacs; then
|
||||
elisp-compile editors/protobuf-mode.el
|
||||
fi
|
||||
}
|
||||
|
||||
multilib_src_compile() {
|
||||
if tc-is-cross-compiler; then
|
||||
emake -C "${WORKDIR}/build/src" protoc
|
||||
fi
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
emake check
|
||||
}
|
||||
|
||||
multilib_src_install_all() {
|
||||
find "${ED}" -name "*.la" -delete || die
|
||||
|
||||
insinto /usr/share/vim/vimfiles/syntax
|
||||
doins editors/proto.vim
|
||||
insinto /usr/share/vim/vimfiles/ftdetect
|
||||
doins "${FILESDIR}/proto.vim"
|
||||
|
||||
if use emacs; then
|
||||
elisp-install ${PN} editors/protobuf-mode.el*
|
||||
elisp-site-file-install "${FILESDIR}/70${PN}-gentoo.el"
|
||||
fi
|
||||
|
||||
if use examples; then
|
||||
DOCS+=(examples)
|
||||
docompress -x /usr/share/doc/${PF}/examples
|
||||
fi
|
||||
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
use emacs && elisp-site-regen
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
use emacs && elisp-site-regen
|
||||
}
|
||||
35
dev-python/Adax-local/Adax-local-0.1.4.ebuild
Normal file
35
dev-python/Adax-local/Adax-local-0.1.4.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A python3 library to communicate with Adax"
|
||||
HOMEPAGE="https://github.com/Danielhiversen/pyAdaxLocal https://pypi.org/project/Adax-local/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.0.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/async_timeout-1.4.0[${PYTHON_USEDEP}]
|
||||
dev-python/bleak[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,3 +1,5 @@
|
||||
DIST Adax-local-0.1.3.tar.gz 6376 BLAKE2B e4cf5a530ae46cb844c72a8667f01048d91c28b1c6058feebd5df75b8dfdce53e0a62441cecf020db79e9db9e045c778d8f23d75d15776eb8d12b319cbf451fa SHA512 d0a4e6bd97a219675d7a9cf3aa562778f084c58d29e0117548527090a4fff614a1e35ce1900944aeae61b6278eafe503e5b3ecbe979262e4344721d5674b44ec
|
||||
DIST Adax-local-0.1.4.tar.gz 4672 BLAKE2B 9e811d7ba2e20dbbfb8d1f7aa20b4355c4b65a16dfbe920847717b9277f2b04e1f532ee31273614b27e77551df8fdff94301468717232d32b84e4f5ad30da4ef SHA512 0bda5c7169b29e610f33b07d45b1a4935a674282733959fc8bdcb37c27efc4fe56fe84254e80606b55e86fad805d9e9eb7b11b70c6ee7a66511ab86b57191515
|
||||
EBUILD Adax-local-0.1.3.ebuild 1080 BLAKE2B 6b2254b8ce34e649758cc95421355f51b22cd4a3a1e1106482c0dd927e5bbfe34fa33eac630078f972fd3c95bb879bd8148d9eeb9354909dd5bb413ab03cb6a3 SHA512 76239f567e1e517dd98ab2a63b358ba05b901af9fbcad15f59ac9e03ac3403c4e6549fdc0ce59301907d137e4cf56938875e5571ea0f567736713a80c5bc2223
|
||||
EBUILD Adax-local-0.1.4.ebuild 859 BLAKE2B 80d844846d73a2e820a8deb304b684c78b407c05316dec4aa976ed91d7b8f777b09bab6c1281597eb4429c302690206cfffa9da5e0b4187af262898719cb7469 SHA512 9d31f65515ae211efa8b0326a2309f6c105bf35329b7f3f1535ebc2e62dddcd7a247872369be952e6afbf21d677c985e7e5c40cc6b9d8dc82905fe62e23e2828
|
||||
MISC metadata.xml 460 BLAKE2B 2b6965aa19583e7e8249233f8f8fdd0e82f0dba5753d3a89bb22f5e07f8ea1078511934be999dc95450533a365bf5899a36a55e984a618d160739144a8140743 SHA512 a71a03637269e026728ff2e41205424c038aea20d6ea6645b0a2974e6925164196047521ed5c3322a3d151a537885b1fe8a6982b0feaabbe1543db2e1a444e1b
|
||||
|
||||
36
dev-python/HATasmota/HATasmota-0.5.0.ebuild
Normal file
36
dev-python/HATasmota/HATasmota-0.5.0.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python module to help parse and construct Tasmota MQTT messages."
|
||||
HOMEPAGE="https://github.com/emontnemery/hatasmota https://pypi.org/project/HATasmota/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/attrs-19.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/voluptuous-0.12.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
36
dev-python/HATasmota/HATasmota-0.5.1.ebuild
Normal file
36
dev-python/HATasmota/HATasmota-0.5.1.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python module to help parse and construct Tasmota MQTT messages."
|
||||
HOMEPAGE="https://github.com/emontnemery/hatasmota https://pypi.org/project/HATasmota/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/attrs-19.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/voluptuous-0.12.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,7 +1,11 @@
|
||||
DIST HATasmota-0.3.1.tar.gz 26429 BLAKE2B c5ad8032224c5bd3ac8f33699a60dba3d2fd5cce4462952d358f9e0e7a264c29fdf6a7bea57a600cd37fe337041b20db1701908c5a35158a120bdc4fc3c80bfd SHA512 ec3ad96141af8f93e3d6c0bb618f5afe89bc3eb8acc707721a221fa105f213d6067ea31e619d66866b7c3c77efaf54d608d072eb57d295e5ded20bbb1297a227
|
||||
DIST HATasmota-0.4.0.tar.gz 26538 BLAKE2B 46f4b8e8f572db17a798f82960fcde8c11458f068ba7d46d2e4776809fc2373455f6fe5eab75c1b808dd04871e197f25d7637bde92dad4d1d8b2eb88c172c44c SHA512 4e2a2da3004bf75da52c09b2323f5f944e696e104ca7ccd1ab7e1199685b4be987914838b40ef4956b50a139661a9d32e6d3101814d11adc28e7bfc4c4dedd09
|
||||
DIST HATasmota-0.4.1.tar.gz 26817 BLAKE2B 7f3941fa6538105879bb5bc61820a957a7b06c8a06818c06ddaf1748936a0012a57a4c88abb64618fba95f9df04379aebf824edbc59b080f74e99aad0abf420f SHA512 728dc6500dc224747efd46e115fba9f8ce606e31b35df6ce6dd890a21344751898d3db28329a10b7f48f5deb2a4379c7a6e3cf92d475c4f5aa46f519afc9bd50
|
||||
DIST HATasmota-0.5.0.tar.gz 27143 BLAKE2B 81e683c938f15bd10298e997073d01e7b0ac98d9837e8d5614b27cf28dceb751c8a12aad69fc03466f5e1e719099703c9acb23c9adb8b4293e8627a39a2b21fc SHA512 a4c3dd3e727a69c126bd9e3842c4586565df515cd4c0a056797083d44d3ab28b140e66991f34bea7397454d526b97cc5931644e3d13b9a911852129143886c8e
|
||||
DIST HATasmota-0.5.1.tar.gz 27151 BLAKE2B f80bd0355cf7beb6af8b6274fbcdbee2920ba78d75dceb4d94a48db58d762dea6098323a5e44d0bc8f265df429b548582df0fc390acbd364fa13923ab62d6465 SHA512 29f6028374f0793669f13d578fe5e4bab68d181d79e1d5396965483feb753a043c144418b0ab39fa429d2ade9fdb7ac238d9905853ff078e88c55a037170e4cb
|
||||
EBUILD HATasmota-0.3.1.ebuild 835 BLAKE2B 1153b676113b031eb43320776d1b7524426f88ec9395923cd16c87c2dd4a2a167f299008570fe5ea07d67a9ca3d42e34659cecbd25bb0af540c7d091bc82c22f SHA512 04ad93343cc406b358715f1716ebea2cad376d7d7d003464324d503a11f7b60b5c81810f020f2843e71527541679c7652c52cc04edaebeeb67740cbfda695a08
|
||||
EBUILD HATasmota-0.4.0.ebuild 835 BLAKE2B 1153b676113b031eb43320776d1b7524426f88ec9395923cd16c87c2dd4a2a167f299008570fe5ea07d67a9ca3d42e34659cecbd25bb0af540c7d091bc82c22f SHA512 04ad93343cc406b358715f1716ebea2cad376d7d7d003464324d503a11f7b60b5c81810f020f2843e71527541679c7652c52cc04edaebeeb67740cbfda695a08
|
||||
EBUILD HATasmota-0.4.1.ebuild 835 BLAKE2B 1153b676113b031eb43320776d1b7524426f88ec9395923cd16c87c2dd4a2a167f299008570fe5ea07d67a9ca3d42e34659cecbd25bb0af540c7d091bc82c22f SHA512 04ad93343cc406b358715f1716ebea2cad376d7d7d003464324d503a11f7b60b5c81810f020f2843e71527541679c7652c52cc04edaebeeb67740cbfda695a08
|
||||
EBUILD HATasmota-0.5.0.ebuild 866 BLAKE2B 2bfe90fecc328bf26f9e5b6ca292cdd5376f6efe58e3108e41b7023c4512cea1825412f1c8cdc6effb62bc0e59a911ce60f1ff63ed3c0fb2dfc6bfe3665d2f2d SHA512 2d5629abe61a9470d1a0440a9772951eb9fb1c211b21334aea1cee765bf3eb131160bbca1aeffbf504bd99fe51b4acf90ea97ddbc313ff4489c562cae6e9d861
|
||||
EBUILD HATasmota-0.5.1.ebuild 866 BLAKE2B 2bfe90fecc328bf26f9e5b6ca292cdd5376f6efe58e3108e41b7023c4512cea1825412f1c8cdc6effb62bc0e59a911ce60f1ff63ed3c0fb2dfc6bfe3665d2f2d SHA512 2d5629abe61a9470d1a0440a9772951eb9fb1c211b21334aea1cee765bf3eb131160bbca1aeffbf504bd99fe51b4acf90ea97ddbc313ff4489c562cae6e9d861
|
||||
MISC metadata.xml 328 BLAKE2B 7a57d96bd715634edcaf2662c408256d903748784185470d08b17771e43f07362faa697d96238e5152fea1856fcf5553078366153c5bb7039774a3ffeac6a0d3 SHA512 c2315766ece9bb3728914f6885d397142155364d68c66dc370262c7d3032dccca028e96c7115a182eecab02a0eae85b513dbb10d345fd3a61aa592d868d59363
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
DIST PlexAPI-4.10.0.tar.gz 127822 BLAKE2B 8ddfc68c6e556919b2cc107565cddaeb1fba20c39f72eb567867df2ed62f256cec0d5e6a7d39db5579481fa4334ed443b29f9f07b919d48c8ec85976e498509b SHA512 f544c8074e9fc021a3c8ac5a609efa7e77662121a07b3acc9366ee4c21c27b4449a0de8d07d2a927774322854b08d49a6f25ef719cf6e988c275c5be810a7e8f
|
||||
DIST PlexAPI-4.10.1.tar.gz 127793 BLAKE2B db457c1b35fcb33f4a7cb4d2dbe9df38e091b6829645c8d5983d839962a8268894d5fc3ff6c466ab446b37ccfa2db8873e6a35fb6c48376894c349b2094085ec SHA512 d5b56d31c7682123f8dc19f3b346b3a4e989522a8aae96cc9f037d87d03b39dd42c2071eb1fd10651bf7555db4fc7ddb14ec81b3a7bd0d8999c4b07bedceb4df
|
||||
DIST PlexAPI-4.9.2.tar.gz 124884 BLAKE2B 2abef3e2b5f1dbf069a47c1574d70b24c8fed0ad2f3e731b11e90c70fa04d56fbcf2f1b7f249c2595a585f11940bc9c47bc759fce3416aa2da423023eff01138 SHA512 16b68c75a921ae8a486f052cfaf9979d2c55af57fcaf79976ea6fb6b948a10f3a7ca2ec69df2e5b6245ed6687e02ad6699174374fe57bee2bf25e352806314da
|
||||
DIST PlexAPI-4.11.1.tar.gz 130597 BLAKE2B 30855c82c2f1d2a58d733ce7952ce7caa667bc85b3285a990f6d6a8debe4e770c50b6cba43aa1f3e0d99a9875a7973ebe7b81e20603ddf0ad2a6729864f13d8f SHA512 9a60a960f07e900b7ec569a0fcd035a0777157a14a00537003a687317ad466f87e68f0822a73257cb0417e46ecc63d83566774ee7f8798bc86d4b680a1493eed
|
||||
DIST PlexAPI-4.11.2.tar.gz 130631 BLAKE2B dec38933698fc07ef2063cae735e7a533d4e6643880ac03e321f8b621c277db8b0e497e077cefd661cebd7744170491e21ef80c64c46602757cc8166711464e8 SHA512 2cc2a2fb2c3c0a5b68bd57a721c58f14f6d2f2c1ae95afc5be061b2772ae4671d90c6003db263748c03db6206681505e0069efad704dac5401fdcaa056541216
|
||||
EBUILD PlexAPI-4.10.0.ebuild 748 BLAKE2B 1a2d65628e9fd1081f0e17cd2462253de679ecdea4606bb0373734a402257d2e857973b8562e34aa5d306bb0c9ef3f5fac301ad4efc9fc0265e79efaefc8ce40 SHA512 ba376c82f4146f71114b1cee7739ea23f5017b3c724bbf75f3012bd5b34574138ade0e78aa6b8778a1038959780702aed4d1a7875c0be9a258a97ddd3b4c3635
|
||||
EBUILD PlexAPI-4.10.1.ebuild 748 BLAKE2B 1a2d65628e9fd1081f0e17cd2462253de679ecdea4606bb0373734a402257d2e857973b8562e34aa5d306bb0c9ef3f5fac301ad4efc9fc0265e79efaefc8ce40 SHA512 ba376c82f4146f71114b1cee7739ea23f5017b3c724bbf75f3012bd5b34574138ade0e78aa6b8778a1038959780702aed4d1a7875c0be9a258a97ddd3b4c3635
|
||||
EBUILD PlexAPI-4.9.2.ebuild 748 BLAKE2B 1a2d65628e9fd1081f0e17cd2462253de679ecdea4606bb0373734a402257d2e857973b8562e34aa5d306bb0c9ef3f5fac301ad4efc9fc0265e79efaefc8ce40 SHA512 ba376c82f4146f71114b1cee7739ea23f5017b3c724bbf75f3012bd5b34574138ade0e78aa6b8778a1038959780702aed4d1a7875c0be9a258a97ddd3b4c3635
|
||||
EBUILD PlexAPI-4.11.1.ebuild 746 BLAKE2B fb3310dec40e40409a3e9a04a0debdaf83ed917634e2bc9123db653fefbd78586053f47f7efee5bf6cf012b8bf96a416100642a65c20f7d0f0d37567c4ded0ad SHA512 a5992d3de377a188f0036b799644d17cae6d7e95020e9f9fd6226686d4309b4182fe2e558e1aa962366595b992c67608c4d7d042cfa4432683800f4fff81b1e9
|
||||
EBUILD PlexAPI-4.11.2.ebuild 777 BLAKE2B 9ab5d9ed674c3329c1a58292a8cfb7348240381f17562f309dc278b79b6cacbd5629f67f2fa9bf4c10aab47da7ba2e15b9990bac49115b5bb29822132f4c4bfb SHA512 8d8df3812de27d827f2a4de77478e3ce15111126d1d908dad6e982df63d0e30710e67f349a64ae2ca79734aac2f08a04a378daa6b55e6f33e39ced2c1310699b
|
||||
MISC metadata.xml 464 BLAKE2B 6a72bb28d894dbf02c6229205a4424ea92bbcc0e6537e377e47e7fd046d5db829c782e261d9fba8cec86b688d07ca4b6f10b5c6e1cdfc96ed3f4b293a87cae05 SHA512 8a517a9f794ca1838166ad645f8a49d05012574a67df84f3c3c1b6e0fbf4ee2624806315ea8021f8c3b92b61abd5d6504477d4146f0fb7c07e55fe73d6d452f2
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86 amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
35
dev-python/PlexAPI/PlexAPI-4.11.2.ebuild
Normal file
35
dev-python/PlexAPI/PlexAPI-4.11.2.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python bindings for the Plex API."
|
||||
HOMEPAGE="https://github.com/pkkid/python-plexapi https://pypi.org/project/PlexAPI/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,5 +1,5 @@
|
||||
DIST PyViCare-2.13.1.tar.gz 22806 BLAKE2B d7563a5471893ee28b8d194d456369cb4ac8e4f46a0c4b0cc088706d3ce9d2d61e811aaa35033f22b6f76532af8443327353569695ebebbff1ec6cd995dbc0f6 SHA512 365c35ea8a7627b7f7dab1108f51dafa588a400022dc61a8b2b5cc67b3518046ce3944de8c157336463e7483f7f0f694204c207b0cd235b81a2e067ed9759c6a
|
||||
DIST PyViCare-2.16.1.tar.gz 24313 BLAKE2B 6c4d9e62ba5b8086478b8343c7dd287a16a9d649f33887908365a909e96cd308b1e28e4fa1c0b85582fed756327100294bf098c215da73321ff254cfcbd8d9a0 SHA512 bb5321d7d28e670f011916f53382d48f668a24386c30543204eaa1f0268215779e72807b51be6cbe6d879387b74c0bf61bcefae5a067e5705c4f9ea4ec08bd84
|
||||
EBUILD PyViCare-2.13.1.ebuild 953 BLAKE2B 5d0cc699a38e6985fadbc5bbe1bfd20205946c7908e71050cb5676aa674daa2bb1f72b43efbbfc2c9c63ef423406ced9fcee043e640c8882a7ae1034358d15a0 SHA512 36d941c0f0c5ced44adb1ad2c2fb77fb127892a612af4896edf2acf0c6130608edc06834aeec8480fd1dec53cc559dec8c0d2dd34b80c04cf2788fe44897144a
|
||||
DIST PyViCare-2.16.2.tar.gz 24394 BLAKE2B 2b17f72dfe32bccbd857826b164fb762fac5ca029f24a2500744049745eece7037f76c07012510fe967f09d8c682aeff157cd477034c834790ac872057742333 SHA512 a0640bb027c654370c7d31c8673f1300e005b96b439fcf5854f27961993204e5c612c1e7491559a7055e397ddcdd720436d9ea886be981023010b2e38262ae7a
|
||||
EBUILD PyViCare-2.16.1.ebuild 912 BLAKE2B de3d408da8457477451d9f34dbc0df7864e990d362c43cba6b2da4f04d53d773cee462dafe2f8da99f7ad6ec8c87062a3f8bd665e9e259bf93ec57b2715ae8bb SHA512 ed520136054c333bd08252935b529c9d4912dfcb3c3e88c7e1cb13ad090d660c2f00b4062a81ea40590e73e1d9a58f28aa2d51a2aa9b5721d9db94fe128542d0
|
||||
EBUILD PyViCare-2.16.2.ebuild 950 BLAKE2B c95acb8401b38bf51478b3271890adff90ec171ce5ab5e3024aa7d3cf0f4cbb7a85083087d905a5e4c18cec9442a10d5c5aab456d67b5d0f7e582cc6e805a6bb SHA512 01009a367dd7a011e8e48f9105f5ccd0c86b22aed5ea8f67e61dd374290955feed4a5b1a86657b05f2fd29c2cfba9d2fd31254e4e3e166e6b65692909c9071b2
|
||||
MISC metadata.xml 459 BLAKE2B f4ad5b2d86e598398850e89524f5b2a536c08972d3226f8db225145dde7cb82b802ca5fb80c75e9766a342712e6f1c3010383e16627f83a26305a56b406563e4 SHA512 5d25d5aa24cb2a8e6bfd840c80b70823687dec39181220f5fe53b74822b98434d0c0b6f7cec8b1ef15ad229aa291bde5a31c10591c4107da052fbea98da6823c
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -20,7 +20,6 @@ RESTRICT="!test? ( test )"
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/requests-oauthlib-1.1.0[${PYTHON_USEDEP}]
|
||||
dev-python/simplejson[${PYTHON_USEDEP}]
|
||||
dev-python/pkce[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
@@ -33,7 +32,10 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
sed -i "s/setuptools-git-versioning//g" -i setup.py || die
|
||||
sed -i "s/setuptools-git-versioning<1.8.0//g" -i setup.py || die
|
||||
eapply_user
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,3 +1,5 @@
|
||||
DIST aenum-3.1.11.tar.gz 130979 BLAKE2B 9aa05da35a24a72512ad256051f7f7e9621349d081f529dd39e4c11552bde499f5d79083d3212eb9672fc436047d925a71b5d2862ec263c11028f24ea28ffcfd SHA512 8ec8336ccf805dd4ed57ced35e9e0f143bafea61cd9b3a465286b131e962225f8136595d94bcb1d709893106236d8b96de94aa860ffb256116b625bd9a43d78d
|
||||
DIST aenum-3.1.8.tar.gz 130013 BLAKE2B 5ebc05ffbe6a95f6e4d4bfb87b7d256153eac722ae07526e4d697a34acc32a522107bb17f74e14c8bccb52b727306872c758ade788c532102027d004dc18eb3f SHA512 4dbc4f9be75eec40d3cd06a6cb4f542dab5ed499f43ae5d56ed5ee708c0b2565c45e674cc5caa8be03e85447fa6b244b5d491b0d91f637fdc378558811c11fc5
|
||||
EBUILD aenum-3.1.8.ebuild 774 BLAKE2B c1c16792952a642666d5ce9f3004109ee8b4cabe8429b5212e046f202cf53204b7fa243bbc524413258022cac7e987c389607c9d2bb33e5551014bf00a174456 SHA512 630ca1e4ec3e494d2a89aa07f0b71157390300fe561cd9d73cf361ff1ad2fb28d5b3b2ef7acc22874bde4d5a4b03e78c54ead98d0f8ee42017eacb60dbe421ea
|
||||
EBUILD aenum-3.1.11.ebuild 781 BLAKE2B 4b14dc328f94ddbe500d01ba700e535ee462751aabd20f0e79637bc06ae416a5a101bdd61372773a8715526afd68043ec2b71a050c6af46f585d82cd6bc00fd7 SHA512 e9ad209076aaf5d32488022a38d9c64c46beb7cd29e26e8dd36c7d0b3c4ca1d6c49296375b5b6fa9c5f4012c9ae26a16550a669a8d178fc753af3f0b5716d83f
|
||||
EBUILD aenum-3.1.8.ebuild 750 BLAKE2B 7c47e6726c90bb1bb5e9be920ab4ff351ef91b18f4ef125e377bc7ccbbdde41b3f745190664575a7e13d726bccf56b071162f920e05ace944eba873e0ad56f09 SHA512 2666097c2453a253534e22e2802cc90a42e8a8bd18e399742821e5a7a402aeb278840cf5684d740195a13ce8a12c8123022009188137713d03d3a2f0308e2c78
|
||||
MISC metadata.xml 448 BLAKE2B 68f9a79bcd3aa1185d7d7a5a78ab3aa71ea76813cf00fdd477ea7ef370af703137a04721265d37a15e5f988d86c88b021ee82ff732dde3470a81ea2e8a838964 SHA512 c5b39b4a75cc72d1321eb0a7cec8bb6c2500da1b39e4ae54f1b03647be41120816808dacb97420e0485e6c58c350bb24c82e9c5d9b480fd2b82741038cc4fcd1
|
||||
|
||||
35
dev-python/aenum/aenum-3.1.11.ebuild
Normal file
35
dev-python/aenum/aenum-3.1.11.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants"
|
||||
HOMEPAGE="https://github.com/ethanfurman/aenum https://pypi.org/project/aenum/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="aenum/doc/aenum.rst"
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DIST aioairzone-0.3.3.tar.gz 14553 BLAKE2B a9d2947666c3caa1fdceca2de3160758df64b33048234798ad9be66cc04ab5b3a93b81358bb3d5bcf841913c730e17c01b1e516f8579183ee5fc9cf05cf9b054 SHA512 4ecc2d6a3d1efaa884c8b87d36dd29da36162016b83a233c6903e4abc0847afe60a49cf7f19fcc9555ab9325b3b5729547fd751ce076ecd2ef3cc5d5f53b7a23
|
||||
DIST aioairzone-0.4.2.tar.gz 15719 BLAKE2B d1cc76638fba80e76defe26a154414a05cbfb6ae0122d0abbfd290bd4b2d4c5c9e52f29ba7b6c7f2b4af8e274dc6a50fcf56216f3ba24f6862fd5b397f2bbe63 SHA512 abc2dd208d79b7adb02b78c44a5448babba34601c6616657ead7fb173d175712db021fb7e14160636d06fd6fc68fa9f88913c4c4bf08246fcd9aae43ecf6eb16
|
||||
DIST aioairzone-0.4.3.tar.gz 16028 BLAKE2B a3942e218be528d38fd2c3e42281b16b2be1b1ca5eaec0e51e2e212682c9bbc8d422fabcf491a4262f880898c755ff58d2180dd87d6dde04d87a2421dab2dad6 SHA512 42c1b45e147ea1a95c9e60352996d75dc8f265d357ab7bce13837499250018bd4e686a91c3c212cdd6975f7542a1cb071508346dff90093f01ec0a439ba976ce
|
||||
DIST aioairzone-0.4.4.tar.gz 16078 BLAKE2B f92127f7c3afc75e700731ffce89133ab6e51145a3c4250344154563ff7fd327febb5db1f94b044d84d6fbf9a629335ce9dd9e17655481d9d23b1f3f596f617d SHA512 a193cc4c200d7d56eeb3648b37e3e9f1837606b29330a6a23172753ef6f4693ed0eb1f828bc15441eef3c470e993c8d775510fc00cd3069e3f2dedbe88561d6a
|
||||
EBUILD aioairzone-0.3.3.ebuild 754 BLAKE2B 69716d5b98731da318ed73379c694e395b6458aeb463d53c90101604d7c4069fc6cf68ec8cac72472546ea3927e8059e652f47ad1891387970f3ba1886c4a266 SHA512 5dd432d38ea39f958a49616a7121875db33e75fe31dc2c0a2df8814a49ca94fdfff688d79740d00bab36a130baefbb613274130e622319f8188d9d3fda44c2a1
|
||||
EBUILD aioairzone-0.4.2.ebuild 754 BLAKE2B 69716d5b98731da318ed73379c694e395b6458aeb463d53c90101604d7c4069fc6cf68ec8cac72472546ea3927e8059e652f47ad1891387970f3ba1886c4a266 SHA512 5dd432d38ea39f958a49616a7121875db33e75fe31dc2c0a2df8814a49ca94fdfff688d79740d00bab36a130baefbb613274130e622319f8188d9d3fda44c2a1
|
||||
EBUILD aioairzone-0.4.3.ebuild 754 BLAKE2B 69716d5b98731da318ed73379c694e395b6458aeb463d53c90101604d7c4069fc6cf68ec8cac72472546ea3927e8059e652f47ad1891387970f3ba1886c4a266 SHA512 5dd432d38ea39f958a49616a7121875db33e75fe31dc2c0a2df8814a49ca94fdfff688d79740d00bab36a130baefbb613274130e622319f8188d9d3fda44c2a1
|
||||
EBUILD aioairzone-0.4.4.ebuild 754 BLAKE2B 69716d5b98731da318ed73379c694e395b6458aeb463d53c90101604d7c4069fc6cf68ec8cac72472546ea3927e8059e652f47ad1891387970f3ba1886c4a266 SHA512 5dd432d38ea39f958a49616a7121875db33e75fe31dc2c0a2df8814a49ca94fdfff688d79740d00bab36a130baefbb613274130e622319f8188d9d3fda44c2a1
|
||||
MISC metadata.xml 464 BLAKE2B 3cf890902a32ca4935c41d8f707e716af2f0df4772af33a83b77fbd23781683fa97b5376cb88adf12ba65dd2380c837bc99025a39049f1f895b32b98888149d8 SHA512 631a0d19d8a8386150443781e8d6ad2027d1d957520dacc224e0bd06556dbdbfae7c1c88055569265060ba8e865d07e8054af62f10b7565c0d83891ddb5ba929
|
||||
|
||||
5
dev-python/aiobafi6/Manifest
Normal file
5
dev-python/aiobafi6/Manifest
Normal file
@@ -0,0 +1,5 @@
|
||||
DIST aiobafi6-0.3.0.tar.gz 21266 BLAKE2B 53191cd7661af6cfb7f99bd802c0747b46ff5dc154ca4aec3ce68d0f5545d16c8fb876fa5bbd4d9d8568c0517cef5bbf822439a3f70146cc926babaa4907a34c SHA512 8b199fda337b551d9d22943fca827313147f5569a421ad5afcae54043fd06389d201b1dfb23bd578aaa0339c95808930d2c5b438e7e7a8e4a80acab403186228
|
||||
DIST aiobafi6-0.5.0.tar.gz 22447 BLAKE2B 962ae9c2f7540ad1633129c4c0720ed5d150b715f9f53d7623bb718f09167feefb521476e0d54f677320542102f73a7393af7e71b66424a5592bfe80b7097d8a SHA512 c8412b5d912f1cba0061a6e4a819b55df160cfe81ff7911dc62298dd46616d90016d6fb6664c638858b404bed63d1d185b96a3fe2663d4b7bf85bb2730c279e1
|
||||
EBUILD aiobafi6-0.3.0.ebuild 916 BLAKE2B b82961fb58482f2c775f80bf1fe855b5d473c2733c84645467eb483c983e011e51495221ba70d70077e1eaff2ff2d232cd493cbd4e1782be7af44d22f886f492 SHA512 2896946a11e757b4bac96dfe49351bbbe1f77158d5ea6a0eb182c3440610ef36e571f49f8fda4aeaa452d4af79ae48cd7773193dc1d34060adcf0215c2fb6640
|
||||
EBUILD aiobafi6-0.5.0.ebuild 912 BLAKE2B 7b37a9e63ca22e820bda67cd2e3560a72542679981441a4a23c7cebb09a92a166202fdc1b87333022bac1d7852f4c7a0e0ac1ade31b717bf8b227d95628dd54b SHA512 f2f8b6e0c62182a2cc92896f808be6259ac30b829182848bd90fe010def8e793762b07ac9d668eeeeef15c6d9048d35908177c4ff309393ff6230c0d923160b5
|
||||
MISC metadata.xml 452 BLAKE2B 755f4bb3cd547a142ab4fd958486a666f68cf868d0cd3c56d9075cf469586a227fa4cb8e8b86db534bf6c11ed07374dcbaa0b694ff4ef2f30a374627f68eba75 SHA512 a4fea8dc6559c18485d30c85129c0e3da3d3f542acc0aa5660d7a64667d70072aae5b9522f62b0bbc8bd0198b6588dc83e7fe1da9aaa7788b68ae43807fe24dc
|
||||
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A python library for syncing Google Calendar to local storage for use in Home Assistant"
|
||||
HOMEPAGE="https://github.com/allenporter/gcal_sync https://pypi.org/project/gcal-sync/"
|
||||
DESCRIPTION="Big Ass Fans i6/Haiku protocol asynchronous Python library"
|
||||
HOMEPAGE="https://github.com/jfroy/aiobafi6 https://pypi.org/project/aiobafi6/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
@@ -19,13 +19,14 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="~dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pydantic-1.9.0[${PYTHON_USEDEP}]"
|
||||
RDEPEND=">=dev-python/protobuf-python-3.20[${PYTHON_USEDEP}]
|
||||
>=dev-python/zeroconf-0.38.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
@@ -33,4 +34,4 @@ python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
PATCHES=( "${FILESDIR}/gcal-sync-0.6.2-no_tests.patch" )
|
||||
distutils_enable_tests pytest
|
||||
37
dev-python/aiobafi6/aiobafi6-0.5.0.ebuild
Normal file
37
dev-python/aiobafi6/aiobafi6-0.5.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..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Big Ass Fans i6/Haiku protocol asynchronous Python library"
|
||||
HOMEPAGE="https://github.com/jfroy/aiobafi6 https://pypi.org/project/aiobafi6/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/protobuf-python-3.20[${PYTHON_USEDEP}]
|
||||
>=dev-python/zeroconf-0.38.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -6,10 +6,10 @@
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pysnmplib</remote-id>
|
||||
<remote-id type="pypi">aiobafi6</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>rfaircloth@splunk.com</email>
|
||||
<name>rfaircloth-splunk</name>
|
||||
<email>jf@devklog.net</email>
|
||||
<name>Jean-Francois Roy</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,9 +1,5 @@
|
||||
DIST aioesphomeapi-10.2.0.tar.gz 44546 BLAKE2B 3bd017991d7945ed64d2edd4db0257864cfc1db116f7654de44d177977742f1d7007675cc732b373508989731d111dc7afcf7dd3f4c759dcd65c2e4552b6204a SHA512 9ab49bc805f69548564c5cd3c642b66f76fb58dfe5d4b648d2efd9bad57c8f1846720371900e87cc40e291aee6602ac8fb183ba7114db15e441f7f2ed1cbef5d
|
||||
DIST aioesphomeapi-10.6.0.tar.gz 45299 BLAKE2B 21adcd76ccaf739a6d909371e0d04d6e85936b2e1ac91ad819b82e8f17a7ccade73f5d7e67993cff00bd3709c23ffa5827be5ba4efda99cd1aa8adf22ea2b848 SHA512 072bbf057e25cb62b470a97c45f346d1cdf02a8b8dc46540c2a35a2a546dbe9d9e2a6eb1dcca43d78543496b5f0d0dc0165dcadf9e0853031e57a591cd5605db
|
||||
DIST aioesphomeapi-10.8.1.tar.gz 47384 BLAKE2B 5f9bab1c059d0d7fa2f594b9f80675fa4c70cb94ecf41b79a0b348c90f0b3c4cec28be701e05ab7ce274ba256d5bb5b1cf3012655a6bf238e32949aabec69843 SHA512 720144f098f6f30741ab71ecc7a2354025d8d9cb2226f6fd3d36ca9ff650e8e2e7d43449bda19c390f6e1ea585ddcc72658bb39a2fc0f2b658a68cb6eed53f44
|
||||
DIST aioesphomeapi-10.10.0.tar.gz 48866 BLAKE2B 886434857b0a478d263581c4c2a6ec43ca0f5ce3a6bb6d479b397bb10c750726904890936ff31a9ebe715b8a67aca5ac5b732c049cb726e10b24cad36f74b990 SHA512 1699adc843c8b8196bd206fd207e04bc06aac051bf8a5cc7586cf2312a7bde3ab287d40ba7fac267ba8b62628befa25d5a08a9d9553992cdf04c19ddf9b89cc9
|
||||
DIST aioesphomeapi-10.8.2.tar.gz 47560 BLAKE2B 9ef0f7ea95f49a2bee0ccac44a02167a2491f4a84052a87c5e029ab66581ff4fa1e84542ae31ba082308746bc11da7f14ca63798b121426dc8f81dffc970b0ea SHA512 d825f85e17360885defce175fa72e60a962952632adbf6ab7513f7cdb5880ff6f78204df3654107709a476e988c76a1ca2fde9e6fb47f8964b01b3eda126daad
|
||||
EBUILD aioesphomeapi-10.2.0.ebuild 943 BLAKE2B 039b5d64c10fe9e3cb1464b863f24dcb71aea4bb7814aeda00e0e92b06846267105e7f41c4ae177ead1f4d197706af7b142bba6059fae7a6c99a1312d11261cd SHA512 2df12a615ca3d4c0a2dcf206456049376f8060c29377631f00a5e35d89d265fcb3db0db6d28b6e4f5eeaea5c34af1cbd6332ebb5e4dcafb50b5e72ba115f0cdc
|
||||
EBUILD aioesphomeapi-10.6.0.ebuild 989 BLAKE2B ceb1f2138bf299ae0e43fe18a5f95204d583a53a10a621e914fbdc4a4ec402fc2159035fa23a3dbafb0833f30c85458d553147656e97f7e8a721c47f2ca41bb3 SHA512 5e4a1ca230c7cc98c3f158e24d9eacda164bbff24dc7c99db583678e031d1ff82ac86a8741044a6e6606956efd224792587ed102de52b71d06b4ca6474675382
|
||||
EBUILD aioesphomeapi-10.8.1.ebuild 989 BLAKE2B b968457ef83a0f88f61f402e5ce937faa4e084d4ab66e1894cdb9bfa08417595feeade31f98e22295a11c8828db3da2b1f7291aef831982b74be263ad275de2c SHA512 95559920247441c090612cc60ae4e74a184f9789271b5409339454cba94f293b7ab4f1c7eff66c13a16f3adad07d32ec33b9740a4d80759fac909b4614d96d3e
|
||||
EBUILD aioesphomeapi-10.10.0.ebuild 1020 BLAKE2B 92350197ed2d53d358f55f8464f86b5db64b13d9767b24eee856b4d2c967e4f29cf95182c25c874f3e49ac11f3f0af695b79a8672b30f848deb06564c12918d5 SHA512 14a9df2391a2a4c2f0ee00530684f11bf7729625ed561222607cd49060ab3459369b6bdc94a8ff663fa49962d3175c6ccd29bab31e38bcd9d2b6b2782fb3d523
|
||||
EBUILD aioesphomeapi-10.8.2.ebuild 989 BLAKE2B b968457ef83a0f88f61f402e5ce937faa4e084d4ab66e1894cdb9bfa08417595feeade31f98e22295a11c8828db3da2b1f7291aef831982b74be263ad275de2c SHA512 95559920247441c090612cc60ae4e74a184f9789271b5409339454cba94f293b7ab4f1c7eff66c13a16f3adad07d32ec33b9740a4d80759fac909b4614d96d3e
|
||||
MISC metadata.xml 457 BLAKE2B e6eb5bead5a46792167601a1c1b34399c75bbb20fb789bcf1d7974d52ce91c68d6b50213e899a51fc1193e6e4f6bed9d197debb6355baef1f06cc2f822fc071d SHA512 ac9de0a3e936d7b2baa3c2f57747492ead558d6068213d4728bd61642ac1e3884c5d19c817af1250e6b5e110b99e31435b1556381e8a8dc44f33c04faee4718d
|
||||
|
||||
@@ -35,3 +35,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python API for interacting with ESPHome devices."
|
||||
HOMEPAGE="https://github.com/esphome/aioesphomeapi https://esphome.io/ https://pypi.org/project/aioesphomeapi/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/protobuf-python-3.12.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/zeroconf-0.36.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/noiseprotocol-0.3.1[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pylint[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python API for interacting with ESPHome devices."
|
||||
HOMEPAGE="https://github.com/esphome/aioesphomeapi https://esphome.io/ https://pypi.org/project/aioesphomeapi/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/protobuf-python-3.12.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/zeroconf-0.36.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/noiseprotocol-0.3.1[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pylint[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
DIST aiohomekit-0.7.16.tar.gz 72097 BLAKE2B bbd3f3d9542e377bac5ff8a85874a589d4b48d5e754dd3e1cd98893f9f14f8a22053529a6002109177ddb5493fde350cf6d83458dae3c18dcfc271651d28ec84 SHA512 011f70e09b674f1117a2a71201e5eb6099aefdaf032060e152438972d51826213c1f06d4a23bf71b17c97902a3f0e7e1d49eeadc8487da78519b8d92e05b4f83
|
||||
DIST aiohomekit-0.7.17.tar.gz 72486 BLAKE2B 130cb3de87f3b751396bb6cb8b2f0fdc11cef5cba67c9321e85759b9d5d4c5f1a2b660134dc761286b61eeb45558c34e162f03818788266001d21bd3c6cc4316 SHA512 efff916d656e6e9a674d8671f545deacc255f58f93f0dd0d7de55181d1fe520d62a7877b26dabc56947a2d5317784805aee67ca01cfb41c99c273f3236a0925e
|
||||
EBUILD aiohomekit-0.7.16.ebuild 1023 BLAKE2B 68fde3d20244165024dda952b9cd6d4797002ee7a3c9eaebb68f6b2191f3d27e4960608b437c4b61b0e4426a304e591291500f1f5bd0c014d97d47f496a6cfbf SHA512 27096c6cd4241c43ae2d0e68dec579a33bac404990ca26d642771b5e4bfc2eb7ddde45f37de7b8cab36f1d6b647b0f3514042cec6318736c1af52bc04d1163f2
|
||||
EBUILD aiohomekit-0.7.17.ebuild 1062 BLAKE2B a4dd76767fb6b21128434e7891e0da4a514c56596b28f059915fdb376a9429d0eda73c4784e00a5063b43ba6070fd5fb158fe93952c011427c2accfe99510e2f SHA512 c891d41c0bcde6d67680b884e1b6fa83a1d14ca5f730e3a65457804ba2d414eb69152a3955b545a16591e8cc38cc47d2a6da8bb2433178bb5d12fc4e7932d4e1
|
||||
EBUILD aiohomekit-0.7.16-r1.ebuild 1042 BLAKE2B ca590c138e2496914897788fb5740c98cc205ee507225d308c7bc06b3fa59526a60dcecefa324b99ef4196da22669ecc8311e042c8ecc68f503377f8e38122ab SHA512 bcf4033ac77975d79f5667718651b306f1a61f4e0638744e408522acac3d7ad76dc4f2d9e2cabf0ae4ab255a9f85ee2c68dcaea0f905ef9ddbf621f0b6a19919
|
||||
EBUILD aiohomekit-0.7.17-r1.ebuild 1081 BLAKE2B 1aabc026b09fbf5b7778e2a3e9cb8287acede57d0aff85a63676b79b8de900e8bd5b9ed80ce0fa819f99e26fdc26d4d243d6257f645c9eff9b6fbc07e841c4df SHA512 bb38cc5aae0f6e7a0b2371abdaca7378820f9572e7f49d8b13f93a7dfd344e79c433e489c97c4cce167c2b04424d2859e46b1cf95991cbc491f9730a1a2633ed
|
||||
MISC metadata.xml 456 BLAKE2B 52666d6659ea0e650a453b4c6568f3754db9133bc0786686a87bc1ab7c12c4e967d6a195cd0de1d55dd4b596464735db810541211b1b78c0a9ab30eede8e5dd4 SHA512 9c043f3a3ee2339020070a1f2011bc0799d5ef7c4a2d082401bb96ef3cc1fc4071db15f251681dd3abd97770e865fc10457035c5717b9d7a5a20da814faa3ac4
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -37,3 +37,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -38,3 +38,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,5 +1,7 @@
|
||||
DIST aiolookin-0.0.4.tar.gz 8655 BLAKE2B 7f8f7172975ee9f98c68c93a3a1cdb4e5d4ccb64908bcf905d5e228787e1efb7fbc45a42a0d3717e16e651e01dcb8df5d35bbb2b04a2b38f6693a661ca283ba2 SHA512 31fb462ad4cc523c1b4fefe2ced9535df1ce97e1ffb94253bb07b4775cdfacac0b56cbdba0d72165858ac9037b64c03ce2780887d8cd5e95bb307a5528d8583d
|
||||
DIST aiolookin-0.1.0.tar.gz 9248 BLAKE2B a7e03292b7b44907f2332db1457f4bd209ce944f5e99c590f4a237e983fd5162d8a4f98607d5766c859145d75e58121810a20d2a3f53866b48705b09e3ec3553 SHA512 b4336cadadcb7ecd79f2e20741149969bc67bfce692109a44d8b2a9041e9fc2766c0a0ab58de2691d73989aeaf66ea681156018db90c4efbf833864e512038f3
|
||||
EBUILD aiolookin-0.0.4.ebuild 790 BLAKE2B bfd21e353968b72f206b5338aab1753ef7e42ebe7965168cee61f85890ce0b6866e21fc3a2ea4ba73a734e9143a2c97f2963f884248002eee816ef355ad4dc2a SHA512 cc04357ed97b8fa879f985b9d4e8e086d90e7cd5d2f8baf173165917ffe74a955a50eca130bbf29bc9d4f30b64cb170ed36b7d968d84392e5064803795749ea9
|
||||
EBUILD aiolookin-0.1.0.ebuild 790 BLAKE2B 87e99fe3ca39ba87508160a607487ef5af54ebd07e045e514b48b12c3c8a77274300e5f99ccbed6b723e8a2f92adbb7b418909eabfbc16a97b8d52d8dce78378 SHA512 d0712df46e93a16fc2e45cf39ceab8ef9b1add0f4ae72a2d99ae996ff4f0a8b0096d75472a592ab669c28a6ab5a4e11795de728c41c92eeaaf06738ca7b9b3c3
|
||||
DIST aiolookin-0.1.1.tar.gz 9621 BLAKE2B 798a18bfa737914b8a90b057b41bbaf0c73d36916c57266f3184993587441a1b193f981d26d8962e7f7493848590a5520f05235f9ac1853e877eb3eafd144008 SHA512 e1da309a232e5b99041a0ade93171e4819fc94b877e8203d83813c98889a3aa3080847dc0106f94a2b06eb19e6f6a7d20307c7994bac577e2546246329c087a4
|
||||
EBUILD aiolookin-0.0.4.ebuild 762 BLAKE2B be3f9f2f95125bd2040ce14b871c62950e00a88c67547c83a0aa714f6b7ed7c411f83c022575cda17fcb69445a84d6e3df79ae98ef6b620b239ad0b403fd88d4 SHA512 274ccccad4a21f09dabda79dd3038da8da6fc3c5cbb6ffb359de306288c2b0dd9b347b97849877c7e197aedb7e0b2f2b15de986e1a00e6dff202b6bd11874767
|
||||
EBUILD aiolookin-0.1.0.ebuild 762 BLAKE2B ae69b9a94bacc5ed1f9b94f1e4b176204bbdc92492fc98bb534c48656c88ce7e7bb08390b6e8e098db64ae51a4c4bbaeb60e3895dda2be19a2e0e7b59d1764aa SHA512 c1b358ad0d6e193d46189c840c5352d5e06c1bcd7758f3b1bd8b701f0322e7c9303c8149b95257010309833a7b68bc3ac650b69e278fb30d67567bdf3c9652dd
|
||||
EBUILD aiolookin-0.1.1.ebuild 762 BLAKE2B ae69b9a94bacc5ed1f9b94f1e4b176204bbdc92492fc98bb534c48656c88ce7e7bb08390b6e8e098db64ae51a4c4bbaeb60e3895dda2be19a2e0e7b59d1764aa SHA512 c1b358ad0d6e193d46189c840c5352d5e06c1bcd7758f3b1bd8b701f0322e7c9303c8149b95257010309833a7b68bc3ac650b69e278fb30d67567bdf3c9652dd
|
||||
MISC metadata.xml 451 BLAKE2B 4c75e247158dd2ea8aad213b312846bc7033c7f4a0df80f288618cabc1b84962f08b17b08bd740b68db2553a68a89157cfced88a78632c92bc916d398ef99141 SHA512 7b08acc36a6ab69764750a0a180bd6bb764dd3005471e69b86f2573f2422a015d3d61d94cb5aaf979a4783fcfa88a68c3ff4a5445f4fdbb0326ab55fb45ca88d
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -7,13 +7,13 @@ PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A simple API for RainMachine sprinkler controllers"
|
||||
HOMEPAGE="https://github.com/bachya/regenmaschine https://pypi.org/project/regenmaschine/"
|
||||
DESCRIPTION="Client for interaction of the LOOKin device with the Home Assistant"
|
||||
HOMEPAGE="https://github.com/ANMalko/aiolookin https://pypi.org/project/aiolookin/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
DIST aioqsw-0.0.5.tar.gz 11383 BLAKE2B bebae411b83a3b0df9ce268c35d90aede6b1da7b22ec5e40fd34bb75d50c7504f4469dd4a30d119a983ac74e3bcb02ec2289202ae675b4a52887f9f7d7b8dda6 SHA512 c40cab329c39144010d80fcc80eebb4e180047bc354cd90a81a0460d306b260f34dae1c7b3614483db6d78b42abeee4ed66867a7f9049e24811f6148731f533d
|
||||
DIST aioqsw-0.0.8.tar.gz 12283 BLAKE2B ef531c8a8f7bd47642b3375ed5fd9af04ca2d4a3fbddd8aa9c695cd6ba35ff6c701ee97f5f64dc2f7af0d64a35c2ffb6007545376a815615dddad0f10ddc81a5 SHA512 8c6d9c2b7842830602f019c315805657da293650015d3e98f000c437c5e3af7adfc87c2269629acb062377dfeb2cb639bda9f19d5a7cef3ebfde714e8aab5d70
|
||||
EBUILD aioqsw-0.0.5.ebuild 751 BLAKE2B c9feb806fce566bb30440cee55a12b9cbdf7ad1bfe452de614740ac83eb1c5ed106fc15d446a12f3500d95fe73395c8213bdc8bb28e191cb1a19c6573398cf81 SHA512 4d5fe81d91880ea81963bb6e0f7566b5e441d986a6e529f53f0e8b9341fb9095ecd3a2519515a141398a63014f3c8748c2eea5ee207762e9b620f33f49418ada
|
||||
EBUILD aioqsw-0.0.8.ebuild 782 BLAKE2B ee570c5d02a2b9d478ac1ff0b13ccf17a6ec18828e7d7147429872dfc7fa7865062db596c68e0d28a5212a0d1e87e08e77cc671a43e9b9780af8bc38775809e0 SHA512 8398b2b36f5b5e49aede48d7e98500e6025fe0f8b50a03b469fc7af2d3e8c76d78b7254b09d4c272188c77026adbb7940b923fa1650b727b15f2596d711d652b
|
||||
MISC metadata.xml 460 BLAKE2B 43f02273c810587a973f07e3052d6f72990321eb910a5764a43c07cf3cc66e345f4baf948055010f84da2430f870adf09871dc8271856edf1c381cdca887d3e5 SHA512 830f93ade13c560bcd26bf0e95b2ce30317b6f39589e41779557b352780cf6348e6468b4972fd749ca7ae99446ea9806551ea6f04dd3347a2251a7928bc0b367
|
||||
|
||||
@@ -7,11 +7,11 @@ PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A collection of ASN.1-based protocols modules."
|
||||
HOMEPAGE="https://github.com/pysnmp/pyasn1-modules https://pypi.org/project/pysnmp-pyasn1-modules/"
|
||||
DESCRIPTION="Library to control QNAP QSW devices"
|
||||
HOMEPAGE="https://github.com/Noltari/aioqsw https://pypi.org/project/aioqsw/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
@@ -19,7 +19,7 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/pysnmp-pyasn1-0.4.11[${PYTHON_USEDEP}]"
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
@@ -31,3 +31,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,3 +1,3 @@
|
||||
DIST aiosenz-1.0.0.tar.gz 18504 BLAKE2B 1d427a5f5988071eee56c394bd0a1531c7e845954c753ecb5831cd64f1403670f7c99d8c1dc46a61f744e167001d01358bb92594abe1558ef4f4246336c01bf0 SHA512 18da5fe5a04290b9b83eb368cb65530cf8d8ca21ff2e36276f3c8ba19018b065a190fe4ff9ed30bbe5e041f24f2e35de866e845a7ca3e49a2aea3e42dd2890c5
|
||||
EBUILD aiosenz-1.0.0.ebuild 853 BLAKE2B 3f2ebf1b7f2d427db47dcace8b3f584f41ed7d83d6fd41f4e629f02d3eaae31baf01f994bf21646ca8430808bf2940d3b519b2952d9f6e0545ee0e86d71df097 SHA512 521e09c5488b578ad08b9c2a0e62a48e9d75906689281b7689d890e31491e480c082c932b77bccccc2ae76f06bbe2b88a0ce92f15a9c3e0d997bd24f2780dcd9
|
||||
EBUILD aiosenz-1.0.0-r1.ebuild 876 BLAKE2B bde086e3b89dc53f9f143176d44e8de15105dad33ad2ddba4d5da83089ef3d2b376084a9e5ab3e46f84195f360c483e1711954219bb000f9b13bdb9faa34edea SHA512 5613b7a6e337acfe2286cbe3d5d4994f0988b459bfe55317fc71a61d77576b5339ffe9a6cfd637a1002cff9ba955ee2f50b3d96b892fc9b8ee4b34fd1f349ae6
|
||||
MISC metadata.xml 458 BLAKE2B e046e2f8d94b29cf24dc53c05323a97e25ece6f47aa8854c65e42a47348c6bb64ea38ecc80efdf49b401ba3de888b620e4b2364e82b776cf6e5fa8c3cd8f064e SHA512 14567ba43874440df56df8d69a81d96956bde87f4c86fdcba8ed830fddc438b1f2c573938f02f7fe6f6d577a4f71a0ff27823202ad6a7d928feefd8c131fa87c
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -33,3 +33,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,7 +1,5 @@
|
||||
DIST apprise-0.9.5.1.tar.gz 1375599 BLAKE2B de85dbe506fca58c5823fa7820c6ce7aed7791b3c8d9e0cdde84b505fcc13b36c6fda441577e0c807b509c3357600300b67b3eb6df2de71e3d2055d6a55acacd SHA512 ce1d5eb8a6e9be5c5bddc72ee08615a82e30eb7a1db268e59e8af88aed98fa86d904ca030ab13c9f847722e783ff893fe12854a2e3b81a47a0f14395320b41bd
|
||||
DIST apprise-0.9.6.tar.gz 1384560 BLAKE2B 05fae8ec3b66907bb8a6cfd8b11655b6747bfeada206e4b88ba39dd9b794b628d5bffaa1f597fc29cdaa982100bca42649d3d32b2db41c6c74cd9f85ade3e398 SHA512 cc2957f7c9d023a47b0fa22bad8c4984cd53e15884bead73031aad53e8593a4c9ab2a19fdf139e8818ff29d1426e5c20b655d248ab05ab7d236765cda0f06908
|
||||
DIST apprise-0.9.7.tar.gz 1414577 BLAKE2B f62ba720de762dd2bd054c9460c8329bd92a4d77f0e4fa2d6c0fd2034cf0fe5122547af22995eee65b65b050d5061c45e5888b539589ea920f09ce8fad6ebb35 SHA512 f7b45cc9351c1290ddcc723be037576606262b1be4417030fc7a096544a797abf6332e8cb31c31b5d6d3872f0dbf8d39266c0f9106a64afc76cff594490152c5
|
||||
EBUILD apprise-0.9.5.1.ebuild 1068 BLAKE2B 1e56362831f7011f515ecccd66f77c6af5bb8e49569896524b319267e0373860f51df5074f47a5337dcf70655c3085735c611d6f0b8fa4fcf31a71a4baad8986 SHA512 ff8ac9064116341f802730066fa6a2030286c1845d1265ef6cbbab9632923d36d4f34f933ebf6c2c6858aa510929cf9888047c5fb14a2b7764729a7703073282
|
||||
EBUILD apprise-0.9.6.ebuild 1055 BLAKE2B 578e46947d10bdad4699ba28e1b847f53942c482e1674e86ad072c0ee750367a6157ca8e5d842368c07d084608c767619a42e8b9b00983aa2f6b18f84ac3cea0 SHA512 7db99bdae069fd50f639bd61642e5e73c1e230b018783c05c2dd58eb4a195dc5911e935d2995570e6b94225a30736baee157cd0eacf2a9573e63fd0edfb38cee
|
||||
DIST apprise-0.9.8.3.tar.gz 1461109 BLAKE2B cfd55130f199eb0bcf58c6caf1d3f9edc8df6589de903a0dd9b968d2eae8ac75b3addd1853002ec0c3955942017942b52d5d23c31024047b239d79f1a0235b5b SHA512 cc2195cd58d547190572fe70c106a412070c88cb25c9a82d0f02dbcf2a8c58ca6367c628bd7246b0e0912d9143e6b6ec5aa0eaa6ee9a6a71b8b0144b0a553f73
|
||||
EBUILD apprise-0.9.7.ebuild 1008 BLAKE2B 394288e9c1e32aa3c362f87cc429443291e4e08e45854a00925acfee7f11c8822dc622c670415cced13c66e54c442f2b7b72397efa5a79d1e1eecf02569531dc SHA512 faf9687e98c2a9384e84b7a51caf4df0bf2ebb9f01cd584b70c6902b636b4cffe1e9ba8fc1438bfe7608c208f13ead7d6459cc82b10f61299780e3c88f3bf98e
|
||||
EBUILD apprise-0.9.8.3.ebuild 1008 BLAKE2B 394288e9c1e32aa3c362f87cc429443291e4e08e45854a00925acfee7f11c8822dc622c670415cced13c66e54c442f2b7b72397efa5a79d1e1eecf02569531dc SHA512 faf9687e98c2a9384e84b7a51caf4df0bf2ebb9f01cd584b70c6902b636b4cffe1e9ba8fc1438bfe7608c208f13ead7d6459cc82b10f61299780e3c88f3bf98e
|
||||
MISC metadata.xml 450 BLAKE2B 308bbd96403d135d44badc58b8c18b1e1bac80dca3034779f5f9ee539259a2d2222dc6326a9c52d128f564302f113020cabb58e43fe922b6fa776933ff06752b SHA512 340e5b18c8967789d7308d0aa8287555172f88338f49197e75700fb12d8944da6aa014d88ad1da16349acbfa02a46c85fdea77a476a0bc0fc591124f523dfd07
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Push Notifications that work with just about every platform!"
|
||||
HOMEPAGE="https://github.com/caronc/apprise https://pypi.org/project/apprise/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
BDEPEND="dev-python/Babel
|
||||
dev-python/pytest-runner[${PYTHON_USEDEP}]"
|
||||
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/requests-oauthlib[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
>=dev-python/click-5.0[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/markdown[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -13,11 +13,10 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/requests-oauthlib[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
>=dev-python/click-5.0[${PYTHON_USEDEP}]
|
||||
@@ -1,7 +1,9 @@
|
||||
DIST async-upnp-client-0.23.5.tar.gz 98054 BLAKE2B 099286443af45f4fb70ea273143f87b3d6e351b35075c0d72a9c49de0f32751ee8325e10a8d6e1d6118d63a26409cb87307a1ac73b049341eb3d431a54693cf5 SHA512 9f5821bbe95a26903330c2a90c7effa646c6da33146e738c4cd05c4c06143bf40e64d4c551954d5898a26067e9e279abf6ab5f308ca9d27f3ab4c3039f104af5
|
||||
DIST async-upnp-client-0.27.0.tar.gz 104281 BLAKE2B d160c9a00964681a0fed2c550776076bf15ab185cef49edaf9c9428ff1e1936005130cb253d984c9c02fa33abb5dd5230e3a28724439a2b7501f57704bc187fe SHA512 6d60d90cc3d2548894ff3a87f7fdffe3d1a0aaf6e66e4360dee0f9fa6d7d0006bd95238b00225da66393b8730eaf1ac424ce4def59a2af08eb1f8cd5fd532724
|
||||
DIST async-upnp-client-0.29.0.tar.gz 104809 BLAKE2B 49764a05a0c67cc91c455c961244d19233705fb4107d75e9b8d3c487af8dd954d2790155be95b25e2952c3b8f9f6391021aed74ed19110ebefde1ef640a94886 SHA512 3077a6e7c7f1798a78e3503d26acec5dc53142faecbb82d73c8b72610d622d7b080a7a856bb01bd515dc5bc52c12af8052f381165e1b730efa522c8f33e51a71
|
||||
DIST async-upnp-client-0.30.1.tar.gz 106164 BLAKE2B 90b3e6f52fae71eeb1a1957c636dc2ea27768f5cdf4607e8a9f173c9a959a52c36a86e60f35f37a114f44c47a875bc6535a93456e277f39e5061acf176351c7c SHA512 d014e76237cb2b335fbc97bb4c6a6120f0d661fb9b4aa05fab8ffa94b35faaaf5051e91e7d9b3df270d90581f1a8106cf4a1a08db4a60720ce3997a465d6d0e7
|
||||
EBUILD async-upnp-client-0.23.5.ebuild 1272 BLAKE2B 700d4e6912854c1a6d9cbcdad1bac04b6912e318d694ddfdca4dd59791d718406b165535847dc143ec66d365f5a7be7c01c8558bf304d5df44168973df9190e4 SHA512 7edcedb6e90bdc723937f4cf6d75efc5cebfb70804ef1834da3141b8c2d35019ae709cf096f33cc6bdb2819f27703c2bfe31905cf454d0982d2bdf14f8c814dc
|
||||
EBUILD async-upnp-client-0.27.0.ebuild 1272 BLAKE2B 700d4e6912854c1a6d9cbcdad1bac04b6912e318d694ddfdca4dd59791d718406b165535847dc143ec66d365f5a7be7c01c8558bf304d5df44168973df9190e4 SHA512 7edcedb6e90bdc723937f4cf6d75efc5cebfb70804ef1834da3141b8c2d35019ae709cf096f33cc6bdb2819f27703c2bfe31905cf454d0982d2bdf14f8c814dc
|
||||
EBUILD async-upnp-client-0.29.0.ebuild 1272 BLAKE2B 700d4e6912854c1a6d9cbcdad1bac04b6912e318d694ddfdca4dd59791d718406b165535847dc143ec66d365f5a7be7c01c8558bf304d5df44168973df9190e4 SHA512 7edcedb6e90bdc723937f4cf6d75efc5cebfb70804ef1834da3141b8c2d35019ae709cf096f33cc6bdb2819f27703c2bfe31905cf454d0982d2bdf14f8c814dc
|
||||
EBUILD async-upnp-client-0.30.1.ebuild 1272 BLAKE2B 700d4e6912854c1a6d9cbcdad1bac04b6912e318d694ddfdca4dd59791d718406b165535847dc143ec66d365f5a7be7c01c8558bf304d5df44168973df9190e4 SHA512 7edcedb6e90bdc723937f4cf6d75efc5cebfb70804ef1834da3141b8c2d35019ae709cf096f33cc6bdb2819f27703c2bfe31905cf454d0982d2bdf14f8c814dc
|
||||
MISC metadata.xml 466 BLAKE2B 92e195bdd8d335d27c390f31d80025c1107b303aa5b9dcac3618b95cadae13a81cb117fbc82cb0d7f624966678e7bc2f26c18c6d567b3a4a405e42d3ea8c7f1f SHA512 7e2ceec2baa8fe1afe6f322ff09f77e30a2fbfb4afdd5d5cd8facbfa65eed7d331929aa2c11bd3a089753ae32c56f7a8b8d7500b307eabe750ac6e63c4b604c4
|
||||
|
||||
46
dev-python/async-upnp-client/async-upnp-client-0.30.1.ebuild
Normal file
46
dev-python/async-upnp-client/async-upnp-client-0.30.1.ebuild
Normal file
@@ -0,0 +1,46 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN=${PN//-/_}
|
||||
DESCRIPTION="Async UPnP Client"
|
||||
HOMEPAGE="https://github.com/StevenLooman/async_upnp_client https://pypi.org/project/async-upnp-client/"
|
||||
SRC_URI="https://github.com/StevenLooman/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 amd64-linux x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/voluptuous-0.12.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/async_timeout-3.0.0[${PYTHON_USEDEP}]
|
||||
<dev-python/async_timeout-5.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-didl-lite-1.3.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/defusedxml-0.6.0[${PYTHON_USEDEP}]"
|
||||
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/coverage[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
dev-python/asyncmock[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
S=${WORKDIR}/${MY_PN}-${PV}
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,9 +1,7 @@
|
||||
DIST awesomeversion-21.10.1.tar.gz 9928 BLAKE2B e4c2cb056216119ab1cfe070be570dbae09f1d1143ab5f2ee8b699f4df86cc1bc19298295effa5eb25ce7edb07e5ed04a26deba8921fcf16d6ea6c4276bb4c54 SHA512 83e31ebbe50ec0abc75ada27bfe2dee8c56e9aad3fa897c223823b76f76a3756c3ee4339ebc5b75de453525201552f31c81b8c54eb48111b2017eeab863f16cd
|
||||
DIST awesomeversion-21.11.0.tar.gz 9956 BLAKE2B 8a27e4c65394ca0a1f4b634ff4ed0937ddc4db41d1f068aa654f11d2223853b2031be4a77a5a60ab9e74cf0267b034d9a38f292f84506f5d3e22f9beaf92baf8 SHA512 72a5d66eaab205a31f860a8604b12917abd3d1676f23f5b807ce7847016dfe972f644de316c1e1348f340d2307ac0de280ccccab21d278880546d6daf5dc7b60
|
||||
DIST awesomeversion-22.1.0.tar.gz 9954 BLAKE2B 31926816cc8f9afa1a6663da3d591bbee8ffbd01e1ac84c018322146d370c0f6edf5025828ecbd431dfc77d576028061743d7f156b8287229027391522a7ab7b SHA512 706ac8f71802f697022b701b6181af0b3c4951ed38c7de7e471e7be617fbfc31091350690e714fc5d3e192e1665967a4907972481532030addd6ae7a3cfc4848
|
||||
DIST awesomeversion-22.2.0.tar.gz 9500 BLAKE2B c25ee4adac3319c9d2e665abc0a15547fe0b82f330d9fe5647f1b4e084f83e934c1df1570404b58ef5b6e24705872451f766c88380317f03d69c03cedb071b0c SHA512 358df6b2540d91768bec7d2e8fa481b635e5183807dcf551a6b9485268a82d9af77868978cd4efae973eec0bcaa42b8acb8c6412e93d50e5363aeca2457d2198
|
||||
EBUILD awesomeversion-21.10.1.ebuild 830 BLAKE2B dcdfdf5faba7188e575aa617ca71c4ebc2d99a42798dd69c95a7d7bd5b96a8deade439d762600bba7079c998eee20b16da6c4fe2a6008d62fa3bc6baad6171b3 SHA512 f95994abe33a0f5f5f58b68934e13cb5b10413bea2b142314efbf734c27c8ea2872bfe01dfb9b7111d5d039a3b72066a6fc7e920fd7991a1b55901a2bbcc1207
|
||||
EBUILD awesomeversion-21.11.0.ebuild 830 BLAKE2B dcdfdf5faba7188e575aa617ca71c4ebc2d99a42798dd69c95a7d7bd5b96a8deade439d762600bba7079c998eee20b16da6c4fe2a6008d62fa3bc6baad6171b3 SHA512 f95994abe33a0f5f5f58b68934e13cb5b10413bea2b142314efbf734c27c8ea2872bfe01dfb9b7111d5d039a3b72066a6fc7e920fd7991a1b55901a2bbcc1207
|
||||
EBUILD awesomeversion-22.1.0.ebuild 870 BLAKE2B 995ddd9b45b5244ec59e371eb41e341d0d927c61e4db23c6adc8bec3234ec94fbbee9796e218226f218bc02308f33bed88d04abdee2680c4f9309a728d153c46 SHA512 319fa6f004cc78dc921c0309d51dbc46af38144d2d86b55e6629e85f513343cb7cfcb99a1263fc6dd6388236fcf5bef4d61124098649cd6ba8b51052ec75108b
|
||||
DIST awesomeversion-22.5.1.tar.gz 9595 BLAKE2B bb9d49552e19d00b64d37764d929c230727bad0c56a7794b1043f0a8e8e41b3ff07ffe88de881a824ea669c8549285f25a030c0c7462a5e73970a614f7d5fbcd SHA512 0a04b8b15722fd067e4afc471fae9a40795ce11020420ea6186e2050dde56cf3666f501e8b1af1d2ba357980d9a7c4e98f592cd6b6604a64b311b327644067e6
|
||||
DIST awesomeversion-22.5.2.tar.gz 9651 BLAKE2B fce13604fac984a21b26f87cf07c48e902f6ff3f157fd43e197340fb50d77fc230fdb0592ddbe6a45849c22e8a5d5f752ec660890a9f9dd6d7c350ba1c9701a1 SHA512 0e5ac73ee00034737ffd8c563ff0d6c28a394f22506be379e2a176ea8b071f18f7404727ac9eba8f9d25de17aa8d362e0b09f1d3e02e4f5493655b182b22b4fd
|
||||
EBUILD awesomeversion-22.2.0.ebuild 870 BLAKE2B 995ddd9b45b5244ec59e371eb41e341d0d927c61e4db23c6adc8bec3234ec94fbbee9796e218226f218bc02308f33bed88d04abdee2680c4f9309a728d153c46 SHA512 319fa6f004cc78dc921c0309d51dbc46af38144d2d86b55e6629e85f513343cb7cfcb99a1263fc6dd6388236fcf5bef4d61124098649cd6ba8b51052ec75108b
|
||||
EBUILD awesomeversion-22.5.1.ebuild 868 BLAKE2B 0c9c47f618d823856904e5f59ad9726c9ee0d673a10fbfcf419f1d9a4befc4fcb50cb305da52eba901f3bfcc9e26cfdb58b1cf05ddbc0ba38a9eacaf8136e039 SHA512 8ad9b6a053957acdc4796d052a43ef4b332567d8d15f83b1f11f3871712aa608cf81b67c5a47c99d1226c75dfd07d14fc7fc098c07d7ab4ff3b936f4b75d06be
|
||||
EBUILD awesomeversion-22.5.2.ebuild 927 BLAKE2B 24847366ead0d40041a59a24570ac6612847ebae41b1988677f15fb3871a81461fca09975facb0c0258e799976b378a780881379389a2c5dee955e0a3c1b9338 SHA512 91cddb8b9409e7adb5b4ca7a832a12167e6143c3c6ee89917fa80e63e0c4a121ef582c8821d1d245acbf1d76781f4c49c5de39f691192327d051b2122d8dd901
|
||||
MISC metadata.xml 453 BLAKE2B d96a40378a1c8c1cec8f4097ca07d283618e22a7981b8e869937b59e77d3953e64f505b4d8f60b79ac62e19d109ca2ae42b072b5f875b1b09b3ad147d787b220 SHA512 b618432337bc9957fe60147aa18a14f96d91de742f358cf69c74547a03a013ac5f48c760b5ef03e08df9715015a46aacbb2946f54e7f88e60a4d39684907c657
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="One version package to rule them all, One version package to find them, One version package to bring them all, and in the darkness bind them."
|
||||
HOMEPAGE="https://github.com/ludeeus/awesomeversion https://pypi.org/project/awesomeversion/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -13,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@@ -25,9 +26,12 @@ BDEPEND="
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,7 +1,5 @@
|
||||
DIST bellows-0.27.0.tar.gz 136236 BLAKE2B 5750369f38b30767c0eba8d0e90cb20c3c5a9c176f2c6e92c9466430d8d2a4fca776d8dfdf5c5f141ba9a97b9147de4c2f0698748e860da4fdf70b30490f04d8 SHA512 e7b8ec81d17875a61619498d61b3afdaa2c08e8a82fe7e005934d97a9f2760114e641eeb360c335b445a4488ffbf58e09b6198dcff94f8871fa64c9e6f7f2d02
|
||||
DIST bellows-0.28.0.tar.gz 136354 BLAKE2B 5b8ab321d6ec0bf780dada5599ade070c34a4a3f0383a6536abe237c23758767930850e5143eabd0e9d762fb06e4b2c6a5e1797e4964fc37d5339b20e3c12f5a SHA512 952613018b3e46bc93a1e0375773d8d201b4f4586ca6e396ca973b9ad61eee63aa3e6d5ef05b747a7cf5c98099549a7dbf5bfa47a1eac765d338d02af202d379
|
||||
DIST bellows-0.29.0.tar.gz 136614 BLAKE2B 947378c9a682b571822b9079dea14c16cf385c7aec0c934641bc03c83b38a6076a8ae9b3df419829aad3116c24140e8da8ce92afcc3794123db20bbf64b80045 SHA512 e15155ccec44c772de924f30de54a2e52a8876496a9059a41e5d0d8c94c04de901c68482e997b03c56a10fd82eee3268de02385708d3259cc27329f8e682a152
|
||||
EBUILD bellows-0.27.0.ebuild 1032 BLAKE2B 6a307eab6e25bba1b202c1cf6a6dbbe1720e24be94fc61d04b6098eb2518fcaa74a98d51cef03790c7af83216e5c24937ab7a768b2c90433b58c88f050fdd292 SHA512 df72baa839482e30b430c901138cd9d8fa0311f93fc908e9355d7e1642b73292d0e00b10d17379a402b385485c8b9d10efe5e2bba96914bdf2ffa12cbf9c77cc
|
||||
EBUILD bellows-0.28.0.ebuild 1032 BLAKE2B 6a307eab6e25bba1b202c1cf6a6dbbe1720e24be94fc61d04b6098eb2518fcaa74a98d51cef03790c7af83216e5c24937ab7a768b2c90433b58c88f050fdd292 SHA512 df72baa839482e30b430c901138cd9d8fa0311f93fc908e9355d7e1642b73292d0e00b10d17379a402b385485c8b9d10efe5e2bba96914bdf2ffa12cbf9c77cc
|
||||
DIST bellows-0.30.0.tar.gz 137183 BLAKE2B 0025efe923f855cf134540a1b3081365a007cf177ab441b141f47211c100f8fe19955ac44fb0f69a5634f22de7121a6d286af67d1329f5c284a3c23a5dd50a40 SHA512 cc7d21a348503c11cfc3cd69cf8263f894a5d3b85ac250912353f7cb67c6f5c16027cef068f8741a67cc3b63fe79d9f7f98f8a47a6cc6fa4f19ebd97bf1b58d9
|
||||
EBUILD bellows-0.29.0.ebuild 1030 BLAKE2B 478884ee8792ea1b4eccb59add4af004894428d3a45e9542d7a928a9a8f193b8bcf5ff691fe74880a3b47b4a6e5992a3284f0d3d3465cd0d9e663e8f28fa2b51 SHA512 621c7155976a9231cb37bf26e993fd4af811b00182b0c3eff86ff24bf08aecb716eacd8b79eb2318d196ba408bbd634356acfbdf325f1177d5dde0f5d4921183
|
||||
EBUILD bellows-0.30.0.ebuild 1061 BLAKE2B 81b50760b5db52ef13e583747a1ee0a6a6fc398affafa73a70e8e3804b73715d0db5171131f1c2bc9264b2ce0e51fb55587f80afd12dd1679dff7dccf1ff7421 SHA512 30d18b8c5c0854afd43863fdc6951e7f73303c76e00387f86ebe9736d5849901440e996af81e2e6c10b172d4afa0d98cc982bb6bb331250212db790649e4f44b
|
||||
MISC metadata.xml 451 BLAKE2B 3c733715e596fca1ac49954a45fe0b7fdba4340e13142c37b72b5458127d551e86f96dd3f72bc66b71236f4d7733c761215308f297437b0ab5f3aeba64731dcd SHA512 781633f3b5e2ee5b475aff01c628656f523be1f6538e9dff77f780363213874bd49d87090e459249f4706379804e7c65cf1aa11f147d79bcd1837ad6865f9dce
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Library implementing EZSP"
|
||||
HOMEPAGE="https://github.com/zigpy/bellows https://pypi.org/project/bellows/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/click[${PYTHON_USEDEP}]
|
||||
>=dev-python/click-log-0.2.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pure-pcapy3-1.0.1[${PYTHON_USEDEP}]
|
||||
dev-python/pyserial-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/voluptuous[${PYTHON_USEDEP}]
|
||||
>=dev-python/zigpy-0.37.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/asynctest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
@@ -36,3 +36,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,5 +1,9 @@
|
||||
DIST bimmer_connected-0.8.11.tar.gz 7162923 BLAKE2B f0aec591a8e6be329caed02cfc11630415613a63ec8d9390ad98bca7e707a587e4593a3c2039cb63726e3a52b97e643d1f4f7f6e6ba0d22625da3884ade927c6 SHA512 2cdae0b27f6ef80564027179bc99f12184659e0677da33b22d0a00c852faf9efec623ea5b2eb689789310dc28049b703e8bc3595f2bc0323263e031275e25ce0
|
||||
DIST bimmer_connected-0.8.12.tar.gz 7162958 BLAKE2B 25def1f61c14643008f34626b859430e3f98ffe067c65585c203e2191df5a61c369d7386c2318c48638a5004be95b449b7058af1be31805c8ba9eec2985e5778 SHA512 a953b600b030e22104487b9e9cd0eadd920716936f936224e9ae2b43005c96c911a9df0dd3cc5f63ded2845d27334642bd6595ae4e334d225e908c6517bd5b55
|
||||
DIST bimmer_connected-0.9.3.tar.gz 7171689 BLAKE2B 45e05ff987bc96cb1ecac929eab0aff77546cde4fc11e12a4cbb63b8968e20dbface5720b73e423f79e811bad1931e35a34f16bedafc4bcdef97d2a893784145 SHA512 ff2857b45bae0093a636d2c3b27d161ff4613f1157e9d08bb33dadc709f7d366ec79d7d9c822f730fdaf5a26eb88d5584bd954432261c7f9f9060972409d8299
|
||||
DIST bimmer_connected-0.9.4.tar.gz 7171719 BLAKE2B ecd7f6d41c6283b972560a392de3317af1bb49eed22ae4230d183fe7dcf7a1ba20f78a86f4378bba848688f4293db83e18f527947c3dedafb006e5fbad0dabba SHA512 d8becfc29087736891fe4047284fab78afd8d3923eda3bddfae7fc58fdeccf312b4147fc40f10f336a060839026f349761b2f476b64f06328868a6e8409ad539
|
||||
EBUILD bimmer-connected-0.8.11.ebuild 1115 BLAKE2B 379ebfc9c8e803cfb7d8ede4e422473d4d02d9b998a581d0d57c5ef8f228a3242efb66f8511743a086269f5bd1c525bc40ce8f3b4ed948e8448493ab36e7a291 SHA512 879cb2910f653e40f20ac668954736ad54a9df077b7c0cf8da1661876d0af22b361cde579024c6302a09a4bfe774d3e8f8591ee9a9fa4ba41d2f76c5a297babb
|
||||
EBUILD bimmer-connected-0.8.12.ebuild 1115 BLAKE2B 379ebfc9c8e803cfb7d8ede4e422473d4d02d9b998a581d0d57c5ef8f228a3242efb66f8511743a086269f5bd1c525bc40ce8f3b4ed948e8448493ab36e7a291 SHA512 879cb2910f653e40f20ac668954736ad54a9df077b7c0cf8da1661876d0af22b361cde579024c6302a09a4bfe774d3e8f8591ee9a9fa4ba41d2f76c5a297babb
|
||||
EBUILD bimmer-connected-0.9.3.ebuild 1085 BLAKE2B cb3ebe1ee281a7afa2552678f2f37d7966d7789ecace2be70fc94b826ff11d397583c0cbf1375217a43e721235b84872482d3dcfc0353ace88fec9d958b7e876 SHA512 215675cf7a5586d1e0f87cf1a249bb38b26f1cfec914f6d640db0f7e5548bf9c241b1b063db4983ae413a7b0061b0b1be89894469efb706b952b749db766ccae
|
||||
EBUILD bimmer-connected-0.9.4.ebuild 1085 BLAKE2B cb3ebe1ee281a7afa2552678f2f37d7966d7789ecace2be70fc94b826ff11d397583c0cbf1375217a43e721235b84872482d3dcfc0353ace88fec9d958b7e876 SHA512 215675cf7a5586d1e0f87cf1a249bb38b26f1cfec914f6d640db0f7e5548bf9c241b1b063db4983ae413a7b0061b0b1be89894469efb706b952b749db766ccae
|
||||
MISC metadata.xml 335 BLAKE2B 8e7462a9e1b34496646ab1296678742b3f6fcb83f6a60b44001d9dd9d61ed6475a2631855db18a4e38c0857e1032051c4f6e7acbd029c60ab58271593dac0ba4 SHA512 e9d04e28d00bfedcf701068e74c2386d5c3248989269a94d4ca55ed00e7313e46de4acf234606cb3d38622096024a549cf1fd20efe07058319d96a7806ecfa27
|
||||
|
||||
42
dev-python/bimmer-connected/bimmer-connected-0.9.3.ebuild
Normal file
42
dev-python/bimmer-connected/bimmer-connected-0.9.3.ebuild
Normal file
@@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Library to read data from the BMW Connected Drive portal"
|
||||
HOMEPAGE="https://github.com/bimmerconnected/bimmer_connected https://pypi.org/project/bimmer-connected/"
|
||||
MY_P=${PN/-/_}-${PV}
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz"
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/httpx[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycryptodome-3.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyjwt-2.1.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/pbr[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-timeout[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
42
dev-python/bimmer-connected/bimmer-connected-0.9.4.ebuild
Normal file
42
dev-python/bimmer-connected/bimmer-connected-0.9.4.ebuild
Normal file
@@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Library to read data from the BMW Connected Drive portal"
|
||||
HOMEPAGE="https://github.com/bimmerconnected/bimmer_connected https://pypi.org/project/bimmer-connected/"
|
||||
MY_P=${PN/-/_}-${PV}
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz"
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/httpx[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycryptodome-3.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyjwt-2.1.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/pbr[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-timeout[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,7 +1,5 @@
|
||||
DIST bond-api-0.1.14.tar.gz 6898 BLAKE2B e5b8ccd319dc160134f1e6f61857ddff3579e36f42fee0ff6fec4f858613a0802ab974b906646865b66cd64502c1fd8f47998e155abe294c223f666021d642d3 SHA512 93c130c69d3ca00b7071acb1d257827b39eac90ef12336193d501d027c545e4cbefb6a497ae167c9a67f2e1d70e5b8e5179aa0f649fc6b3537d379fee7ee6143
|
||||
DIST bond-api-0.1.15.tar.gz 6944 BLAKE2B 591389dc2aad5783ced825fd0707c3f775f8ee49a3467f912dc395f80b7a5ebf74cf2de1a908e8c3c3e648cbceddc1fb35225c44ea111784b2bd46151623a8eb SHA512 67442872dc0cbbf24be7785e0b5df5c0d942adb5f14a42e340e6356fa93402814bd9ac11d5025cdbf9509acceb41a248b3cba4036aa11bb49492c99ded0c346b
|
||||
DIST bond-api-0.1.16.tar.gz 7018 BLAKE2B 34e3184e27521d23351e48a6d1fa4745f4f552f29731e8a8baa027106f3196954c7b83767d970cecd466e3d28c853fef21b65f4d298cd463615ea270ab99bda6 SHA512 f6dbb94557114217eddfccf02b3ebc8608af73976521d92c5b71e091a73c9092d9460a353547176ad3621d8fde88dd8a70e05153f37962ed74e8cc0c2c228121
|
||||
EBUILD bond-api-0.1.14.ebuild 852 BLAKE2B 5af8b01aba88fe29c0ae5ff8a4ecb5efe926f1df116fb6f1cafa067939826555c67b86210b1dacfb172e4850b34c64b1743919d1f8d9aa5d6b301e4a008472ac SHA512 a157954166e399a980552865d09f66607fc37fab45e7ec442fcd7036455f285a6146a51e21be65e0eaee4f60aa27844d4a0eae29eb3466a88a020e4a7f13190f
|
||||
EBUILD bond-api-0.1.15.ebuild 850 BLAKE2B 9aff6af7a1b7ca66364226feddec8397940b82ada6c6d328c33d7d364c5dad2977fa4408bf09eb63a6a545e9cf86b19e0afe6a3d5641651d78bee7123c339829 SHA512 ababe47c81ee677bad75fcc9a4073e23380ee314e8a06a2441e3e817e9358ca0ea6c3fdd2716800e2ee65c590159fc81890c1b578b829f84b2970d8a82296678
|
||||
DIST bond-api-0.1.18.tar.gz 7992 BLAKE2B 479f5ec64648490a3fe10f6abcd60526846c708502c116018667fcd96db14f65ace886c5e735f94cd6a3d7629507d4d8a151c68bdb9e1a15f5609cb70d16d6e6 SHA512 c2e75ddc2850873ad9350c1b7cea9dde69f26b286ceb44b0bcc34806475d354f9c7686cbc527de9529e8d6d57b82ae9b8ff9fba94f2bb9219ee0f3e002041285
|
||||
EBUILD bond-api-0.1.16.ebuild 846 BLAKE2B ea8e0319bf0403a72a02d2ab47b690fe183ab6801e21ec592318315420054d8d1eb211642a236b43b1c83f364b212d1df240b427ccd9f30060a0dad62539b9e7 SHA512 7008a649213119748aa1bf609433dad31adaa92151e61ef8acf1ae6aaafd45fcc7f5405c5155f26f20a8d7aab8fe114efc31ee633bbf8bc0f7e9697252a5dfbc
|
||||
EBUILD bond-api-0.1.18.ebuild 846 BLAKE2B ea8e0319bf0403a72a02d2ab47b690fe183ab6801e21ec592318315420054d8d1eb211642a236b43b1c83f364b212d1df240b427ccd9f30060a0dad62539b9e7 SHA512 7008a649213119748aa1bf609433dad31adaa92151e61ef8acf1ae6aaafd45fcc7f5405c5155f26f20a8d7aab8fe114efc31ee633bbf8bc0f7e9697252a5dfbc
|
||||
MISC metadata.xml 461 BLAKE2B eaf38c04904474ba1d826566928eef9e06ca491b6f318d468857ac56aa00a59bcf1dc74ab5594a9b020482705147b87dc4b88b8050d6e9ca4eca41782d4a48ca SHA512 06c7040e507e7ea54337b3a87fe91938cb5cf223c11582bb3a12253c408cbed82928178a559ea34e84afc14fba3ce92dcfe29bc9aa7573466a185a55c1bbbafd
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
3
dev-python/bond-async/Manifest
Normal file
3
dev-python/bond-async/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST bond-async-0.1.20.tar.gz 8377 BLAKE2B 0c8e0e3e6321fba738a4f6432831ab8b7908e99603e660a8c24d1006c7b96aa9f0d544ce8cf891dda068df3ce6719e6d302d5d6e0dc663853e9de8f7772bb794 SHA512 7e121946072ebd38f9797d7ae733142f2f5b29cf13a9d9bf891a237ae86c7151bd96133dbc0ebfa522499a1084914e3833261eafb8509ac065d6cf7a90428fb8
|
||||
EBUILD bond-async-0.1.20-r1.ebuild 924 BLAKE2B 98b84bbbc43e8b54ce09b60334ef289e59de5505da56ea28cd6bc5ca547238de20a4f5e358041cfd69de9c79f4a0e45ce3ec6686ed78f22b90f95aa5116dea33 SHA512 8aefde895be7a2100726903487cf7869b2e056d9ee054e131ee844f009b6d0907546a847b6b1acbd0d4bcf00d4bfb4e9b4476ecc21d9cf7a76896bb9296c5bcd
|
||||
MISC metadata.xml 452 BLAKE2B 6733cfd2693378c7e8961b6c961bf805fc9c142356104ae411d21bde9b79c4e250968b44ca5fbb5b795317f2a2fb8da133d2c2756c407177e8af466a270c9449 SHA512 83aa9995131a2679ebe9b3c63c0ff631285436733a6f6be2eab5d7d626fb96b6a3f6078e355874cf3827645d71115f99c870d2a194ed80695f89cb2cff95f5fe
|
||||
@@ -1,15 +1,15 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Asynchronous Python wrapper library over Bond Local API"
|
||||
HOMEPAGE="https://github.com/prystupa/bond-api https://pypi.org/project/bond-api/"
|
||||
MY_PN=${PN//-/_}
|
||||
HOMEPAGE="https://github.com/bondhome/bond-async https://pypi.org/project/bond-async/"
|
||||
MY_PN=${PN/-/_}
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
@@ -21,7 +21,8 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]"
|
||||
RDEPEND="!dev-python/bond-api[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
@@ -33,3 +34,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -6,10 +6,10 @@
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pysnmp-pysmi</remote-id>
|
||||
<remote-id type="pypi">bond-async</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>rfaircloth@splunk.com</email>
|
||||
<name>rfaircloth-splunk</name>
|
||||
<email>mobiledev@olibra.io</email>
|
||||
<name>Olibra LLC</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,5 +1,7 @@
|
||||
DIST broadlink-0.18.0.tar.gz 17334 BLAKE2B 4acc90d96b6c89f2d56041be039721249a8a49b8df818580cd003469e29f3e51320544240de739efe5497bbf40d3d1f70edada5a5ffe5580451b33c89a743f91 SHA512 f487c891d0e1e6ab45965bbfa3e2c5a7d6d23bc97c18974fe27ad603715b77040e1ef638e827afc5114254cc34464b50ee1176887af53c3d10736d302035f501
|
||||
DIST broadlink-0.18.1.tar.gz 17384 BLAKE2B 984cbd031368bc09e7c2dfd78688209f080c7f1c5a5e32896459c772e18f9e3efb1065b58d2f1d56cba7bd2829da91a752382ea4e580ba1f84836b56f94489ba SHA512 508c6382b541b9b070923d9c2d41d29b78bf3a73df9954b0a69c812f80c488e3b54cd227c067092f5a743715527915b6628d203b99ca3371c2e56772a20384bf
|
||||
DIST broadlink-0.18.2.tar.gz 17949 BLAKE2B 8f6212594d1027d65458cdf612ef360eaf85dcbefeba1b366d45faeb2fccad9977e0bc2f6dfa2c3a6f9cad95c7561ae54946a4633c174f019bb677cf5b9d5a8c SHA512 7e39ba2f15824890a01aa74331aae5c3034281ae2c923662718ac79bfaf01f04a4dec4cd6d3ac3ac973168d876bf3506ffee814dce366c389623084ed5d6c40f
|
||||
EBUILD broadlink-0.18.0.ebuild 771 BLAKE2B f8ab713b45ca13abc9fc6a756c60299f0f113822b36d2a58be4158fc5b22617b9517afb668b6a9f4431318c2e8eeb4106e7da0a37a751c08a9f5d20581298811 SHA512 deabb5b7d8358a32120e6a6a3c2c06499e5919dfd0822861cfb5cb63b271ab58225d7a7a8fc71dcf886f41c088852956dcf0905add9ac9d9c01308f6793f5be0
|
||||
EBUILD broadlink-0.18.1.ebuild 771 BLAKE2B f8ab713b45ca13abc9fc6a756c60299f0f113822b36d2a58be4158fc5b22617b9517afb668b6a9f4431318c2e8eeb4106e7da0a37a751c08a9f5d20581298811 SHA512 deabb5b7d8358a32120e6a6a3c2c06499e5919dfd0822861cfb5cb63b271ab58225d7a7a8fc71dcf886f41c088852956dcf0905add9ac9d9c01308f6793f5be0
|
||||
EBUILD broadlink-0.18.2.ebuild 802 BLAKE2B eb03a2afe88e9cda82df0c79b38b64dce1cab1a954adabbe54c8d199dec69d082be8a2cd44faf69f4fb2935c47f702856efc76790f887b39640d8685af6f98d1 SHA512 eb85c5ec5e99699a1b25a6b183b0098f0157ed0590b576400fcb5aca5093089139df551a3dfcc66a215ff7bc2e339b3b238535ae8a9a1f82855f09bdc26f6e06
|
||||
MISC metadata.xml 456 BLAKE2B e42190c6f9a66e64f1075ec2521de76d0f3aa1f7df00a14742dedbd71cac262bf8865115a947ec89cc9dd337cbdc52d2cf651159a90ce13d0dd22ebf6257e142 SHA512 20b72d66d1955e609b45dbe20e9a9fafd29f9ec1f263356a81f1e5333b178c9de65772b0b695a550180bea38660fb444866d11c7e32d2ee01764e32d3e1f1cc6
|
||||
|
||||
35
dev-python/broadlink/broadlink-0.18.2.ebuild
Normal file
35
dev-python/broadlink/broadlink-0.18.2.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python API for controlling Broadlink devices"
|
||||
HOMEPAGE="https://github.com/mjg59/python-broadlink https://pypi.org/project/broadlink/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/cryptography-3.2[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,6 +1,5 @@
|
||||
AUX caldav-0.5.0-top_level.patch 450 BLAKE2B fee8442ccedb990c2cee37d3fd8b3af056caf78c513b7018ba98ffbaf64c66eb0f115dfa7bf000825d844b3ff58d66da75dd4072d9ac102e8d5d2f4051747455 SHA512 236747d53aeeff4669afc11496203b90b1b85847b00674445e7671a1e51f82d2ab5f64ef8cfbf91f4a6db7314231289aae97cb3cf514533d9d429146602c7bac
|
||||
DIST caldav-0.7.1.tar.gz 118233 BLAKE2B cfb6d6c25a73d53a430c5cc50a7a8fe9b403a4a35a50d454687dc691e3d8be946ef1287b09e425df2e38a74f74bd662439c71c48b77750bc59f4a12e99b2f794 SHA512 e70060aea51d0a0289e955755f8c1b67f46af4195c6584a0a10da390b9074d37b5821e6d829bf41eb0ddf7328b062bc5ef1a300656a9415ae56a1d5cf6ab55d7
|
||||
DIST caldav-0.8.2.tar.gz 117087 BLAKE2B 1c7253114c8b1db066e55b1903185563f21bbb822afa89e2cae35eec5dfd4111cf7f39f7c2df91c13e19ba154e7f2e6c48260ad3cebfdf24951ccbb47cb43d59 SHA512 65c2372bda6805149733f40ecd12c728e83264caead3aa669909d17655e5ba8ce34e8e6e96da6ebe02cfaf41057f145334887106718eb5388f8382f8464efb91
|
||||
EBUILD caldav-0.7.1.ebuild 890 BLAKE2B f6975a4139c6f396a0159a11ae2cb48099a2764aaa5ee6d8c41c5dacb61c6088a39122010c912b6f89a81f02449a9aded0fbb09c7515c9c4e58dcbd022e05d53 SHA512 c146e8c6e0e7019b5d0aac14a6d57846bb2a07a027f65365c65f95021cbaddd2b97723ea0430f40634ca30be98b8ce19ff6b4de30c12791362c1b3d5604c8e81
|
||||
DIST caldav-0.9.0.tar.gz 166894 BLAKE2B 967cee979b9ef6165430f45199c8e248bd5d552eaf573b842d2299d215adaabfdf21c4cc9461beadaa63c3da9d7c434b34f77a1271d9b34bf26e5bf16298e472 SHA512 741f21da8dd608c10a2f6854384e1a61db51b50d212884c4cee1430f4ac8d23decd0e9506c490f2905ad173e9ae94906166037da5951d28f448575c27dcac028
|
||||
EBUILD caldav-0.8.2.ebuild 938 BLAKE2B dbdb571d8332a33e8ba41f97e971b60f315aa54f136d5c0ae6b1c95f2f32a396d6c2ac8e9e94b0cc500adef584f3443b460e249cd2a1444e83419fb74bb17d70 SHA512 5f3fa9e5a3f9c9b8800f84dfad75d378726853e36dce8c2159101f05e4c2ea265acb4a5a1e06496b99e0d593c445dafeee80b2967c5a7bdf500045d9a94abd9e
|
||||
EBUILD caldav-0.9.0.ebuild 938 BLAKE2B dbdb571d8332a33e8ba41f97e971b60f315aa54f136d5c0ae6b1c95f2f32a396d6c2ac8e9e94b0cc500adef584f3443b460e249cd2a1444e83419fb74bb17d70 SHA512 5f3fa9e5a3f9c9b8800f84dfad75d378726853e36dce8c2159101f05e4c2ea265acb4a5a1e06496b99e0d593c445dafeee80b2967c5a7bdf500045d9a94abd9e
|
||||
MISC metadata.xml 446 BLAKE2B f83df839f3afd4c04637fd42164b39efa2ecf223892015c7a0a1b36ad85f86b5d046e6bdffb044f7860f00197bc314d7a0b4a0412e523877c9ffe18ba89413a8 SHA512 7e8b01ad8847c45cea3e225901c186aa4d2af30a272ba4fcc4558b708063f258c580712e5946fdd8f13e4b60132a3cdf1161e007bc99657111ef2b44f391f689
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
@@ -17,7 +17,7 @@ KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS=""
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/vobject[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
@@ -29,6 +29,7 @@ BDEPEND="
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/coverage[${PYTHON_USEDEP}]
|
||||
dev-python/icalendar[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
@@ -1,12 +0,0 @@
|
||||
diff --git a/setup.py b/setup.py
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -24,7 +24,7 @@
|
||||
author_email='cyril@hippie.io',
|
||||
url='https://bitbucket.org/cyrilrbt/caldav',
|
||||
license='GPL',
|
||||
- packages=find_packages(exclude="tests"),
|
||||
+ packages=find_packages(exclude=('tests',)),
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
install_requires=['vobject', 'lxml', 'nose', 'coverage', 'requests', 'six'],
|
||||
@@ -1,3 +0,0 @@
|
||||
DIST deepmerge-1.0.1.tar.gz 17411 BLAKE2B e5ca0de3815258810d982edb8cb0cf928aeac422d8bd889886b63d1a1d2d0e0c9c109c10231d2c467f638a0c84a8d3887c5d2c78ed9ac60db1cafd53ef6692ae SHA512 f68d41b4e6eb2eca3a2c936a263c675296a37edf7ed4245c732f029fa0f3dd1a3c2da7cc2342bf5fa90eae409e039b4ea653bdcc71fa32fb1a2075d6b4d13ce5
|
||||
EBUILD deepmerge-1.0.1.ebuild 811 BLAKE2B eb2570b3485f79c4983715b29b35e2a4afada1dd8c9bef8e1b0d122bf3f979f93237a2bef4c5e13305395fd6b26e96e76017412b06c7412256393a70a09f1751 SHA512 0c035b7aec42e7742d88f86d523c94eb1b0934ac8145cd900facc98a559e394d9c8f8f32a4dc6c451b1a337d223f7501a0fc4cd0b0497ebb6921c45628900547
|
||||
MISC metadata.xml 328 BLAKE2B a8316cf18590ed61746941b1173d4ec2e395a2dd17ab77f28e15fa5f0314e7d8429d4ca5f387ff4a6a76d93c843b2d6a2b564a43a1934e00262383bfe5af6751 SHA512 207cd1af9229e2e324e29105eac615e9677d80260185ec93b40d5ed1db9e37aad9cf131fb05d9ebe98ed5617ce56979f7320915d49f2cf7f890c47a7c3dcc61a
|
||||
@@ -1,5 +1,7 @@
|
||||
DIST devolo-home-control-api-0.17.4.tar.gz 72153 BLAKE2B 31b8db6a7eb3f8e11f0b8a3a6a104eaf4f2d3c7d17867afce26321f07ebdf0ddf9739ebb643340d14a1f9069a55aa55fafd3202fc04292afed460649993c8c7e SHA512 efd1d9d4a47a76f1360fa9795331239ba2d084ca568ac549b1bb5cfdd93850e0e54bd252136a93b2dd1cc0c1c27070717f9c1ffb1d325ee0441f131241cc0dc1
|
||||
DIST devolo-home-control-api-0.18.1.tar.gz 73804 BLAKE2B 6038a263c2ef8e60a65f6eb9c125ff5993db78aef0ddcb498c395e98d3fa160a8b5b71ea0f778516bc9572e111d6442bd8871f583d64e15eab489671d69125ef SHA512 d264b09b6c19aaf44139573a6f568766017b4a8efd952286cccafc8dec5e3d3334232df385c799dcaa3d050b54ff0c356ee5d8836d9f48acd13094196d643bdb
|
||||
DIST devolo-home-control-api-0.18.2.tar.gz 73978 BLAKE2B 56de26e776478ef6cadfeebab272b7bbb65a500656efc1e5a967c44ce6a4fbad8da8f612eee72336262a74737af16818bc9a5a7a7d48c524291728be9d438598 SHA512 f14b61217e3156f25b900abb2cc0b0c92bd36f12a35a301d9877e3b7c677aed888490b7c28978bc79851e04998832eb8fa4e2dfaac96f166794f0fefa946c6de
|
||||
EBUILD devolo-home-control-api-0.17.4.ebuild 1069 BLAKE2B 86588dacd236a82d792dc7b2403da3bd88c65d1e58f465a7fa091127a6909064e6a6ca76d208fe47b6e6f9070baf55cb9b59ff87b3537dfc627f0eb78c5f13a1 SHA512 98268065785275284b5c8f34d3709e0de5bb50bc1bedadadf67536422b52d4a1ff4d778b91add816471ff45d886879bacd3f1aea929f4ad013b2720c3f324f86
|
||||
EBUILD devolo-home-control-api-0.18.1.ebuild 1069 BLAKE2B 86588dacd236a82d792dc7b2403da3bd88c65d1e58f465a7fa091127a6909064e6a6ca76d208fe47b6e6f9070baf55cb9b59ff87b3537dfc627f0eb78c5f13a1 SHA512 98268065785275284b5c8f34d3709e0de5bb50bc1bedadadf67536422b52d4a1ff4d778b91add816471ff45d886879bacd3f1aea929f4ad013b2720c3f324f86
|
||||
EBUILD devolo-home-control-api-0.18.2.ebuild 1069 BLAKE2B 86588dacd236a82d792dc7b2403da3bd88c65d1e58f465a7fa091127a6909064e6a6ca76d208fe47b6e6f9070baf55cb9b59ff87b3537dfc627f0eb78c5f13a1 SHA512 98268065785275284b5c8f34d3709e0de5bb50bc1bedadadf67536422b52d4a1ff4d778b91add816471ff45d886879bacd3f1aea929f4ad013b2720c3f324f86
|
||||
MISC metadata.xml 503 BLAKE2B e8340e9078b5fd7655a35cb79d48f73377553b27e8be43f9e81807b891f9a5451faf33741d658d8390e58228fc7537c514c176d6a015c021fe6b3715194e12b7 SHA512 2f1ccc722d475b66114d5c4dc04dd245a4a3eb7bc3ef973bc0053081e28d07e760eea81ffd0434fbea6434b9fdf4098074a0f5a9c1efb75ea616ff42ccf43f44
|
||||
|
||||
@@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="devolo Home Control API in Python"
|
||||
HOMEPAGE="https://github.com/2Fake/devolo_home_control_api https://pypi.org/project/devolo-home-control-api/"
|
||||
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 amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
|
||||
>=dev-python/websocket-client-0.58.0[${PYTHON_USEDEP}]
|
||||
dev-python/zeroconf[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-runner[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-mock[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,5 +1,7 @@
|
||||
DIST devolo-plc-api-0.6.3.tar.gz 45348 BLAKE2B e9a2d5d1c1b84d5a51ad5cc4ba14d739f0d8ab4e6d34b8d0ec35455f3a7a8df300ffd2a63acc8259d997ae4568a56dc7e047edc1a123730692bdd9c0aef5b899 SHA512 71156485f37ea468dcd38ed497338b820db0a15c8b597dc4efbf95fb31772c3272d413ab896ee9a6452563390b9d168fb18c50a2a61ff0f12b040a7c2d061c6d
|
||||
DIST devolo-plc-api-0.7.1.tar.gz 46807 BLAKE2B 31853196c912d625acae87c8da39613f7c970da658529b0dbf5ffb3c2b1bb0fd15232d25f806d50b08379563c290c6e976aad0091d10cbf9c6f8bf3f5404b779 SHA512 ea363629262a22e40c49bbc75c1219d82152ca46077533798b22b9e67c9c8280b933ec9d678b6e86362f2c9f28365d56368fc9a42c7d946914777b322db6afbb
|
||||
DIST devolo-plc-api-0.8.0.tar.gz 80581 BLAKE2B a902160dd9b0523c0263c5320ace76da5a06f698140795f8548f80412f31e47a3cd2ad065d0761e955830346889a82b82df83bedfac0e971b7a007de35e37981 SHA512 6628102b8fefee47acc4435496fb2b84fae96e38620e5d8711369f0b7f0afc6b760f252617dcb77c1c29d17e2b68a9a9b4502667531dd5715525bba1d4c4b5a1
|
||||
EBUILD devolo-plc-api-0.6.3.ebuild 971 BLAKE2B 5a3722710667e5d521c9a00df02107ac8c9440c4d04dd5c24abd62f267c046240979d790bd8fa04c38a22fffe40429e1fa582c2c713f7f8b4afcbd0ba6b5da46 SHA512 87074c0a24e45e565207ab6573bc006150cb7238ff7154f4e92589db2cd3518a8a4ddbc395f829da87759302793f399895dad424349c029cb1db1477ec561504
|
||||
EBUILD devolo-plc-api-0.7.1.ebuild 971 BLAKE2B 5a3722710667e5d521c9a00df02107ac8c9440c4d04dd5c24abd62f267c046240979d790bd8fa04c38a22fffe40429e1fa582c2c713f7f8b4afcbd0ba6b5da46 SHA512 87074c0a24e45e565207ab6573bc006150cb7238ff7154f4e92589db2cd3518a8a4ddbc395f829da87759302793f399895dad424349c029cb1db1477ec561504
|
||||
MISC metadata.xml 494 BLAKE2B 1550312a37a532749193ea5069d74e522156f45b03f4eee17259229861b1f1de9c541a62ca0f418fef41e59e4eed3522f7ab3d667e847f9cb056ee1c8b4e3e6a SHA512 099cf1025798e177cdae73614e3f973e009a8c323f29a2dedcbf4b78d9281ada72e07fc631be27bb75716a4ef51d6359b491be035c647338fa9850091282261c
|
||||
EBUILD devolo-plc-api-0.8.0.ebuild 998 BLAKE2B 0eeaf8dbdd8da3a071d8d6c2082b24db4346b184f593198788edeb4335682056582202455d89d578ccfea23fd0c66e984389804cbceec7a7897b23faeada28ad SHA512 0105421801b21ca38b842026039daf820360c5c7f661d80dfa6659cf2fbe71da4b5e993fa07e54e9b3eb98ef64e20d0db6d52c26de4ee8ee97f696310086b744
|
||||
MISC metadata.xml 584 BLAKE2B 91a9c62b88631911607fb5942efff2de585303380d0eda23f28c968f511a663c17c126b0874bbda7e02ae2beed6988de184087586f08051fb90480ba5900f597 SHA512 1dab222008c29a9837e52f1e9dde74ca281aea229cfd23ada62370f257b1dddd944225397fdce80bef60a7216726dfd0c13c90fc4ae1f33b8c18a3c00e3f60ae
|
||||
|
||||
40
dev-python/devolo-plc-api/devolo-plc-api-0.8.0.ebuild
Normal file
40
dev-python/devolo-plc-api/devolo-plc-api-0.8.0.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="devolo PLC devices in Python"
|
||||
HOMEPAGE="https://github.com/2Fake/devolo_plc_api https://pypi.org/project/devolo-plc-api/"
|
||||
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 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/httpx-0.18[${PYTHON_USEDEP}]
|
||||
dev-python/protobuf-python[${PYTHON_USEDEP}]
|
||||
>=dev-python/zeroconf-0.32.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -8,8 +8,12 @@
|
||||
<upstream>
|
||||
<remote-id type="pypi">devolo-plc-api</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>m.bong@famabo.de, guido.schmitz@fedaix.de</email>
|
||||
<name>Markus Bong, Guido Schmitz</name>
|
||||
<email>m.bong@famabo.de</email>
|
||||
<name>Markus Bong</name>
|
||||
</maintainer>
|
||||
<maintainer status="unknown">
|
||||
<email>guido.schmitz@fedaix.de</email>
|
||||
<name>Guido Schmitz</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
DIST discovery30303-0.2.1.tar.gz 37518 BLAKE2B c3238c46c53d7e81455eb478ec1972d1bc31717f195678d2d18a9d549c18690e9841d7b953ad50df086c6f7c57799851bf1d88b7ec902088e6fc7c67af4a5d22 SHA512 5571aa837051630d53418e1e5ce725b371babd782c32ff9d368fd31d4c4ea563def05aa6f689a5e8b3d299c7a54d21de2acaab97db093a8911729d1c7a7be593
|
||||
EBUILD discovery30303-0.2.1.ebuild 815 BLAKE2B ec7a5b347088452f25f0c98a6c484c7632fb64ac91ce7d57eec9f348aa17a22d7c72a4f9a13e290f9ac309701f5978bd79412ee79793ce696687f4ed1502ad5f SHA512 14190d3692f33771a8c0336248ae670800ddf4a370e8be1a52140e3ea06a61045fb8e5dde836ec460c3be2744d3c0a49d3ae0b6419cf4d85ac06a870a0ab6155
|
||||
EBUILD discovery30303-0.2.1-r1.ebuild 830 BLAKE2B b83ef117c5b6f888180de65e724d428e6bc3ad60d9ac243921687a107c991697d62131f6ee44c6af93d19717488e2deaaf9f95e4b8e5fb138d64347cc13ee814 SHA512 5e4cc019ccd6cb15aee4769a93467eae661535c583a8bf2cdbe4ca077b49a320ae9d93309725363557305f7798d63d875b04310cbe559334687f360f2e10e444
|
||||
MISC metadata.xml 456 BLAKE2B a3532c9dba9d4c535970b5fb59b47f032fac85c063c61873428000642fd7e0e40551e9192b15926f63aa32255991d14df79049fd193b3eb4d6e007514e7e32fe SHA512 09b23bcb4471042a788f386b706e582826585708d505a6b9e3c965ad9a54cdedf790baf0543779aba31798c58781cd201adab38dd750a6b99e7ae243054b265a
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/bdraco/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@@ -32,3 +32,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,5 +1,5 @@
|
||||
DIST dsmr-parser-0.30.tar.gz 21803 BLAKE2B f2f8eca8b9708717d020b4a8102810047747cc97cf4f176583d77ce289a3e9979cc41ab40e96b070e06f462f0f564bd0c05a92cc0bf656f9be57c9031cfcf396 SHA512 eb6d056d3668533bbaf07890b0ec7032054f12cb7267bacfd7aff083d94a97939a6ad06a335e1a04207450ad2528691ccdae0e9b47c3eda0b828532f65feb083
|
||||
DIST dsmr-parser-0.32.tar.gz 23484 BLAKE2B a56a7642d9b58efb17a52e5084b0250314a56124df8e3ad19cba4341ad5a591e6515f05b4f3dda0c2d855f13238c9e922c7d91a410479386dc0de01a2d3fe122 SHA512 4b5d2d2413e286f8f7b4443e7ecef07a7597e75f7c1effb11382d9c637f1a853f50f1739264af9b10a65cffae64d3d7b29effe5b15babe1184bdcca873cb2e7e
|
||||
EBUILD dsmr-parser-0.30.ebuild 893 BLAKE2B d3a22f60db842b0c8b500cb936dcc75f20d1820028390830fd8770958fc48c2b8439273afb8dd61c1fba67e36eb22d766d736725e6a68a4d943f0dc0d3e17994 SHA512 d52974107486595b55b5d1870eeef32350efc512bf52271aafbda03c03bb8b189204709d7b17bd3a11235a069505babebfd241ac18646c4f02ec6970b6338f16
|
||||
DIST dsmr-parser-0.33.tar.gz 24537 BLAKE2B 90a1089d529aec9e1c39dc1f6c38e943331adbcef177c48d41002afed26e6c57d9f59b6b9bde2c71654a6c045695144896a6a4b199e7c45e6e48f9b65b862db6 SHA512 06632c5890ba20827220cf7057342e95f105222d386f66edbe188aa800a28e0eae27a29546f9a3a505d9dea6239f3b6e25f9e75a72e1696777a0d2ff65cbcb35
|
||||
EBUILD dsmr-parser-0.32.ebuild 891 BLAKE2B 603df23533bb19e726b091c9f3ca631ddf02328a0e8b4c1936b7b86d61bbcbc0f01cbc9c7f4ff211e04c6b793a25e3aac54abcb95cacd1bb8e8a1c5421b13b5b SHA512 7d63257e9f56403065b9bdd1c2945e36ee28dcc37f8437a23c8503ca9861066ae7c1b56d37baabad732016974866f627ba4c7274679b6a861759d9734a814d4e
|
||||
EBUILD dsmr-parser-0.33.ebuild 897 BLAKE2B a759099b609fff2d5a412b1d39b81641966d759855449eacfddd56fa138446ed43192b3d1efb1292a65180cd256533b7ca3d000fea67836b82921d097a0a02b7 SHA512 f03ff9446c55db74d9c1b4a887a92dff1655b289705e85d13ef21bd812f764867c1f8039afbc6207a4bf04c285ef4c5a7885046fe43612c15be8a22112618c58
|
||||
MISC metadata.xml 466 BLAKE2B bf4eacf83f14a631887dfb2272d74eb112a8672a47fae2248b242a5a15f57e901cee42c9c0e741aac71976fdfa5bf15bb7ef8476020d132a8896bdc41f704785 SHA512 a78899967344fef5b7b1e7e11ecba7a099131baff5a31271f8227edf5f92682c0f711a95b5f7cc2358fbc85ff3213b5012d8cc9186340266658ea399b5295925
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
@@ -13,11 +13,11 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS=""
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]
|
||||
dev-python/pyserial[${PYTHON_USEDEP}]
|
||||
3
dev-python/eagle100/Manifest
Normal file
3
dev-python/eagle100/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST eagle100-0.1.1.tar.gz 5713 BLAKE2B b5c56c8d6bba4824a0593487f5dbafe12968284604662db4b4b15505bebb00b39ef5365d7d6fa105931a6d3a6ea893b3c1a313059eefa5a464f669ed21b9bf05 SHA512 59a19b65cf0119eef3b16f0b0c5c6f65ce8291ff96a048381e46e3e6cd6c076b87f124ee303524f050345433245abcc575901c932916618e08692d2c13ea1cc9
|
||||
EBUILD eagle100-0.1.1.ebuild 793 BLAKE2B 897227d66dc34de4b5afa3992ecbe74e33948243b5965e0b64ed8b305411bc1de7b74ecb5e6ad46f7770da1a607e438b4c486e3f38aca85c84e21a807c94e64e SHA512 2e4a0e557470f081a4418317ee0680047f214791da81afc7adcede508cce8587ed79a1b28b4bfe6b0cd95b9c1290f47442298d0585a9a3dc090496a8c345d6b5
|
||||
MISC metadata.xml 454 BLAKE2B d241c741ec1076f6d03fd7fb39b28ea421701e1f47778b7ce2eaf5427bc7c29fd4f50dcfa288386187bd308e08887b12b689cd61597747844cf2ee89b3324b10 SHA512 64e95cb12576bc807064e489e06f5bfa6cefc4d1c35fbc9ba3c0658a70f4f0da18bb0290a8dd9f0defc758390ea771f6abc94e94c4d8bfc470efbe67f4e25dbb
|
||||
35
dev-python/eagle100/eagle100-0.1.1.ebuild
Normal file
35
dev-python/eagle100/eagle100-0.1.1.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Tool to read data from Rainforest Legacy Eagle."
|
||||
HOMEPAGE="https://github.com/hastarin/eagle100 https://pypi.org/project/eagle100/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -6,10 +6,10 @@
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pysnmp-pyasn1</remote-id>
|
||||
<remote-id type="pypi">eagle100</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>rfaircloth@splunk.com</email>
|
||||
<name>rfaircloth-splunk</name>
|
||||
<email>jon.benson@hastarin.com</email>
|
||||
<name>Jon Benson</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,7 +1,9 @@
|
||||
DIST elkm1-lib-1.2.0.tar.gz 37324 BLAKE2B 45accb3aeaadf426a89eb996b8da67e3c960150ed36904c9ea65ad71ca97a0c339e45304d89076f7bbece7042fa78051f603fcde8cfc9e469af52e1b02adcf51 SHA512 9951974565da28a759ac28db76aaa6a7371aebcfb350943cbba9e242db7aba1a04048d18f261661cfe780cbaf3b114979f02ce2b4e98b252690560acf37e252e
|
||||
DIST elkm1-lib-1.2.2.tar.gz 37469 BLAKE2B e110844279edfa7a2483854e34904e9a494f4a527d8840a0c1a6a649266947b6b2b27710a344583d595d601aa92bf5d22b785dea4633bd420b23c1d6e2c68999 SHA512 b7386e0a8804649565529bc215abdda2b9f9099822fc438bf6dd8eeead78ff8c7e42c8cd7e3e16f4b9b3c6716560939327df5fe6c9e7c4a8d57a97aedbcbb462
|
||||
DIST elkm1-lib-1.3.5.tar.gz 40302 BLAKE2B 5e1b759b2b12052ea4920f8517c72f762108a7101897db456bdae4a877bbca75b02258e3dd0c86844214197550bd58de841fc5ccc61e1d188a3819c1eb91f137 SHA512 f7db9000cad5885975c06052a873902a6a3cde8a65d3f71a616c755a87cb24c97cf48433fd899176a28c8f3e9c9226e9268272a26eb220854530d9dda8dc046e
|
||||
DIST elkm1-lib-2.0.0.tar.gz 41886 BLAKE2B 93e3e18fa42a78c094fff9b3e7b19c120dc9dda4ca96180595c026f73580d3b07715b32b65a9183b5c38cbef0cb12bec06e7fdbd1cc75d4a027a7a71fba3b966 SHA512 e39221dcc0e6caf61112d9f65af9637fd20dcf33c8d4fd863ea797a1ea801119b02ea656c0bb5c1b054fae5902bbd9b547216f523ffbaf70e6c21db8434d8ba9
|
||||
EBUILD elkm1-lib-1.2.0.ebuild 777 BLAKE2B 60434739ecf0339b16884b79856e5d29fe1ea2a238e5b72ab37f6d2dce53a7459c7e1741e0540120b4b5b8a383165783e748bed6d8f762ea100f4377a76bcf13 SHA512 c4bc36d918eb3e6d99e2782feb07f465778b02fcc3595da0b06a7faf9a0ab3c60662f751d18510c8cd4dc4c13075a0c4d89d6f0ab13066503984e87f02731571
|
||||
EBUILD elkm1-lib-1.2.2.ebuild 777 BLAKE2B 60434739ecf0339b16884b79856e5d29fe1ea2a238e5b72ab37f6d2dce53a7459c7e1741e0540120b4b5b8a383165783e748bed6d8f762ea100f4377a76bcf13 SHA512 c4bc36d918eb3e6d99e2782feb07f465778b02fcc3595da0b06a7faf9a0ab3c60662f751d18510c8cd4dc4c13075a0c4d89d6f0ab13066503984e87f02731571
|
||||
EBUILD elkm1-lib-1.3.5.ebuild 823 BLAKE2B 917a7084ece990ee8d01625656c3a51c151870409461a6a200e2f72e6694d695f7ca0eaa5e2346f953271419855b5ae839c53e953cee561a583a9c1cdc8f0963 SHA512 6c1513a198ceffa6f500131bc4a1905c79423d09cb574c610a82413269728dc43a8c95f23c337635c364f5d2fd11666eddda09cd8b5ab401733ce26dd99fcfb7
|
||||
EBUILD elkm1-lib-2.0.0.ebuild 854 BLAKE2B 2d36dddc1286dd5ac03122731eafab0e880305b849c042ad3437ad4bb307a4cccae2ed7420ab692db1949fc8f9f2d88468d8d881d4c9abdbfe1b654e71901b21 SHA512 da6c9df78fc28d087892c522b2d892fc9c22b904bc676aa3392b3531568fea2d83ed5d8359220217cc8497f0eb6250c959d1e93319835bc62c4a60f68af93b83
|
||||
MISC metadata.xml 458 BLAKE2B 533871881f26d1661b404e5ba82f0124dc6e27d43010586eafa34046236d2b9a2683c5a550a6f5d330efe0cde100019af59c0332f1b31fffeba19692787b8ff5 SHA512 aab01c4b7effe5f652c85e2fc1478176b7647e5359df678fbc66a01d6a2fde9662e25d6a087f94f364a83a883fef5eee8f2c9cb05b7e551409d5c37fb3a2b9cb
|
||||
|
||||
36
dev-python/elkm1-lib/elkm1-lib-2.0.0.ebuild
Normal file
36
dev-python/elkm1-lib/elkm1-lib-2.0.0.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Library for interacting with ElkM1 alarm/automation panel."
|
||||
HOMEPAGE="https://github.com/gwww/elkm1 https://pypi.org/project/elkm1-lib/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/pyserial-asyncio-0.5[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,3 +1,3 @@
|
||||
DIST envs-1.4.tar.gz 9230 BLAKE2B 3513fb5fea4e3854b057817b809dc268a915b25861c8dc9acda689fddc12323935de3b2c2ac853514dc2c2f02b0bf41bc8aa8b5d29a0f1dd3c24b60ce3f402db SHA512 c42850b81cbd0cff42d3155b0128d64243f49c544f2ca0e26f88544c54479c354227e80972f8cc756b26510080e7ba542bcc8b259f737bbb6e2656c934213f00
|
||||
EBUILD envs-1.4-r1.ebuild 1005 BLAKE2B a59d44fc7579729e3caee2fa8a33beabac17d03131fb864e13d8bcd72a49bc6c746fbfcf94f3c215237f1bf99bc5d39fdad555b85d191a60c2717a010b361aee SHA512 095a6196db36bb7fa115568c1d9c4965f8369d6b79f2bc9fa7dfa58f040ab65110dfa0de7fc30823f3d6a0dc4ef7950591131862483e9c87c8909a22ce750eb0
|
||||
EBUILD envs-1.4-r2.ebuild 1024 BLAKE2B c6bf5a6bd1a1bb1efe5405584f1890e210e9c1a0861e3c03d7617c8669e3306c128bd96138fd9792cb13b741ef27a5fdbcb6dea8141373beafb3030caea9dd96 SHA512 13fa3c3dcf89a3313bf9902b65d253210a131bce6f30ad84a455b4774c832ed6f5813742157607d85a9fadc5ae07e957c710f9a0eafb066829fdae7a83eed53e
|
||||
MISC metadata.xml 513 BLAKE2B b884802e113a0380c2309312025408a54d96979f41f85d37f4dae02aedd4863f317e6451127da3547cf848a8c0574f22985996888c99332c317b0026acd01259 SHA512 0515f56594afa3fc6e58bc90178b795a578c68c6ac626e3af34791064477fff3cf122cb9ff67fd9c2ce7aa22e4d9bbdcfb9df9d8ffe8505f1918e343148b57d2
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -36,3 +36,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,5 +1,9 @@
|
||||
DIST flux-led-0.28.27.tar.gz 69948 BLAKE2B 11ad4b67c878eb5cf73d8895ad2c256fd385d26ec87af2cad0323b6df7051a5c2da267e2c251df7e0d748b20073085793958571583a93498b4ddb8930e71ce59 SHA512 f69ff55a7222f1bba5543779e70ed32d1910714529dfdd4e05963e22913a782b6c4dcd58effb1e914929363e0a950abc45ffe95e8bf19049e4e1d250f04cf818
|
||||
DIST flux-led-0.28.28.tar.gz 70123 BLAKE2B 9a1019ed5d670850d2b3d1e41c1659ff961559ca43c0e6c6aee9d22149c4865043225b1de0573c4ee84938747152843e3581534cc969107d05f538fb2a070633 SHA512 d53fe730322010ada5634b80e90e8a81439b0715d76db97a082d62dc98fddb38c51618f74bdb5fe3520c09873b2e71fa08e9c79d90bfc9af6977ece8fca8f52c
|
||||
DIST flux-led-0.28.29.tar.gz 70203 BLAKE2B 485d3cd7c64141277dd8b9b83f845165019b1d44be86a7b3891397065cb74ee56fb8007d8b4860afa993c666e6b48390e16656ce33d8f2641d8c5e094cdad090 SHA512 f758a90c7218102dff18ab08de5efa31c1900dcc74a4a96c3f40d96742f6eb05d5540aaf68b61587ea3153ec367681d6cb1a02f69ec752938c59e2f1be006509
|
||||
DIST flux-led-0.28.30.tar.gz 70223 BLAKE2B a3b7b3fee7e6ecf04535a1a54e52b8f2e6fe334b61bea3305a3c0d3246cac10e2d970ce180bd6921b0ab53236f67d0bc96e0de42132b6b9e783084dcf83fda2f SHA512 93c71df3011da5099d8ad6227d6dd8577c35c083b3942a10ba39e940d55bacab56e0b01c3b17554b0cfaff64922380456984ec9a5fd2ac1a7a7231d0e2bc8d03
|
||||
EBUILD flux-led-0.28.27.ebuild 986 BLAKE2B 6e155786c4c79c411adf79679e73ddd6991d37654447ca027989296a12d4c3f67266a75ce80e6c7b4325c0380737cd82fe562bb86e83a3bb8e891928a6f8365e SHA512 881ac7e419b21a9eb1030864b44d7ac4bb98afab042a43572af9d62509e3ed4863abd1fd8d2b75ea94aa8458c157f480c8775a930d506c1f28735c316275177b
|
||||
EBUILD flux-led-0.28.28.ebuild 986 BLAKE2B 6e155786c4c79c411adf79679e73ddd6991d37654447ca027989296a12d4c3f67266a75ce80e6c7b4325c0380737cd82fe562bb86e83a3bb8e891928a6f8365e SHA512 881ac7e419b21a9eb1030864b44d7ac4bb98afab042a43572af9d62509e3ed4863abd1fd8d2b75ea94aa8458c157f480c8775a930d506c1f28735c316275177b
|
||||
EBUILD flux-led-0.28.29.ebuild 1017 BLAKE2B 7964e2288e2c47d978be130ee28c8167bf65354f0483f0efc782fc14aaffccb02bcb863d5f5327142c3a1902ed31fbe9e4df4acb48faaf0d05b31765143e6e37 SHA512 06cae178a64584cc60c11472d18f14cc5fe066a24616c3a3678c74458f97537a11a8354dc7a9051a593455390e952a6155cf040a0662590aa5a5ba69edba147a
|
||||
EBUILD flux-led-0.28.30.ebuild 1017 BLAKE2B 7964e2288e2c47d978be130ee28c8167bf65354f0483f0efc782fc14aaffccb02bcb863d5f5327142c3a1902ed31fbe9e4df4acb48faaf0d05b31765143e6e37 SHA512 06cae178a64584cc60c11472d18f14cc5fe066a24616c3a3678c74458f97537a11a8354dc7a9051a593455390e952a6155cf040a0662590aa5a5ba69edba147a
|
||||
MISC metadata.xml 458 BLAKE2B be1c6a0e7768db41ba43251f1d6aac012c16fced227c796435668c631495d354a48d450051982e5b6f3cb695c763ffb081dfe0a0d8bb754806d2acc02dab908c SHA512 81d5a568e4780a69bfa01122e53811172f97606502c62f8101fa866516246c4c70237cd50faf341a0b5e3878f130612bf186a4bbf72f2651985bc9a7b2627568
|
||||
|
||||
40
dev-python/flux-led/flux-led-0.28.29.ebuild
Normal file
40
dev-python/flux-led/flux-led-0.28.29.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Python library to communicate with the flux_led smart bulbs"
|
||||
HOMEPAGE="https://github.com/Danielhiversen/flux_led https://pypi.org/project/flux-led/"
|
||||
MY_PN=${PN/-/_}
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="LGPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/webcolors[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-runner[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
40
dev-python/flux-led/flux-led-0.28.30.ebuild
Normal file
40
dev-python/flux-led/flux-led-0.28.30.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Python library to communicate with the flux_led smart bulbs"
|
||||
HOMEPAGE="https://github.com/Danielhiversen/flux_led https://pypi.org/project/flux-led/"
|
||||
MY_PN=${PN/-/_}
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="LGPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/webcolors[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-runner[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,3 +1,5 @@
|
||||
DIST fritzconnection-1.4.2.tar.gz 31492 BLAKE2B 7b7ba85c8473f96eaad9444e937f6c7f0a3704b24269e6f5aeca90c081269c3185ed9ed0044d5b1c24b81384f53935af97804b8d76ab065dd81486e3dd5ed89e SHA512 68e8b15fb3ae4bcd311c7a3c5a76c493a96479f9cb43471d178f52cc31bc539009fd4212a40c903985b0159b97a39679b6a3ca9e5ec69ddd8698bfb3d9af1f1b
|
||||
EBUILD fritzconnection-1.4.2.ebuild 766 BLAKE2B 8b6a2ad052d1f6f4968fc168e766b79eb6e0190a7f3b7cdcfe2eaf4defd230b4afd6f516a2baefe1164c49ec6340261b50398bd1d33efac198b4a35e0bac9701 SHA512 da8d245c7922b97b1b5324cb72fc0d33d347cba6348c2588bd2839ce2ae1895f3e15aeabad85785e0df1a5523dba5d68e03bdc7ee05cd99560adc609f43c4c96
|
||||
DIST fritzconnection-1.8.0.tar.gz 77615 BLAKE2B aedcc3b116b6ce7ce14feb75714ee6e5a5ea667f7cb5e3124caa61e9b638e91e95a2520184869d088ceee7a6fd242c649660e7bb9ca81920f22954fc01ae3682 SHA512 4a65e715151fcd356ece60b9966560d80e4144d53f0684774af8f669fb83aa87124870ec1dfb29cbd381c73a711797f837b09abb620dfbb94722cba007fdf80c
|
||||
EBUILD fritzconnection-1.4.2.ebuild 764 BLAKE2B 8cf0576059653b9e644b5db57a5b9087e7bff91a8bcc914da4decc45248a8a4cd00f83e3a526a31f0f779ceecd1503b2f819e7e5c46764fff5f8e127d7154ccc SHA512 3bf875dcc405a9b25c2f7b4e4673d6af519926add1f16dfadfb44a03369a5b4378e03881771c6419de4cea63ade539bcac61f305588e3d62b67f210e15ff272a
|
||||
EBUILD fritzconnection-1.8.0.ebuild 746 BLAKE2B 42f04d4c8c7860c65d3b81a5cd68e4941647991839553a7cf4a947995e86ca1d12567ed99e915e7f7a1d4124153b79cd08b8c24568018053f50db8f2f859cc59 SHA512 213f2e1c283c1fd714e825def4f0a2ea1d55ddd1d74562e97ceb3c3f04eb8e3acf278db88b5571a4e6bf5287a4fed7ad7c7e2411a8051e077d94ed8cf39d3f8d
|
||||
MISC metadata.xml 463 BLAKE2B 214b49dd55363fd50cc0c015ec9ab0bcf85ba3560deeca7aecff0f05ab5dc7f6a8336a06ee342599d43f7b07d73051e6b67c40092d9ba1ff596fcc3100487acc SHA512 1b40e4ab6db0d5a67229183b44616c0444bd2316a203c1e5c5eeb39db48ff34002c52110bd56193afaa10eb8d836ea94df9dd8a3b4662aa935cf2300082100a3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
|
||||
29
dev-python/fritzconnection/fritzconnection-1.8.0.ebuild
Normal file
29
dev-python/fritzconnection/fritzconnection-1.8.0.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 2021-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Lib/tool to communicate with AVM FRITZ! devices using TR-064 protocol over UPnP"
|
||||
HOMEPAGE="https://github.com/kbr/fritzconnection"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
EGIT_REPO_URI="https://github.com/kbr/fritzconnection"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
fi
|
||||
|
||||
RDEPEND=">=dev-python/requests-2.22[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest-mock[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,8 +1,6 @@
|
||||
AUX gcal-sync-0.6.2-no_tests.patch 249 BLAKE2B ab47beaa7628c25ca7cdca35e71acb40bf034e944c035a48eab4e07692081df0a5db50e8d63424d0783cf87311eddf485c1b49dd0a6e42d623cc63326bcc9d76 SHA512 df05480ff9d61d80fbaa00e33361b6b3ace619dbb10b18c5f58318add1f3d085748d6f356241fe7e1a3f097ba7b258997396dfb679cf69555753c72d86fe010e
|
||||
DIST gcal-sync-0.6.2.tar.gz 15016 BLAKE2B 25044ed19b491f8f84c3ea8239e20827293f508ff8d0f1652992ec75d5927536855eb64680596131476eb379a45f2792c26d7c9f8f07b68a09b8da6b15a23378 SHA512 8eb6b1c4acaaca9c2b914e62a1847a603381dd2b78050e036dd615d3c9716f7b36282597ae3ef59a344c0daefb12ff6b24fedbe53f5c143d6e7f9e76b547fdf4
|
||||
DIST gcal-sync-0.6.3.tar.gz 15191 BLAKE2B 4acf6480ed2f8e60b1db4a482388a4175bd80d88f89f8b13c9c5bd722728767a45f97e43381f34ba9f1b0407125c5ae6b45c439c2fb563db254b509a471a83ba SHA512 352053d3c434b5ed0fd6d4324bedea9a9c282452118bf326ba9fa4d7d1fc471718f63fed874dd44fc2abe86ab9ba9354b12747f13ce368a0225a7ac93839c813
|
||||
DIST gcal-sync-0.7.1.tar.gz 9935 BLAKE2B 440e83de39a983e933761ffcb414b7cda1123397f1847ff02fe7963b6dbe28dbe5b52e29cb9b23120576743448cc3880e3fc90d436c239b92b306d4f55d743c5 SHA512 f8db4117910cee0185e97f50e88255ac4c5e74c288033bd18787dbea3d803acd10e6b9774d5936dfe08479d9b4639cfccfa7e8baa938ee2982bf281547efbce1
|
||||
EBUILD gcal-sync-0.6.2.ebuild 924 BLAKE2B 22b96152c0ab4f471e23bae3a741deaaa71351e2c449aba2b0c7b2cd9a559edfccdc89447cbd0f4592a80cbe315cd73bc3737b4ada6285f0df1b39eb53910821 SHA512 f7bc06bce651f20da437c72a41d5cab18247d4930d59b15faf294b8a4946ef1a6cf750f7603cbd1466b9dcd8e79bb00b28e37f4085435e226315a5114845e2ba
|
||||
EBUILD gcal-sync-0.6.3.ebuild 924 BLAKE2B 22b96152c0ab4f471e23bae3a741deaaa71351e2c449aba2b0c7b2cd9a559edfccdc89447cbd0f4592a80cbe315cd73bc3737b4ada6285f0df1b39eb53910821 SHA512 f7bc06bce651f20da437c72a41d5cab18247d4930d59b15faf294b8a4946ef1a6cf750f7603cbd1466b9dcd8e79bb00b28e37f4085435e226315a5114845e2ba
|
||||
DIST gcal-sync-0.9.0.tar.gz 12854 BLAKE2B 0e0f39f37b91de10512a6280ecb250e987e60455d4b1700a4246dabe8963ded6a06e8596b06b6e5a8155bd848fc2c459080afb224179d8c622e0c16394a31598 SHA512 c0d2c7beabe6e0a288952fd8bb7ab605f52cfe6090eec47d4d890076733d0b9864addcc7eb0c09c0c06d0dfeb2510a5562f7cbf26e45503f9af68466b8fc25a5
|
||||
EBUILD gcal-sync-0.7.1.ebuild 866 BLAKE2B 4fc38ecdd253feadedae7dea8d182f6dc3b836d2f9d7f8e5aa9dff97b0324234cdb6779baa41993f68700ea76b84479e669a17e5747ba8d3746da23e260dcaab SHA512 3978eea20762f7f9c6cee6b38de4315f9e76656fa5e951d8ccbc863c2999bababd3e4c4d154f2f19a57a123fd6a1c1853c511eb99644f0e67dfcec5669d81f87
|
||||
EBUILD gcal-sync-0.9.0.ebuild 893 BLAKE2B e20c92240349a9a5715385b889796163f347638caabd99a0b3dab1e96e226d59c8f6d9934ad5451f393d3afb4c649717288c045b18ffd10e00743f009455a68d SHA512 bc7c1bfa9f8f9bc5cbcce4f5ae0be3ed78b050059a413c286bd1f942eb0abf645d80ce1ade34138a5e062858c438c4003afc62c8e0c0c8aadd3658d0c28e8bc1
|
||||
MISC metadata.xml 456 BLAKE2B 97548d03bdc6f85564c422b931e9aa866b294452099d7bf28033c1f585ffb4b2f07dacd2dd6a988a43b0f4420fd788c512a356115b57610f32ee08bcef18b5fb SHA512 70b0aaee2afd83ebc03237fcf868d3f80e2da6b828dda8ecdb2288dad8bce3b97d58d048dfcef6fe62a56bba2f959e5ce2985fb89d4b9cc7419e122aaeee9f4f
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@@ -33,4 +33,4 @@ python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
PATCHES=( "${FILESDIR}/gcal-sync-0.6.2-no_tests.patch" )
|
||||
distutils_enable_tests pytest
|
||||
3
dev-python/geocachingapi/Manifest
Normal file
3
dev-python/geocachingapi/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST geocachingapi-0.2.1.tar.gz 7760 BLAKE2B 4820ba79fd4bddfe45d50e177bcb648278fcf7a2729446a40ee2bc9610edb4cd9bdefccae91eecfa35a578ff8ed5d1706cd1bca923d08071d02d0e3833d4f111 SHA512 3c1f34289d411ba46a78cf3392bbd883d82fc5ab47fa155ef4923bd7ff67030160deb087f29d3ff9c15c12698be173b81c18ee898f4686636a81d7e7b118fc89
|
||||
EBUILD geocachingapi-0.2.1.ebuild 899 BLAKE2B e5fa6d8e53697b4603201443b0f9e7967a7e1df2c8fded00125b49ea98538150e0cd5585004a49c607f8f3e670ffb3153727245d56ba61ceb69d27ae874f267d SHA512 151040f95e51f5e41c0f2f000eea8e98d22150efa5dc7d954779865a37856119312de4e0891c0ff3abaf8c0ecc366d81bec0de040dfef9557e140a20f83bf302
|
||||
MISC metadata.xml 463 BLAKE2B 5f52ffbe70e05161fae271ebae7504f96df623f31ffa3265450356040e5136c8a1ab9b2986ea283edcd1a743fe4f156ccb01ac14ad4a0cb6bedc61ab713979d4 SHA512 8aa7c76fc56ee87925970c541ec9e655263cf926a0b4384ed351384572b5dc11d2ab9ec1dbb2b94bb51c63bec007e54049571e4e546b89e0c51da4f8c5d2bffb
|
||||
37
dev-python/geocachingapi/geocachingapi-0.2.1.ebuild
Normal file
37
dev-python/geocachingapi/geocachingapi-0.2.1.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..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python client for controlling the Geocaching API"
|
||||
HOMEPAGE="https://github.com/Sholofly/geocachingapi-python https://pypi.org/project/geocachingapi/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/backoff-1.9.0[${PYTHON_USEDEP}]
|
||||
dev-python/yarl[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -6,10 +6,10 @@
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pysnmp-pyasn1-modules</remote-id>
|
||||
<remote-id type="pypi">geocachingapi</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>rfaircloth@splunk.com</email>
|
||||
<name>rfaircloth-splunk</name>
|
||||
<email>r.offereins@gmail.com</email>
|
||||
<name>Rudolf Offereins</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,3 +1,3 @@
|
||||
DIST goodwe-0.2.15.tar.gz 36311 BLAKE2B cd115eeba126d16b99be82211a097ce130b898dd2c27ed2acbf2331316459418ae3ee2f2d555057ef098a6da80fb75a92f334b6c778c6ddbb72faa64a37517bd SHA512 daf638037664b2c39f914124ac937a7de321408c90406bb613abd0eae64038000eeadb26f6b20b20cd11c415ddd1b048e09bf1a0491ce2f943983491e7c98632
|
||||
EBUILD goodwe-0.2.15.ebuild 922 BLAKE2B 24997c1b1097a91a20c0e306c91cdb15381a7a252f8da1e9f6f0dde7fc9a07e90b25a09aadd20b03d29b61d2d1628505de469e1bdc4354931ff8f00ce2803d30 SHA512 32d5ecd21ffd6a88914d2c8727706e117ed12b13076834d73962cd35049ce17e6ed2aa03936751a3482cc0d931a7a3b6d77f3d3ecfbb002a5efb83f4b79cccb2
|
||||
EBUILD goodwe-0.2.15-r1.ebuild 945 BLAKE2B 41908aa36c9203442bc7b79b2d3e1900d5193252990d244291c02805f1dec3d91857cece109b6941f449e3ac3a7718237d6876b7fc39492377edcec1b283df36 SHA512 859f8479a1a8013bc8cb580bb317b68f1a886c1549d002a2a86cf143c1ad6b739014af138b74c6f337630a0f289c83d15783a32ae5c2e7822363c7afa6a3226d
|
||||
MISC metadata.xml 477 BLAKE2B 7602bcdbf97e770c87f05ad6bcf1a45b282e9af87f6c1f0b5af5c1902c4e20ad762bc03acf879bfeb2e3c4f09c3fe22b7f5d307c08e6a395e9c11481029a948a SHA512 474a68f22305033f61e9e8cdcd9b7423834b3c1bf510ad99ec8d0893f9451624481a5a944d2090f1d9ff7f1d93ad7f1568443398dcbfc4248b63cadfe177b0db
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -39,3 +39,5 @@ src_prepare() {
|
||||
echo "exclude = tests*" >> setup.cfg || die
|
||||
default
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,3 +1,5 @@
|
||||
DIST grpcio-status-1.45.0.tar.gz 8625 BLAKE2B 82fd07405a5636c396f45aee780b981eaa8a9cf83f6d76ccb150c3bf8d9e1e62c1946d40d962087292d3a61d3b1f4107fecc7abb3a109fbfad0a92876a0c833b SHA512 c21497187dc2d4b2cc37ab946be0526114acc9acf066ed6074dada595c94f61289f8e9dac982b95b49388cc5c676b382fdb0151df478b65b0942f8c6b4e390a7
|
||||
DIST grpcio-status-1.46.1.tar.gz 8670 BLAKE2B 4f65179d07085eae057bc8c53a5803ddb7f47d0c9cb814314e033432aea7306706555b2bc4d743b04805dedbc6fedaa4c75b5d294593f80e3c61c87de4e21088 SHA512 a8c6ace51d209c915c0de2f32fbdcd5215d46bb830a39aeacd1bd36beb6419fd78a79f4ba164f3acd9049a1d20cdb9bd8d8b314838c8e47947a8d401a1bd73e8
|
||||
EBUILD grpcio-status-1.45.0.ebuild 769 BLAKE2B 94e5fc440a59cf148ad86edd2d0dc3b130600503f12c53271dfa08a117045be9b49a6bb80e59c218b32d83e3d35415b9b8a9e35dd3af37217bdc48541764e162 SHA512 be595ed6143fa7a0c5008c262e3200c4f95de7619e6102e81586ebf2d6c0ad3e571ba9ef749db0e71f41a774362f9fc56da2478ab61994c3a5329304f7c5d9b6
|
||||
EBUILD grpcio-status-1.46.1.ebuild 765 BLAKE2B 453c2e45fb19299a2002eab5a2e073f4764a1c6dddde13ced451c021938241c90d9b87ee1ceba308e8343a5a15dfc3848b044615383b9593b4821e2cd8cad3f0 SHA512 772248f3c36b3c7dea445c821485a0f55aab9436cda2a489c273052dd13927e63b0af5ccf36fecb11ca3dbf2dc03ea2819a128878193c3990bca5f1d944621c1
|
||||
MISC metadata.xml 466 BLAKE2B 2dea51ed840c7921d330cfc0513710d6ef2c0b2088c5e4dce4c60f0ee90a666e49e07b4736c8745ecdb5f090fe4c06e2115ca9a842834591b01326b23a649480 SHA512 48903796b3558afe4d1ba20f46c1f4f86b25693a57169ada1de56e89af460c31d10ef737ee0c1a267147783113d73d5de9ce7f3736d30cc6f101c4caa2940c4e
|
||||
|
||||
35
dev-python/grpcio-status/grpcio-status-1.46.1.ebuild
Normal file
35
dev-python/grpcio-status/grpcio-status-1.46.1.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Status proto mapping for gRPC"
|
||||
HOMEPAGE="https://grpc.io https://pypi.org/project/grpcio-status/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
#DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/six-1.10[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -2,6 +2,8 @@ AUX 1.37.1-cc-flag-test-fix.patch 1053 BLAKE2B c2f6b0a506fc2d074e656db3081447b3a
|
||||
AUX setup.py-respect-cc.patch 1152 BLAKE2B bc939dd5f28039c8d2a7c5ac40eaff2437c0cff1ed7859b150cc5865fa59be3410338d4507f1f0cc4ed1e36f8ba338840aeac3de847b43dba1e4a3fd91b345dc SHA512 93ebcffb27c0c30e282d45094cf21f9852a46055122aac37d8f6bdab8ff42410ed234a0c9bb661c05057d41a7c3291bf868275ef57a5e7c8ef3ad1de4ea074e2
|
||||
DIST grpcio-1.44.0.tar.gz 21446924 BLAKE2B a4617367e1d00ff35deb293874400de03cbf7ed4435b3d922bca25e5514b670c82a06acb0c98215cbf3240b6a6499633edcc889c39ac2770d2a1b10506d8e33b SHA512 f883ba429d364408274a7df638d5436e4b607626aba454a3e6c3104b43a103f6b1c391b8c1f870349b326124489a2f4d5615463262e26ec70d904c4e0402d6d3
|
||||
DIST grpcio-1.45.0.tar.gz 21625995 BLAKE2B 0ec36acb24cdfd979df8d413223733b1c37ea5cadb8c1709ac3d8bc1f2fc6de7993d296e7e316c9914519ced725b49c3cdaebb6c19925d9fd7f1149368b8c1d4 SHA512 29eec1fe5353498fc202a5db8350f8201c2467491c37d23df24a4902c4865016ca8e4aeee48ee1f3771d2f123f3b4874f81934f4686aed0061055d11c6c14467
|
||||
DIST grpcio-1.46.1.tar.gz 21842101 BLAKE2B de2a3d397a15a7c4d1a55db790e78b7ed75768cea29e84a33f7ccf97f5055dd27bd3518fcb67e3d39972cdeddc149580b31bdda0f3d7f190e63020b03481baeb SHA512 ad3c1a5ffce82e0183794bd28f2a41a3b4283017c73940b06a2197c8543132ef96c9c96f62e45f112a25e810626bfa6247a0416fc4e20416990179a7c10ea92b
|
||||
EBUILD grpcio-1.44.0.ebuild 1301 BLAKE2B d1c72b5302a48d29e95e6779432ed13773cf9a2f2555f84e82fe6e96cd31a849d36c37140211d578ae79a11deb449b6b0d458a57f141fc91a57876b3ed2a4831 SHA512 bb4f6c83e3d1a962153f940e06bf53c6783f9845d3d56eac958751c83abab9533c08645dbc2c0f3006b63e52d0545115bad7e71ba3ae117426bf9086c83a6e27
|
||||
EBUILD grpcio-1.45.0.ebuild 1301 BLAKE2B d1c72b5302a48d29e95e6779432ed13773cf9a2f2555f84e82fe6e96cd31a849d36c37140211d578ae79a11deb449b6b0d458a57f141fc91a57876b3ed2a4831 SHA512 bb4f6c83e3d1a962153f940e06bf53c6783f9845d3d56eac958751c83abab9533c08645dbc2c0f3006b63e52d0545115bad7e71ba3ae117426bf9086c83a6e27
|
||||
EBUILD grpcio-1.46.1.ebuild 1301 BLAKE2B d1c72b5302a48d29e95e6779432ed13773cf9a2f2555f84e82fe6e96cd31a849d36c37140211d578ae79a11deb449b6b0d458a57f141fc91a57876b3ed2a4831 SHA512 bb4f6c83e3d1a962153f940e06bf53c6783f9845d3d56eac958751c83abab9533c08645dbc2c0f3006b63e52d0545115bad7e71ba3ae117426bf9086c83a6e27
|
||||
MISC metadata.xml 459 BLAKE2B 2e6951c9a3d03ad5f1adf5585f18d918eff98b9a7bf93732bb8696fcd4a289a3f95b018f0686a65e454e1ceca763e47052d7b12204ab352b36137c394b43d8dc SHA512 2cb333c14fca4563ef4461d42f1f3d42343907efb8bf2893722bf7355e0828c101a7391f242f2df0160355c7cd890497643308dbd2275d3069d98f8b15653bf2
|
||||
|
||||
48
dev-python/grpcio/grpcio-1.46.1.ebuild
Normal file
48
dev-python/grpcio/grpcio-1.46.1.ebuild
Normal file
@@ -0,0 +1,48 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1 multiprocessing prefix
|
||||
|
||||
DESCRIPTION="High-performance RPC framework (python libraries)"
|
||||
HOMEPAGE="https://grpc.io"
|
||||
SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/openssl-1.1.1:0=[-bindist(-)]
|
||||
>=dev-libs/re2-0.2021.11.01:=
|
||||
>=dev-python/cython-0.28.3[${PYTHON_USEDEP}]
|
||||
dev-python/protobuf-python[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
net-dns/c-ares:=
|
||||
sys-libs/zlib:=
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/1.37.1-cc-flag-test-fix.patch" )
|
||||
|
||||
python_prepare_all() {
|
||||
distutils-r1_python_prepare_all
|
||||
hprefixify setup.py
|
||||
}
|
||||
|
||||
python_configure_all() {
|
||||
# os.environ.get('GRPC_BUILD_WITH_BORING_SSL_ASM', True)
|
||||
export GRPC_BUILD_WITH_BORING_SSL_ASM=
|
||||
export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY=1
|
||||
export GRPC_PYTHON_BUILD_SYSTEM_CARES=1
|
||||
export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1
|
||||
export GRPC_PYTHON_BUILD_WITH_SYSTEM_RE2=1
|
||||
export GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1
|
||||
export GRPC_PYTHON_BUILD_WITH_CYTHON=1
|
||||
GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS="$(makeopts_jobs)"
|
||||
export GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS
|
||||
}
|
||||
@@ -1,15 +1,9 @@
|
||||
DIST home-assistant-frontend-20220301.0.tar.xz 21054720 BLAKE2B 08b6b63259d4256265bc85a6d0f015dc0f818f0d9fd1ba381df7d9c06af217786dcd14c9c42dcdacd07a932f39bb5272a34822393bda2311f873f3c90d633648 SHA512 6e3bb5ccbc6c75c64bafce8878360ffd4e496a3126562e07c328c412eb2e9379f51ac333f5403f706cb1ba56d2f2b369c8df9a8246644325b82c4e4a6608ebbf
|
||||
DIST home-assistant-frontend-20220301.2.tar.xz 20994396 BLAKE2B dc4d1697e5572853a6c0d081dfb79ca8d55ad28f0c6a3c31c3d1f397f454e6b8d796a7c207f9474c4aed531fb43a841ce9cb46fe80e8b8a41ba4d9c29032f1c7 SHA512 93bc431dd281e8a8cc17191b1fd40d11f67b3675309a80df19cda904e98619f42eba0e3a3042a0d1629ce344452983f38911f52aec8721e76e23666e928276ed
|
||||
DIST home-assistant-frontend-20220405.0.tar.xz 22023740 BLAKE2B 3c22a7c219afc6e73798a09c7e2879bf0b70485e1ed40bce8819d95bfc5987efa93a46c55a5afeaea6c0aa23952e15c6b8203c53f9b56a501dafe7c7fc2f5ce4 SHA512 1bca4aa3e749cb20cec6473b83255eb29bee2719fac41118bb24222f3e2b764c803a245dc72e2644efdf2e94c6d267482b91083a78b791538bd6f82652c55e71
|
||||
DIST home-assistant-frontend-20220427.0.tar.xz 22740268 BLAKE2B 4e108254f8715b7d78ca78426843baa428f9e95688307506c4dd67a7e8f90325845e1efb610d2ce164294f18fce1d8573a9b7975e3566de42468d2eadab45e25 SHA512 cc6edc71263a02cd8380c5a9b4d78b458b050fdd4d382ec16c56674a4bc7f39da4c5f2b0e0a1529b193cf5235403a5d8b2829a113d4783aa1be474d3ade09ea9
|
||||
DIST home-assistant-frontend-20220429.0.tar.xz 22830204 BLAKE2B 287319786f4692f27600161c77086776596943d774bce6082b8b1e3654367719ff39ad8df0ffe1f1b5dc89cc317e6d558e089dc2a9791db0fa93de743fcb586f SHA512 715aef976fe2cadd344eec021430e27f34e1d43a0b38eae010ad664c08c45812c87eb3c35231844262891e651a60497855d83ac323a560132e1b85e7269265f2
|
||||
DIST home-assistant-frontend-20220504.0.tar.xz 22805128 BLAKE2B 181631328e48e42fd4291188302281e3a0e7c027989fbf04277f9c6daa5957440ed5af0facab86b84e95e88da4106515101eac6648a2e8a7fcfbafad1c32da13 SHA512 a1d033f01649397b054484ab7d591da80f0c8910e1e2c599fbced496869aab7dc30ea72653b0e18bf388e45fd544c837ec48fa38793ab13efbcaa9d2f3de5e6a
|
||||
DIST home-assistant-frontend-20220504.1.tar.xz 22833476 BLAKE2B 019392baae0ab4a2a878e5642c409b531e869cbcc8d25bc5d1e0802cd42e04785669f16237023e497624eb78d94c45981eb97b6af45ac6ba7035a6d9c8c38d00 SHA512 3c9c702371e37abcea77d60b79acf0a6ebfdf477e87a184080c7339e92e2a36aac3b8a941574fa8968ba3885d0153c611a0268d2efac607971359020764bf2d3
|
||||
EBUILD home-assistant-frontend-20220301.0.ebuild 766 BLAKE2B 7011692e2a43fc783617b4cef168963f4a44081d1f7db630eadbaad3646bda69e0e54a907c6f22aedcb653d2bca931015f7491d759d1e4579eab351a6b898bc9 SHA512 4bfb4aa5c1ea65138100775f21c416ce333cbbecd444e4b36c71e1f139a48ab1490c50b107af1c5ad6186bbe51268917df22c276445a3e4a14b97e0a2a3055ce
|
||||
EBUILD home-assistant-frontend-20220301.2.ebuild 766 BLAKE2B 7011692e2a43fc783617b4cef168963f4a44081d1f7db630eadbaad3646bda69e0e54a907c6f22aedcb653d2bca931015f7491d759d1e4579eab351a6b898bc9 SHA512 4bfb4aa5c1ea65138100775f21c416ce333cbbecd444e4b36c71e1f139a48ab1490c50b107af1c5ad6186bbe51268917df22c276445a3e4a14b97e0a2a3055ce
|
||||
EBUILD home-assistant-frontend-20220405.0.ebuild 806 BLAKE2B ec7f38ae0cffd1898f5ce5cd9485b207945c5274a4c59ba8fa2493ec1ebe8d4438bbc000d3c85c391b3e27585170eebf45714093e0da6f02e7d19b967310d7e7 SHA512 6fca5ca74b2093f4b0a0ddd8e56047e967e118d8d02a118b97d1054283a0a1a3edfdcddac35993d5edcc3585ec9332fe529c7859a1b6d5e9f4b795a954329db8
|
||||
EBUILD home-assistant-frontend-20220427.0.ebuild 806 BLAKE2B ec7f38ae0cffd1898f5ce5cd9485b207945c5274a4c59ba8fa2493ec1ebe8d4438bbc000d3c85c391b3e27585170eebf45714093e0da6f02e7d19b967310d7e7 SHA512 6fca5ca74b2093f4b0a0ddd8e56047e967e118d8d02a118b97d1054283a0a1a3edfdcddac35993d5edcc3585ec9332fe529c7859a1b6d5e9f4b795a954329db8
|
||||
EBUILD home-assistant-frontend-20220429.0.ebuild 806 BLAKE2B ec7f38ae0cffd1898f5ce5cd9485b207945c5274a4c59ba8fa2493ec1ebe8d4438bbc000d3c85c391b3e27585170eebf45714093e0da6f02e7d19b967310d7e7 SHA512 6fca5ca74b2093f4b0a0ddd8e56047e967e118d8d02a118b97d1054283a0a1a3edfdcddac35993d5edcc3585ec9332fe529c7859a1b6d5e9f4b795a954329db8
|
||||
EBUILD home-assistant-frontend-20220504.0.ebuild 806 BLAKE2B ec7f38ae0cffd1898f5ce5cd9485b207945c5274a4c59ba8fa2493ec1ebe8d4438bbc000d3c85c391b3e27585170eebf45714093e0da6f02e7d19b967310d7e7 SHA512 6fca5ca74b2093f4b0a0ddd8e56047e967e118d8d02a118b97d1054283a0a1a3edfdcddac35993d5edcc3585ec9332fe529c7859a1b6d5e9f4b795a954329db8
|
||||
EBUILD home-assistant-frontend-20220504.1.ebuild 806 BLAKE2B ec7f38ae0cffd1898f5ce5cd9485b207945c5274a4c59ba8fa2493ec1ebe8d4438bbc000d3c85c391b3e27585170eebf45714093e0da6f02e7d19b967310d7e7 SHA512 6fca5ca74b2093f4b0a0ddd8e56047e967e118d8d02a118b97d1054283a0a1a3edfdcddac35993d5edcc3585ec9332fe529c7859a1b6d5e9f4b795a954329db8
|
||||
DIST home-assistant-frontend-20220531.0.tar.xz 22681632 BLAKE2B 08cd77f92a03d27a52e24b227736b88225e00c40287d688c5bffd15d6f7813f160384f53f3f35acdda3fb10a6ef7645b90777a3240d8309661d01b835de2ce77 SHA512 379baf50e9924b3adc099b05fbfd3dafb73cd906d65d113f3ffe23f6119acfac3e6cd8575853c5cafe058acab4cce0e0f85c5c2169be5add43e44681c26699c2
|
||||
DIST home-assistant-frontend-20220601.0.tar.xz 22672508 BLAKE2B 3586c124dd0b015aa45441719f643a218397dd958beed9e660b0f610c1288a424d4a9a5ffb959f31cae2243de21c1e80d87d8d23c23ecc5449c4f181f7271837 SHA512 dab1c09dd8138f3ac86c1bc6a98cdbb042b126cdf81291c24ff1cecfd15dbf3ddb039a849cbb601dad8547ec8dfe8473ba5469153a986f697f63ecdba77ec5cd
|
||||
EBUILD home-assistant-frontend-20220405.0-r1.ebuild 798 BLAKE2B addbf9388f913e4c449ab651989307371b7e1d7eadb9b227ac9839c56f62b833abcf54b31840d7cf96585738ce465948d204a4ad831735f81bc49079c2c35fd5 SHA512 5737377b49c4ffce2227e9f49393ed8e1bb2f7333dc5fef657b522ccbb5fab48904cae29c697551fd6b688384fa5db0cd2f0438153301d53ebf3c9b42cf7db07
|
||||
EBUILD home-assistant-frontend-20220504.1-r1.ebuild 798 BLAKE2B addbf9388f913e4c449ab651989307371b7e1d7eadb9b227ac9839c56f62b833abcf54b31840d7cf96585738ce465948d204a4ad831735f81bc49079c2c35fd5 SHA512 5737377b49c4ffce2227e9f49393ed8e1bb2f7333dc5fef657b522ccbb5fab48904cae29c697551fd6b688384fa5db0cd2f0438153301d53ebf3c9b42cf7db07
|
||||
EBUILD home-assistant-frontend-20220531.0.ebuild 798 BLAKE2B addbf9388f913e4c449ab651989307371b7e1d7eadb9b227ac9839c56f62b833abcf54b31840d7cf96585738ce465948d204a4ad831735f81bc49079c2c35fd5 SHA512 5737377b49c4ffce2227e9f49393ed8e1bb2f7333dc5fef657b522ccbb5fab48904cae29c697551fd6b688384fa5db0cd2f0438153301d53ebf3c9b42cf7db07
|
||||
EBUILD home-assistant-frontend-20220601.0.ebuild 798 BLAKE2B addbf9388f913e4c449ab651989307371b7e1d7eadb9b227ac9839c56f62b833abcf54b31840d7cf96585738ce465948d204a4ad831735f81bc49079c2c35fd5 SHA512 5737377b49c4ffce2227e9f49393ed8e1bb2f7333dc5fef657b522ccbb5fab48904cae29c697551fd6b688384fa5db0cd2f0438153301d53ebf3c9b42cf7db07
|
||||
MISC metadata.xml 485 BLAKE2B db31a294d5ca2f4824e6ab06aaf266b0182e1c9b49d5aeafd299fd408fc5a96d0db3ac4d72732291b0c7f74480dab6cd4febcbeced136372db499d67eb46edac SHA512 c5a5ddd828915cd14975e480b2c6c9aa599aeb32ee6d7bfef4995450fa8b6d4cdc4b281c34c4cc34d4b15f8443c1d780bf72b5f5443edbcd50054fa434f367e5
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
|
||||
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 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="~dev-python/user-agents-2.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
|
||||
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 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="~dev-python/user-agents-2.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -4,6 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
|
||||
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 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="~dev-python/user-agents-2.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
DIST huawei-lte-api-1.4.17.tar.gz 24429 BLAKE2B 3b07e5812e9e6d4429da7d55d1eba7aae52b59135e5ce7df207dfdc91753eaa4c6ac25ed6ee23c62e358fc0e6589d596269c377ebd0e8b4a6bb60b81f2cf22a7 SHA512 296ff7c7ff6cb7fd261f6f32818c31a3e4c54343ddbd75b31de9d7bda35beef0f121ad884f599c8a0c07f7fc48aacd414168b2d5558790f80c3ee102afb63c85
|
||||
DIST huawei-lte-api-1.4.18.tar.gz 24821 BLAKE2B 06186303d6c17b31e035d176f7e58796447058cc8f0d2706c7a8536fb713cb360f26eb6fb08e6cf15d68638970ff8c7a546904c72041dd2dea3ab4ff4651d4f0 SHA512 51055f7126f89b48e114d3d30dffb553e0a095d42f68f9408c9bb22f29fca8bb92d904e076b5af272f0a26d56ed98ec96c6cbe5329dbe8942fc48935de82534a
|
||||
EBUILD huawei-lte-api-1.4.17.ebuild 830 BLAKE2B ee6fb6c95dc7ea3bb0c6314dbe8b5d74326ba9d54be220f1132c785f1f64ca4c427958d354b61465d1fe0e494c8010b02a807188a17aa6175651035975f386ce SHA512 10dba4cf7b0a88c9338cd4708230ffde4846939d04a364250a05d6230795d0ce36b361fa8752771019a396973c6e1bab6788bbd1bd286638c3429f5f82939620
|
||||
EBUILD huawei-lte-api-1.4.18.ebuild 890 BLAKE2B befb8f00ac2c28c181d912311b7b5cd25574585a6ee17b5bc6c1b69761ab886a60e316f36f9b84202f0149313bc5591c88775bc846268f4b4c8fabb64202f07b SHA512 75a3b92234d310cc77b0abed62cc5e2ab26cc54951e06163d8d942a6cde80c0657d950e12941b7e1e5bda0a246f849169de9fded22f5537a713003c111b0d6e3
|
||||
DIST huawei-lte-api-1.6.0.tar.gz 27430 BLAKE2B 09fdf793429d34332ab1250c0c4034fa354a4512cae9f6623bfda7e23d89b43667082fa246e72856cfded48e890038889727c7316ae873dc48d3b090c5d36d32 SHA512 058dcdf042d49f5af83a04023ea9950ed4935e3791541a2cada0ce75044a178d735433ef0bc599c5d5bf88e13d8d9c2cc6d6f2fdc8c6e64a88982764ff37b6fe
|
||||
EBUILD huawei-lte-api-1.4.18.ebuild 888 BLAKE2B 2c86154cb187c892d24607d88d112a995eb8af9ab662371d2c9509615ff1f63182e6c649281e81d9929a29f9795fc10eb1751ceedddcefe167ae67626f7d857b SHA512 819bd1f8abdeb825876851272dd645453dcd65a0de3c2c35e2831a8a0ed29933c90fc2aa2216b53adc99b1d3ef4ab3aa995cc85b76037ee26bd0520afae2dbdf
|
||||
EBUILD huawei-lte-api-1.6.0.ebuild 919 BLAKE2B 3e8f026ba22473661f34d702db5b34d8cb2088cdf6835ff761a12187561c2e11384135df1e96408b574e59bf6c2405d0f581e7e4efa9be23f64bab04af6500a8 SHA512 9ef9b9b12d9f9ad3be444e0e66eb8b88f8f4aa0fd93e69b028d09de5509f129a9c143fa64a2b866034cc3ff348fae5cedfe95ed6605755da97f07caee2844270
|
||||
MISC metadata.xml 466 BLAKE2B 72fe413cddf0acc7feec6ad76b0bef4cb5b4c0a3329ffb34fb861b4fb866930fb775b93abc96efc03e9811a56e6d77d0e6408d9314ab41f72aaae9c9e33a7915 SHA512 d80a3f70f895cfec14e0c43c51e7980b84defa31b514705d0cfdd081d8060d0d555f590284800784fd1a57060fa7923b9c70719ccbdbb5c2f5d74a74249d66fd
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
@@ -13,21 +13,26 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/dicttoxml[${PYTHON_USEDEP}]
|
||||
dev-python/pycryptodomex[${PYTHON_USEDEP}]
|
||||
dev-python/xmltodict[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
5
dev-python/intel-amt/Manifest
Normal file
5
dev-python/intel-amt/Manifest
Normal file
@@ -0,0 +1,5 @@
|
||||
DIST intel-amt-0.8.0.tar.gz 22752 BLAKE2B a3c5dd0b1b732b4acc414306681175c09b7f38abb471df5e71b54569fed3f44cfb6850c1ad5803c6bd6affad64183112a4970d2a4be3d0b00b803f326ddf1dee SHA512 70e5ba1ba6f955f201fe8e374d11120e47bba1d855881ada494d2836eb63718c327f14dba0f5e4c2bc43b79b819af9c45fc143464575dee4aafaf0d02653a6df
|
||||
DIST intel-amt-0.9.0.zip 42795 BLAKE2B e43d922d180d43c9a31f8a476d417cdede488cca2a3f66e41482a42d7a3f3f5dc5e5c5b7ace9de8eee44c47d6c57f3582e785499701082bc077f6693cd8e069a SHA512 4c590c4f202e6293d1a4a39e5a101a5847c67ced99b1f83d9a377dcd12f9c6490a5a3a619d8ccfad8393ec0328fc2f5bf9a9403f24884464337a7994abf69202
|
||||
EBUILD intel-amt-0.8.0.ebuild 879 BLAKE2B 57a4fc2d710d4a5ccae8b7204f039f4394c863cdfaf1f6e3c6e723637637444c44ff6aec46a057987072fefca87f5ca325b5822dcdb32f7b0f8b5d71046a76ad SHA512 81746bea3ba9ad568333562894116f708246c01f7af666e7ac336565f113a422f383f0bacbf33347ddd0c98f91d0fe67cbc11060cd053c9f0c28a137cc0b3415
|
||||
EBUILD intel-amt-0.9.0.ebuild 963 BLAKE2B 154edf046079f44d09fe2e6a7b8a12cb145d01361cd008f24c58d7c1daa990ecd36c6fdb3e70bfb559d591557966e9c7d11b500e6897b5c5ccea51dbc2e1dc51 SHA512 661f18dcf46e73d876de6734e61992c5a8fa2a36f9aa5bc94acb9691f18da3ff07cc3cd8317062cecba703f5116e0e3b6478068835f4e152f7cf687f33313614
|
||||
MISC metadata.xml 408 BLAKE2B 15904c0349544234123d730cb1380a7f9a783cb4c25491bacdb8f83966877a62e814595f2ce652eb0218b03ab96d81ee9e1cab1e0dc55b51e76852383527ff4a SHA512 d174f13b83822e01f7f2f39853ea9a852eda7018b32f02729391f921e68eeeaf082fe9b3129babee3085d3e7019a9ca0a119a8385ffabeec485e7b4ae110c7ee
|
||||
38
dev-python/intel-amt/intel-amt-0.8.0.ebuild
Normal file
38
dev-python/intel-amt/intel-amt-0.8.0.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Tools for interacting with Intel's AMT"
|
||||
HOMEPAGE="https://github.com/nomis/intel-amt/"
|
||||
SRC_URI="https://github.com/nomis/intel-amt/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/appdirs[${PYTHON_USEDEP}]
|
||||
dev-python/pem[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
41
dev-python/intel-amt/intel-amt-0.9.0.ebuild
Normal file
41
dev-python/intel-amt/intel-amt-0.9.0.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..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Tools for interacting with Intel's AMT"
|
||||
HOMEPAGE="https://github.com/nomis/intel-amt/"
|
||||
COMMIT="b33b6e98e51e8af3ae23f883dc7266ed588ad324"
|
||||
SRC_URI="https://github.com/nomis/intel-amt/archive/${COMMIT}.zip -> ${P}.zip"
|
||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/appdirs[${PYTHON_USEDEP}]
|
||||
dev-python/pem[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
app-arch/unzip
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
14
dev-python/intel-amt/metadata.xml
Normal file
14
dev-python/intel-amt/metadata.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">amt</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<name>Simon Arlott</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,3 +1,5 @@
|
||||
DIST jinja-3.1.0.tar.gz 271851 BLAKE2B de55a518aa63e3c6ca88bd107709172f73fcb9419c75254b2c23c531b598af7860a303e7da6e61f03cf18edf6935c92f5c12c8b91a7f4eb955c64f472a506b02 SHA512 1bd75c752f8e1c45f05f881598c257a6a357658892307e1352dd4752f45ede9b23f0ce3c16909e1885243199c2b845357c3ea33af8d6848fe346c29eeaf22b60
|
||||
DIST jinja-3.1.1.tar.gz 272001 BLAKE2B 4787ee89d7e10cea24d3bf2810e391d5c17c00ffee8fd2f9244a9e24b219bc126e4111cc6b788107cbc07dd96732a2d1fc51dd87506545dc8beb7fdce5cd89b1 SHA512 285b3a2e09fbf891ce1d18e2692e400a9fe9d8968a36be50229972d9bdbb590bbea099cd26443de0fbe5ed7a2c6419eb211bfdac15c27a61b8db903e88855478
|
||||
EBUILD jinja-3.1.0.ebuild 1299 BLAKE2B a62b5f7f4749e0d81264df1a21853884b6182f4ecbb2fc927c9de1773807fff4b634e0f2b9ffabe5f193ad8ef2b1af04c53d211afb2afb02b2e9a54d0bca1efb SHA512 bb9fdca49feddd19b6e3977718bf38403a122bb96d1f785a20b69a23c93d97164a73b99ad069ab06a2353ef42e108dd97e550e80823505091273eafb43f78456
|
||||
EBUILD jinja-3.1.1.ebuild 1291 BLAKE2B feb44af59f727da6800a96860cc0efe1a11afd70476f0b70c631b73a77da6e0dd7e0c5b66d349e26cae8f398c809f98099ff8d159445940836a0cf8c80e9c5c6 SHA512 5d1dcc9935461e4eaf55517c809b56be769e6cde95093b3cad2e6ad8dcbc21d9dcde84b72aba67b4ea0a1371fbe020c1b483a538f46bb0fc3a9d78fc1f1ca72f
|
||||
MISC metadata.xml 459 BLAKE2B 9f39d32ddc5c4f4244168dc33e7a824710edb50f125c8ecc273ea3d2095df8a3053c6cdbfe57bec5a94e593420948844fb293d9d9b1667ce56b8e3fc7884b11e SHA512 9615b934055753d0b8afff2d304101cc508a05948af9495e6c362c4c158cf5a54becd38754d5282d7de26496acb705a23e96b6b5da63dab438a937bd1cfa3ca2
|
||||
|
||||
52
dev-python/jinja/jinja-3.1.1.ebuild
Normal file
52
dev-python/jinja/jinja-3.1.1.ebuild
Normal file
@@ -0,0 +1,52 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..10} pypy3 )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A full-featured template engine for Python"
|
||||
HOMEPAGE="https://jinja.palletsprojects.com/ https://pypi.org/project/Jinja2/"
|
||||
SRC_URI="https://github.com/pallets/jinja/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
|
||||
IUSE="examples"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/markupsafe-2.0.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
distutils_enable_sphinx docs \
|
||||
dev-python/sphinx-issues \
|
||||
dev-python/pallets-sphinx-themes
|
||||
distutils_enable_tests pytest
|
||||
|
||||
# XXX: handle Babel better?
|
||||
|
||||
src_prepare() {
|
||||
# avoid unnecessary dep on extra sphinxcontrib modules
|
||||
sed -i '/sphinxcontrib.log_cabinet/ d' docs/conf.py || die
|
||||
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
if use examples ; then
|
||||
docinto examples
|
||||
dodoc -r examples/.
|
||||
fi
|
||||
|
||||
distutils-r1_python_install_all
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if ! has_version dev-python/Babel; then
|
||||
elog "For i18n support, please emerge dev-python/Babel."
|
||||
fi
|
||||
}
|
||||
5
dev-python/laundrify-aio/Manifest
Normal file
5
dev-python/laundrify-aio/Manifest
Normal file
@@ -0,0 +1,5 @@
|
||||
DIST laundrify-aio-1.1.1.tar.gz 3744 BLAKE2B b3dac485c49e6fb23614d48defb5c7ce12b48332def6fb64a7dc0f4a4f897a34eed7c1e956bd3b610ebf8a1e6e5d9a851508c39ecf353d2c231e8f125b330fca SHA512 65d235a7d20cbde736fe8f0c346f01b0a4f3dadfa63e28300fdf26bbe3e3d220e0cb2efebd9910e6a4b1e9ababb9148e40d726dd7578d97a293363c2d20de79f
|
||||
DIST laundrify-aio-1.1.2.tar.gz 3754 BLAKE2B 71d7b260d144f72e1494ca0df858b20c5d45f1135d7d24541c4c1f37e7848dcd9e7b7d1a2ccac6aff197eff44346c66902ffdef048840279ea024b4274705194 SHA512 8a5d8924888a4296933e824f79f5fb7d633377e2c48b5ffc5d0fe0a3a51396475340c726e1d606726cfa9e1dc77b41b16984ca285957b98b4e50f058b16ce8bd
|
||||
EBUILD laundrify-aio-1.1.1.ebuild 919 BLAKE2B 0ab758225a03a54b12ee64acaaea2969078e7973d3c5b081d2d57bd1452806c7f71eb190161495460bdaa2a475e390e0e1350350d70ce10fbb3409a47cb5faa2 SHA512 f58bb5a543b2bab9829cf794ec0f2f98a87e7b2b9f4ee4732ffa3e0e906c7b0670390c6ac980ea88fec1601aa02dd85eea9557fdd28f052bd65493f6c9f79a79
|
||||
EBUILD laundrify-aio-1.1.2.ebuild 919 BLAKE2B 0ab758225a03a54b12ee64acaaea2969078e7973d3c5b081d2d57bd1452806c7f71eb190161495460bdaa2a475e390e0e1350350d70ce10fbb3409a47cb5faa2 SHA512 f58bb5a543b2bab9829cf794ec0f2f98a87e7b2b9f4ee4732ffa3e0e906c7b0670390c6ac980ea88fec1601aa02dd85eea9557fdd28f052bd65493f6c9f79a79
|
||||
MISC metadata.xml 457 BLAKE2B 7fe6e8b7035933636ccea6d7e49f102797144754e7569e1012c123d1a5f7a37196d3cdc677674bd14a515c240d31524ba96595dfb7b1e433c80fa93668524774 SHA512 750da955959fc434043849b89e0ac51b1d12ad7ce25e2a5406d7bcdf4b2aabf08be36f519861ee5903d31f64b024062ffb7944999761166ef24618226cf3f49d
|
||||
38
dev-python/laundrify-aio/laundrify-aio-1.1.1.ebuild
Normal file
38
dev-python/laundrify-aio/laundrify-aio-1.1.1.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Python package to communicate with the laundrify API"
|
||||
HOMEPAGE="https://github.com/laundrify/laundrify-pypi https://pypi.org/project/laundrify-aio/"
|
||||
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 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/pyjwt[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
38
dev-python/laundrify-aio/laundrify-aio-1.1.2.ebuild
Normal file
38
dev-python/laundrify-aio/laundrify-aio-1.1.2.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Python package to communicate with the laundrify API"
|
||||
HOMEPAGE="https://github.com/laundrify/laundrify-pypi https://pypi.org/project/laundrify-aio/"
|
||||
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 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/pyjwt[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
15
dev-python/laundrify-aio/metadata.xml
Normal file
15
dev-python/laundrify-aio/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">laundrify-aio</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>mike@laundrify.de</email>
|
||||
<name>Mike Mülhaupt</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,3 +1,5 @@
|
||||
DIST moehlenhoff-alpha2-1.1.2.tar.gz 16150 BLAKE2B bd83515070a06bab0f44caa225989bfc80d0aaaf18ab36707d1264b10d54d742bacc91db8bf1c9877c26e9152dff8358d47b0a190ed80507e2d8d61982813637 SHA512 1f979029fa7c70dd94c455d65cd4b7fc61b714424cf09bec46a654b4b9316d53431a37e21ec99a37540ad530a32e961d495480279c14e60471fc1219b2f9bc65
|
||||
EBUILD moehlenhoff-alpha2-1.1.2.ebuild 909 BLAKE2B 2f26bbed96ac1c00a91e196ce6630951d816b095333f13deef23721b8ea2fb480ecc1e127a9ae0c1252b1a808fdf714c45e57e6d50f7788322883c66d275c260 SHA512 796aeef28c11e9c2b3cc2c5539bb1e68d4b33612bbdb897de1fc6076bf985c59e92bb99b57b11d1d0a3e7960707dbb5ebb508cb5a0d40c3b0999b1afff7e6560
|
||||
DIST moehlenhoff-alpha2-1.2.1.tar.gz 16559 BLAKE2B 76aeb811551b71b42846ca468abf4b8207ac8fe6c7570f58970932b230e00124b2543cf7775eca111b3851e43979c6e1296a8bc5352137c4675b8eafc6809ba8 SHA512 48adccca9cce9981a1f7cd7c6fa05cc7dcc778bdfdf35ba4513f054400a88bc27f4d349667d1d3bed60e214c9a4880aecba6704878c50eb2b4aaf21cbcfb5cb4
|
||||
EBUILD moehlenhoff-alpha2-1.1.2.ebuild 905 BLAKE2B 92b517943f4353f42f63f7e1af11646484947f2c072de7823c88247e02b62744f36bf0d2308ea1875110739b0a38bfed4cc387855bacafe6481e4810cc147d2b SHA512 b19694047bbf3fa088185b8ca01d5c069a3e06e0c97935082cce91aec0f6cb8eea5c2d4c5ba3d329adc1a5a68ca559b4f71722b81c8019094f37310ea5229fe0
|
||||
EBUILD moehlenhoff-alpha2-1.2.1.ebuild 888 BLAKE2B b08b5ce11b35b75e6e1b7ecc653fefad0648edef425bb85bfb739e603760b24733b073f4a06a5fdd46ed8ad2d01c494cd0f82999e88f5f038d6eda287f27115d SHA512 779919339581f5b6bea256f35c8aa01fd01d6b26d6995918c936aab81faa09f8994757e08808e67099e880ec22f67eb89ccd456c2c2335dce12e81c9a7ac4671
|
||||
MISC metadata.xml 464 BLAKE2B e82bca37160a1a2355de7c81b2802b8f2e2101e9f3819e0113f12b0741db8193d2569c19670e447345f35adf088652e4ba03bb72bbc6d16f284c6d18e0913011 SHA512 a729c0cff594eb7cd77f787d2abe926e76f217c272342874c5704c73ca4c5e276f783d9edbe41b4b344bf86db0e82048f38cbdbccd992699b73e1f73c29d9ec2
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python client for the Moehlenhoff Alpha2 underfloor heating system"
|
||||
HOMEPAGE="https://github.com/j-a-n/python-moehlenhoff-alpha2 https://pypi.org/project/moehlenhoff-alpha2/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/xmltodict[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
DIST motionblinds-0.5.13.tar.gz 20780 BLAKE2B 4a23f9a622a5bc62dffda5629b2ae5a7f8d24a9efe44bcea857b066704fc387cae591c4b0a0f1a30156513c59745d767edf2a4e09a68613c29f2349fdef549c9 SHA512 7c59738813ec5278be98e4b08a9545f82819fd87527c4162b290cf481bb8b4260286e6bdf866114a1f5ffb58a2832b80e4e493c3bdc3f4de6587079a4fffc593
|
||||
DIST motionblinds-0.6.2.tar.gz 21760 BLAKE2B 5b44e20055a1e0f0d8f34bfb3416c34129dbd2df8dacabe79e9018c92d9c2a28e4eb0d9958098911e4af10db41f8f81a5ee77c76ce8fa03e7a3669530c8b4111 SHA512 8c42dd6b9e573f177000f6a79b230dcd54c3f79e082054127332e0aeea865453a4ef828983d13c75810605f8f525415c86091ab14870760fd3d2170d8898c262
|
||||
DIST motionblinds-0.6.5.tar.gz 23398 BLAKE2B 0630fab54e81862556f185b76b0a33f4cbe97079ea03b5b2af962c4bc03eabea15a2f86445049535d766398eeccf7ca1b3e8637d05e85aa9966e14c2d91cf1a8 SHA512 0cf625e6218e8c99ad0238412cec236006d6fcf3311df3b9fd79f63b5802a721e62d7757fefc540d633c59644630ae873af0450231582ce401f572f67ff434c2
|
||||
EBUILD motionblinds-0.5.13.ebuild 778 BLAKE2B 19ec4720e08dc5f0f1c47dc13e956b32f30910ca7df90730c2eeb5ffcfeeaa6be8819336f6302c10c5026c8a1f1180736eab348b7b15bb6e8058157d91e90b21 SHA512 23bd6e2c19b9d3d1a0a9c159a084923f7aee869d25318691bb4786395d6e5e249368b5fc7eb046bc1891b55c4cfb3dcb35e6b9c1892c73586deac27a66aa5363
|
||||
EBUILD motionblinds-0.6.2.ebuild 778 BLAKE2B 19ec4720e08dc5f0f1c47dc13e956b32f30910ca7df90730c2eeb5ffcfeeaa6be8819336f6302c10c5026c8a1f1180736eab348b7b15bb6e8058157d91e90b21 SHA512 23bd6e2c19b9d3d1a0a9c159a084923f7aee869d25318691bb4786395d6e5e249368b5fc7eb046bc1891b55c4cfb3dcb35e6b9c1892c73586deac27a66aa5363
|
||||
EBUILD motionblinds-0.6.5.ebuild 778 BLAKE2B 19ec4720e08dc5f0f1c47dc13e956b32f30910ca7df90730c2eeb5ffcfeeaa6be8819336f6302c10c5026c8a1f1180736eab348b7b15bb6e8058157d91e90b21 SHA512 23bd6e2c19b9d3d1a0a9c159a084923f7aee869d25318691bb4786395d6e5e249368b5fc7eb046bc1891b55c4cfb3dcb35e6b9c1892c73586deac27a66aa5363
|
||||
DIST motionblinds-0.6.7.tar.gz 23798 BLAKE2B 1258212e6d6d699d69797ea61817a6fdf47460ec464c4ae8832d76c05fce93ea0f9ea44f9dcf4dadc1afc7d1451d661c82cac3dc3787ba232230d39bdf9cbddc SHA512 ac445168ee42022bb617bcaacabffea24e3fbad7b3c28546ab2b31c13f35c4d0f1f8d3f2f710227019483d48228948c36b7baf7cfc90d361475f0acb489fab53
|
||||
DIST motionblinds-0.6.8.tar.gz 23722 BLAKE2B 03f4e11e0bbb2c5f0ae275485fa0dd6bc47194aeeda13dece47123d14f7821ecd59dbd403058907825a69c5c1e7629fb6ea9adb87a6a1a9d8102ea3be7d17e94 SHA512 2bdda11d211fe130eabd9be8e1634857957efba21f0b4f2e28ec0828d9be182d6ad998e30897c0425cce0ddb0372ee9e9debd086ed34a2fd111902781ad80d8d
|
||||
EBUILD motionblinds-0.6.2.ebuild 754 BLAKE2B 4f837be971cdff18851bad339f80ff82a81828ea2f61ffbf1ed984a9f9d54abe1a37ff8e63542f17c95993f578313f905b137568a2ad5ceba35795dca022a640 SHA512 e22951becea5224c7bbf283e38821e1d6d7511beacd51a84833c54e855ce30f4c93c28bccc5a5a8723cd59719a35efd3e948a4a2aa2e24bfc4d794314feb10e1
|
||||
EBUILD motionblinds-0.6.5.ebuild 754 BLAKE2B 4f837be971cdff18851bad339f80ff82a81828ea2f61ffbf1ed984a9f9d54abe1a37ff8e63542f17c95993f578313f905b137568a2ad5ceba35795dca022a640 SHA512 e22951becea5224c7bbf283e38821e1d6d7511beacd51a84833c54e855ce30f4c93c28bccc5a5a8723cd59719a35efd3e948a4a2aa2e24bfc4d794314feb10e1
|
||||
EBUILD motionblinds-0.6.7.ebuild 785 BLAKE2B ca81e66b8889a7ce31184796021dc37f5fe69bde3bd7d99e1f0c81e25f095f447cc8ddf435ea2569918ce1e337e50cfe761ef6d21c3b4c7c3d0b20f271acc3e4 SHA512 fbf37633886ad85ad5f788a41dda15a6a217c4d359e079be9b595020d7bfa6c40436aea9b4d6b986fb3ffdb13b897832965ee60cbce5bd1f44ea9c9db3a313ee
|
||||
EBUILD motionblinds-0.6.8.ebuild 785 BLAKE2B ca81e66b8889a7ce31184796021dc37f5fe69bde3bd7d99e1f0c81e25f095f447cc8ddf435ea2569918ce1e337e50cfe761ef6d21c3b4c7c3d0b20f271acc3e4 SHA512 fbf37633886ad85ad5f788a41dda15a6a217c4d359e079be9b595020d7bfa6c40436aea9b4d6b986fb3ffdb13b897832965ee60cbce5bd1f44ea9c9db3a313ee
|
||||
MISC metadata.xml 460 BLAKE2B 4e3dd3f756cdb4c5ccf4840441692f83f9f670410cfc6ef5c3152d47cf39bc2df6793306abf8fd7f051c7072d97ac4818bb2afb688e063a04ef388a7c48813ce SHA512 b7c5a5cca32c5a3ee235b322b9326927faac4be0378f6c508ec901d93a51dc31e5348c7854971489e695ee4d46268f8b0daf372a28cf576cb8e2d21480a20b7a
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@@ -31,3 +31,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
35
dev-python/motionblinds/motionblinds-0.6.8.ebuild
Normal file
35
dev-python/motionblinds/motionblinds-0.6.8.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library for interfacing with Motion Blinds"
|
||||
HOMEPAGE="https://github.com/starkillerOG/motion-blinds https://pypi.org/project/motionblinds/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/pycryptodomex[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
3
dev-python/mypy/Manifest
Normal file
3
dev-python/mypy/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST mypy-0.960.tar.gz 2767017 BLAKE2B 54ca4b9ffeef1f9211569ae8daee3ae201bfc6239eb9530dd5b7bb53983b0f9d343951dc49e4c4cd257660491be3805d7b8a3b5621dd25f1b7726f522a1c74df SHA512 1caa5ea5d87631a00acabd712053193aac4ed2f475760da90e395d64c44092797e45a4793a5fa2dc05458e9d2411b5cde14811c8a5112376c00baf9792df923f
|
||||
EBUILD mypy-0.960.ebuild 1693 BLAKE2B 8a9104ef8cee35e8da6cad72600b0a7af10ec8a748c3b17ecc40037fbeca7aeda536fcc8a20cb7e2b971def88b0cb05ab34afcbad67138a7043760f0b37b3d53 SHA512 453df7970adc5c4072f39b3c0b82f5a5ab03118ae3a65e2570d175d1b88cb93e3fb44704ba8cbd5cc1887c4e239ca2807789b38f4f2f025911c3af05dd7899ef
|
||||
MISC metadata.xml 515 BLAKE2B 75827bbbeb70fd4b9295ab4689068d2d4b686b32d4059acde94fb0d08048e9e56ecaf3eec39dc5567b2753e2552353e273cdf2f4e27d077cc9b03320ee09c64b SHA512 c1c3c7a3651e61e0b63ab4462f0370cce9cbdce33e64c5e7a1fbefe8116d5d3d3b35bc4095d8a5ce28caf69b0644af3f13c9a27b683f2f981e52f8bfe4ac8615
|
||||
15
dev-python/mypy/metadata.xml
Normal file
15
dev-python/mypy/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<!-- no ALLARCHES: mypyc has portability problems -->
|
||||
<upstream>
|
||||
<remote-id type="github">python/mypy</remote-id>
|
||||
<remote-id type="pypi">mypy</remote-id>
|
||||
<bugs-to>https://github.com/python/mypy/issues</bugs-to>
|
||||
<doc>https://mypy.readthedocs.io/</doc>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
55
dev-python/mypy/mypy-0.960.ebuild
Normal file
55
dev-python/mypy/mypy-0.960.ebuild
Normal file
@@ -0,0 +1,55 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1 multiprocessing
|
||||
|
||||
DESCRIPTION="Optional static typing for Python"
|
||||
HOMEPAGE="http://www.mypy-lang.org/"
|
||||
SRC_URI="https://github.com/python/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
|
||||
# stubgen collides with this package: https://bugs.gentoo.org/585594
|
||||
RDEPEND="
|
||||
!dev-util/stubgen
|
||||
>=dev-python/psutil-4[${PYTHON_USEDEP}]
|
||||
>=dev-python/typed-ast-1.4.0[${PYTHON_USEDEP}]
|
||||
<dev-python/typed-ast-1.5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/mypy_extensions-0.4.3[${PYTHON_USEDEP}]
|
||||
<dev-python/mypy_extensions-0.5.0[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/tomli[${PYTHON_USEDEP}]
|
||||
' 3.8 3.9 3.10)
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-python/attrs-18.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/lxml-4.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-6.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-xdist-1.18[${PYTHON_USEDEP}]
|
||||
>=dev-python/py-1.5.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/typed-ast-1.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/virtualenv-16.0.0[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme
|
||||
distutils_enable_tests pytest
|
||||
|
||||
# this requires packaging a lot of type stubs
|
||||
export MYPY_USE_MYPYC=0
|
||||
|
||||
python_test() {
|
||||
# Some mypy/test/testcmdline.py::PythonCmdlineSuite tests
|
||||
# fail with high COLUMNS values
|
||||
local -x COLUMNS=80
|
||||
epytest -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")"
|
||||
}
|
||||
@@ -1,7 +1,5 @@
|
||||
DIST nexia-0.9.11.tar.gz 76413 BLAKE2B 6fc301f099a6d6c1a68bf77d8f31be3e5c82f918718605257f64a63b3946b40205b5d56240643602b174ed45ba0342687606e38e348a0c90550f3d72533a18c5 SHA512 b606e8fa3fe9eaf5de6bc8ecafbe67841747d261aa0655b97902c70cb09d965fd3230f424f81e5bd3561ced0327533c194b2a8e2cfbe61360b6fd7bd7ead0615
|
||||
DIST nexia-0.9.12.tar.gz 76437 BLAKE2B 3d50f58e8c760f14924c05e1c9b59fac03b1b4a7a23902c311ef3970eae4730798f73e3ea58ce0c3091fcad8e385d2a5e4dafcfd968cf2b3f88baabd0584b6d9 SHA512 9792936175c2b69cc61c4b69a8392aa4d937b62ef0ff26404a2a10f21b5dfb97cfeebca2dc1fb7e318c57be33cef16b00c88947ca7f984c08222b6c00bb2a9d7
|
||||
DIST nexia-0.9.13.tar.gz 68452 BLAKE2B c495bd533c43ff3ccca81541aa4bf6a9ead60dd7feb2b036fd7005acee87b048f356416d4c7dbbeef401b592a763d7fb75c98d3a2372a687e88a4050efac4d7d SHA512 6a464efb7b09151fd0f17fc4283c95896dbdd9c41bca07f7d9ecddafff0a4f9c187485d7802c48d3bd82bc62643c51febb2d9e3ae7e5ce3369023016573d6c96
|
||||
EBUILD nexia-0.9.11.ebuild 796 BLAKE2B d59e316c54ef1dccdfac1d099d9d30bc20bc4720b575384ed660cce425a533ebc4e682acb069f364fac9b8e1271ce3183fb593c8ecfb5a37a8f3f58088214897 SHA512 2000cd6c03fe5c92c86287f53bebe19eb6ad3fe41a0c44061e947075d2138f41cf989906d0e160575b254fcfc660d82ef830eed0207ac348f7e06f9541cf518b
|
||||
EBUILD nexia-0.9.12.ebuild 794 BLAKE2B 29d3ec14b11d9a3f8c25bd6f4747417ca92cd76c52ea8b6ab193a27a2b85b2b017e77eabdbfc63d9271a13e9bf2af96c9b65790c1ddab756604ae7947faa4166 SHA512 e6e2f422b306f55021136839fe46b709cf843eb55c3507857da7b3d2a8aa4017fe60851d5c066ec502d091693c72a37939e667ba3d789106955a42fb33162dd5
|
||||
DIST nexia-1.0.1.tar.gz 80707 BLAKE2B 9e6ee29b2a8468680165d4145a68875842491e015261b4375ec4a042e254d41129e98e6338ea46c5bad8b931a79cbd9d2ad4c403cd99f205b072d1909e523955 SHA512 b2e5c8576bf67850159a53c1c59482cd99f4a5be1cd13e4d0d2f98d70bae94f4ef48465041b951f22373c054279bd3ac6fa3b268288ee852ad97f8143ce16b94
|
||||
EBUILD nexia-0.9.13.ebuild 794 BLAKE2B 711307090e2ef86b1734cf0f5bf6fcfd055579327cd90f960bcb4e0789502d618d30afa75a7a3da6c2c0cba5edbc338237f09d393581826bc36ce339c77b64d8 SHA512 fa5ce52736272c59a05fcc4b678bb531ba12fee14bb7b881b30866a5208050bb38d49c66b93263af0d47535693dee91b1fe018bb821b392971eef5e525bccac4
|
||||
EBUILD nexia-1.0.1.ebuild 825 BLAKE2B ea73ef4b2cff5e6924890e608772031178132b43c700fd1934ce70688b98aea2ac71ddf5ac016958403cd0d33d040c630d792bf44bbeaf74c704c42daae686e4 SHA512 719097bc4a7c57d39f7fa970c984caf2e7c683f7d94575af6c7ec9f195b0a66ebea17745c8450460f793790474825d96bc25db909a359f8304f286eef8f87d1b
|
||||
MISC metadata.xml 447 BLAKE2B 9a29606f3a794846418edab6726faff5ea08eb14888416aaebc2aee7b97a787773a513142c9c547294b541516bc3e454a427f548e15d2185cd0279f11eda1818 SHA512 375e613e45be97ec6d33c7521a3dfe265180fba565d62ab2a821f667af67042516613bd5a12a3aca7b16df81b0841320b629b0d5ba33835818533fc220b78db5
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library for connecting to nexia"
|
||||
HOMEPAGE="https://github.com/bdraco/nexia https://pypi.org/project/nexia/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-runner[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -32,3 +32,5 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,5 +1,5 @@
|
||||
DIST peco-0.0.25.tar.gz 4398 BLAKE2B 86e4b4f8b6f9802e27351bc64d07bd07ec8104e07e827259b780995da2d12b6a949560d909d61b11d1c4295ce54cb14823487940952ad78f7a797133a2ee763a SHA512 a979c24d36d454aae87e5231ce7fe4cdf1321b080c0c2675b81d1a43d5a8f6f33bb7d7d110ab33716de6d8be0400d56628feac074846a8f3610c5df92d0c6851
|
||||
DIST peco-0.0.29.tar.gz 4862 BLAKE2B 454ca947d534d4e3aa292b04113d90e0116aa1ed14b302e235890b208b532808307e336f0445a55b50eed58d17156dc2adaf2927ceab20c1cbbb72752d59b29d SHA512 963590f334d36063d7319723cdab10e8cf0945c9e5917ee6fb344097afbb0957ace6ff0904df77f81c03d03fe7b4e1bc350ecf45d4407384ec373daf614c67ff
|
||||
EBUILD peco-0.0.25.ebuild 833 BLAKE2B 62115feaaa1d1357381e467e20806ce44abefd5a45e3dada1cbdb367a2e22eee1e8df576979f6cd9ccd799d6df138cea41112446eb5cf56bf73b070e2cfef52c SHA512 68eb22623eaf71f18ad315a63bc2d7cc570e4ac2a98c1c0574d4e4b802ddac36a4b6d58ac2324e635571d0230e4e856e3c623082641d03d453efc09dde672254
|
||||
EBUILD peco-0.0.29.ebuild 835 BLAKE2B 164e790026c9207b244f49e26bb755051ccdd54be0287d957e7a9d0c5877f1ea6284fc93a860efbc854788b25c40225ed98f688df252f9cd326cabf6c8ebd42e SHA512 ce15f14f5eadd862008acdd035a13b3f27963c60e2fe42ea4dd63c34156122613ee074565898b6992f9d93d20ca53e078226e56c66667345a76998f9da54abc8
|
||||
EBUILD peco-0.0.25-r1.ebuild 825 BLAKE2B ac1b7ca07a496b19ac0603f1b376c2fde7b9b9c4b13c9fb59905a8cc3ccccb83bf9f442b810c4afb050cc5a4fb0f0b80cb81c100af77a2815268ee842fe5805c SHA512 3cd6dcec6410c5928095c75d919bf486dc5239da739ab69b5019af128d2f1cd77ec1fc20adc6dd974f9b8f408ca4b1865731f4d5f3e7ec8ce8303a2919f084cb
|
||||
EBUILD peco-0.0.29-r1.ebuild 827 BLAKE2B f7592e4124fbf7d891b239c4f43b69a6dad7c36b0df1351af832ef9d1a951208a4753265a452f009e6254002b9001dc5eeee670228e75f7a2fb01a7bd356caf5 SHA512 7c0a836747cfbdcc1aae67e32ff136806d7e74a2c0490fca3edfa4d566834092ac4a4fa27f085a924df732e65c7b4d96e4cd225027a589a0037a2cacef9ff0bc
|
||||
MISC metadata.xml 445 BLAKE2B 4a9245f82272d7b30ebb4de0a639dff63f288ac466b3db8b52b9fb387bb96c903dc5acf06775967fc8a571ed2a983013461ccacbff72b1232f34b7d49cd8eb15 SHA512 ea9b995cf8c6d66b0c0cc83fcc17eed576557e524ee131ec74d5ddab13fb6add41e6c157ff99db0259996733708de38ec40bc162eb49a9f0564a522a550878a5
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
3
dev-python/pem/Manifest
Normal file
3
dev-python/pem/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST pem-21.2.0.tar.gz 35546 BLAKE2B 50a622daeedd9afb3a0a862d3f6bb763d054577c42242d472ef12b9a96891c1e0f644880160094847c44d8b4ed2326a96c284b52caaf2ed791f5d2929b499c96 SHA512 a3d2b9b42a8c016f26c9a85b191bbb737ee65bacf2d812abb9b7a0f4fc360e6e3cbd3bc5a52284dd597fbbdf4a7454acdc240f69a3cb70ce87952c10de2038a8
|
||||
EBUILD pem-21.2.0.ebuild 775 BLAKE2B 6e9cdcfa5dc43ecf7a27910691647edf5f1bf064185bbbfeb32000edf497c41e2cec9074f1e9c051157481824df0525a088577b6c422f6f61a9cb492ef4282ee SHA512 0d712d7bc6fd96c88aea15e2b6bfee5a3a94f59ffd8a77fff7bee9c30b5011cb1c6ec6ddcde3de89ecdbf92723ecc83c3ed9d4afbf42eeafde9a9ad7b38f2a0b
|
||||
MISC metadata.xml 439 BLAKE2B 15411a156a1a046c7cc3ec54532dd1d7a318ffb848c9a16b96924490b43215c477dbb276d6de34ebfc1c7a9185ba08af78237f71ed9c2f9bea807fd99d947b74 SHA512 e5c69a04b72006be3d74c87dd940951f986e81ab3e79e2d3f86fd471d88ff064e8a9209f28cd0aff2ce653c94c6729a3ac7639d1989c61a7f74d2d363b646cb2
|
||||
15
dev-python/pem/metadata.xml
Normal file
15
dev-python/pem/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pem</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>hs@ox.cx</email>
|
||||
<name>Hynek Schlawack</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -4,17 +4,16 @@
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="a toolset to deeply merge python dictionaries."
|
||||
HOMEPAGE="https://github.com/toumorokoshi/deepmerge/ http://deepmerge.readthedocs.io/en/latest/ https://pypi.org/project/deepmerge/"
|
||||
DESCRIPTION="Easy PEM file parsing in Python."
|
||||
HOMEPAGE="https://github.com/hynek/pem/ https://pem.readthedocs.io/ https://pypi.org/project/pem/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@@ -26,9 +25,12 @@ BDEPEND="
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pyopenssl[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -1,3 +1,3 @@
|
||||
DIST pillow-8.2.0.tar.gz 47898485 BLAKE2B bd8421a101e0be080f2fab238c3c26a4e1e722738e1036bfbb533f420881ea638016ac56e9e66ec74a93c6dafc6e4f8807ec3d504400bb675488da00c9c3cb1c SHA512 40e97a54689ca04349d17b69b0e95bb3ef4fde0b60c6c55a2ec76034a5c2a9ebee0b310f68de1636db08786d9b2ad444bf10ac3b42a31404847cc165aa8392ac
|
||||
EBUILD pillow-8.2.0.ebuild 2625 BLAKE2B fb47460430747924a590577182023a793112d02f137945f89332e16b80757614db903d32c922463b5d9874173b17718975256e7dc22b369527edb918f62c0a70 SHA512 1b840ad40981dd5ba976884503c8a20013062e1cd6ec54d9c1a9f4a05f31eba9a048603525b0205b81a6a44710df7c19cd933fc9056ea2645f487ab6c932cdd2
|
||||
DIST pillow-9.1.0.tar.gz 49748153 BLAKE2B 0051ea9c06c86f004f0708b3aa38f234e9b1fec32ef2ebaddfe47b3717b8ebb4834a2c8c2fe68cfeb44d24abe3a9039732679705f7aec790e62105ac5b51545f SHA512 22ef3a98a36ca8162447b6c716a0a9cff79ae9bf1007b7f835e0a8529fc6a062bea77afff17f444586989fff3e30589a595db34dc78e1e4000b966e8d10172f1
|
||||
EBUILD pillow-9.1.0.ebuild 3143 BLAKE2B fad8ba84632eb7c3629f29ffad6ab4446b867c406ef050beba384d11dd378f9fd6445d587dee4822c4c487dbc152ff49cefb0073199e614188af44e6244a00ce SHA512 2826d15d906f484a431629d69894da2a83dd6c966bcf0404d9c3bd4412e6504c8c94521efbdb1524d787c7ad2df91264611a94c47aff987b48ccd841f8393ee2
|
||||
MISC metadata.xml 569 BLAKE2B 9db25a6e61e42aea807f0ce623b06192c45bf8f827f8c4c6af3d19a72039d186b3b4ef76201e152775768e550b91fbb2e6e2aa43801bbe845326091f53a757b1 SHA512 00aec4f619201dabaabfdb76903affdaa61b3b7e84d3928a0e6c8c656a6cd0182404acc916e7d6234ce90b1c1b34813092ff7a69b7bed9c4b497d166b27dd1b5
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user