Compare commits
22
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
73a4a7c99b
|
||
|
|
c246414a9f
|
||
|
|
f29cd84608
|
||
|
|
05532af013
|
||
|
|
6d2f6997e7
|
||
|
|
b1a8574791
|
||
|
|
1bae8b0dc5
|
||
|
|
f9c08bd772
|
||
|
|
5000dc8f0e
|
||
|
|
a9d11045ad
|
||
|
|
ae89a4bb14
|
||
|
|
980efd5498
|
||
|
|
329855af72
|
||
|
|
038402deae
|
||
|
|
4f6a399cc9
|
||
|
|
74ab00c62b
|
||
|
|
78361dbc7c
|
||
|
|
cb27754d83
|
||
|
|
3ee6ad704e
|
||
|
|
eeea5ba74b
|
||
|
|
3893bbf645
|
||
|
|
0ee3b82173
|
@@ -0,0 +1,47 @@
|
||||
name: emerge ha-min on 3.10
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '15 10 * * *' # Daily
|
||||
|
||||
jobs:
|
||||
emerge-ha-min-310:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/antonfischl1980/gentoo-ci:main
|
||||
options: --privileged
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: emerge-sync
|
||||
run: |
|
||||
sudo -u portage git -C /var/db/repos/gentoo pull
|
||||
emerge --sync
|
||||
|
||||
- name: repos.conf/HomeAssistantRepository
|
||||
run: |
|
||||
mkdir -p /etc/portage/repos.conf/
|
||||
echo -en "[HomeAssistantRepository]\nlocation = " >/etc/portage/repos.conf/HomeAssistantRepository.conf
|
||||
pwd -P >> /etc/portage/repos.conf/HomeAssistantRepository.conf
|
||||
cat /etc/portage/repos.conf/*.conf
|
||||
|
||||
- name: Switch to Python 3.10
|
||||
run: |
|
||||
echo "USE_PYTHON=\"3.10 3.9\"" >>/etc/portage/make.conf
|
||||
echo "PYTHON_TARGETS=\"python3_10 python3_9\"" >>/etc/portage/make.conf
|
||||
echo "PYTHON_SINGLE_TARGET=\"python3_10\"" >>/etc/portage/make.conf
|
||||
emerge --jobs=4 -tv app-eselect/eselect-python app-portage/eix
|
||||
eselect python set python3.10
|
||||
eix-update
|
||||
eix -I# --installed-without-use python_targets_python3_10 | xargs emerge --jobs=4 -1tv
|
||||
|
||||
- name: /etc/portage/
|
||||
run: |
|
||||
rsync -aHDPSv etc/portage/ /etc/portage/
|
||||
|
||||
- name: emerge
|
||||
run: |
|
||||
emerge --jobs=4 --autounmask=y --autounmask-continue=y dev-lang/rust-bin
|
||||
emerge --jobs=4 --autounmask=y --autounmask-continue=y app-misc/homeassistant-min
|
||||
@@ -246,6 +246,7 @@
|
||||
|garmin_connect|The Garmin Connect sensor allows you to expose data from Garmin Connect|N|Y|Y||
|
||||
|gc100|The Global Caché GC-100 can be integrated into Home Assistant|N|N|Y|0.57|
|
||||
|gdacs|lets you use a GeoRSS feed provided by GDACS|N|N|Y|0.106|
|
||||
|generic|None|N|N|Y||
|
||||
|geniushub|geniushub integration links Home Assistant with your Genius Hub CH/DHW|N|N|Y|0.92|
|
||||
|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|
|
||||
@@ -569,6 +570,7 @@
|
||||
|recswitch|allows you to control the Ankuoo REC Switch devices from Home Assistant|N|N|Y|0.81|
|
||||
|reddit|integrates data from Reddit to monitor your favorite subreddits|N|N|Y|0.89|
|
||||
|rejseplanen|travel details for Danish public transport|N|Y|Y|0.88|
|
||||
|remember_the_milk|create tasks in Remember The Milk (RTM) (deprecated)|N|N|Y|0.57|
|
||||
|remote_rpi_gpio|base for all related GPIO platforms in Home Assistant|N|N|Y|0.94|
|
||||
|renault|integration with the MyRenault cloud service|N|N|Y|2021.8.0|
|
||||
|repetier|Repetier-Server is a 3D printer/CNC server, able to control multiple devices|N|N|Y|0.94|
|
||||
|
||||
@@ -16,6 +16,11 @@ If you are an author of an integration / component or other stuff related to Hom
|
||||
PyPI `SDIST` tar.gz source release would be preferred, because I can automatically merge it and it will use Gentoo's mirror system. Most of the integrations/components do both. I cannot add packages only available in wheels format. Please make sure you have a proper license assigned, selected license should be unique on all platforms (
|
||||
PyPI/GitHub/Sourceforge).
|
||||
|
||||
Currently some help on the nodejs Ebuilds would be very welcome:
|
||||
* node-red
|
||||
* zigbee2mqtt
|
||||
* zwave-js-server (W.I.P, see https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/269)
|
||||
|
||||
## 2022-03-21: new Testjobs
|
||||
[](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/pkgcheck.yml) [](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-min.yml) [](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-med.yml)
|
||||
|
||||
@@ -46,7 +51,7 @@ The Ebuild we have since `0.97.0`, as soon as I know that at least one user is a
|
||||
### `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 **832** 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 **834** USE Flags.
|
||||
|
||||
A list of all components aka USEFlags is generated with every release [DOMAINTABLE.md](DOMAINTABLE.md)
|
||||
|
||||
@@ -69,33 +74,29 @@ Best you start using the `app-misc/homeassistant-min` Ebuild. If you have it run
|
||||
|
||||
# Bigger Changes
|
||||
|
||||
## ~arm64
|
||||
By user request, I have populated an ~arm64 KEYWORD on all Ebuilds, which is (currently) completely untested. I know of at least two guys using it, but I got no feedback yet. Some day I will prepare a cross compile environment to build a public binary repo for Home Assistant on [Sakakis-'s Image](https://github.com/sakaki-/gentoo-on-rpi-64bit).
|
||||
## arm64 builds
|
||||
By user request, I have populated an ~arm64 KEYWORD on all Ebuilds, which is (currently) completely untested. I know of at least two guys using it, but I got no feedback yet. Some day I will prepare a cross compile environment to build a public binary repo for Home Assistant on [Sakakis-'s Image](https://github.com/sakaki-/gentoo-on-rpi-64bit).
|
||||
|
||||
## ~arm
|
||||
By another request, I merged ~arm KEYWORD from @ivecera on all Ebuilds at 0.117.6. This guy is running an Odroid XU4. I updated all my scripts to keep it running.
|
||||
By another request, I merged arm KEYWORD from @ivecera on all Ebuilds at 0.117.6. This guy is running an Odroid XU4. I updated all my scripts to keep it running. arm & arm64 keywords are treated now like the ones for amd64, though absolutely untested.
|
||||
|
||||
## Breaking Change: many USE Flags changed in 0.115.0
|
||||
|
||||
Beginning with `0.115.0_beta10` many USE Flags have changed.
|
||||
All USE Flags have *exactly* the same name as the components `domain` in Home Assistant now. OK, this is a hard cut, but overdue. Mostly caused by the creation of an automated import routine, at first I planned to keep the old names, the replacement class was already written, but during data collection I discovered that the original domain names aren't so bad anyway.
|
||||
|
||||
Some outdated components have disappeared forever.
|
||||
|
||||
You will find the detailed changes in commit: https://git.edevau.net/onkelbeh/HomeAssistantRepository/commit/3fec35c803e6061e0186df2af4e914e5791b53cc, scroll down to `metadata.xml`. But `emerge` will also tell.
|
||||
All USE Flags have *exactly* the same name as the components `domain` in Home Assistant now. OK, this is a hard cut, but overdue. Mostly caused by the creation of an automated import routine, at first I planned to keep the old names, the replacement class was already written, but during data collection I discovered that the original domain names aren't so bad anyway. You will find the detailed changes in commit: https://git.edevau.net/onkelbeh/HomeAssistantRepository/commit/3fec35c803e6061e0186df2af4e914e5791b53cc, scroll down to `metadata.xml`. But `emerge` will also tell.
|
||||
|
||||
## Nearly all Home Assistant Components are now included
|
||||
Except of some modules with uncorrectable errors (e.g. hard drive crashes, lost sources) I believe all possible integrations for Home Assistant and their stated dependencies are included as Ebuilds, based on the integrations list from `/usr/lib/python3.8/site-packages/homeassistant/components/*/manifest.json`. Many fixed dependencies (necessary or not) to old releases forbid installation of packages requiring newer ones, but I filed all dependencies strict as they have been declared in `setup.py` or `requirements.txt` (sometimes other sources) anyway. The exception proves the rule.
|
||||
|
||||
Currrently missing (2021.11):
|
||||
* ha-av (cannot find a valid source for the requested version)
|
||||
* azure-eventhub-5.1.0
|
||||
* azure-servicebus-0.50.1
|
||||
* google-cloud-texttospeech-0.4.0 (no potential need, there are good alternatives on the market)
|
||||
* google-cloud-pubsub-0.39.1
|
||||
Currrently missing (2022.4):
|
||||
* aioazuredevops-1.3.5
|
||||
* azure-eventhub-5.7.0
|
||||
* azure-servicebus-0.50.3
|
||||
* python-lirc-1.2.3
|
||||
* opencv-python-headless-4.3.0.36
|
||||
* tensorflow
|
||||
|
||||
In some cases I added small patches to the Ebuilds, some packages have versions pinned without any reason. Mostly, I copy hard pinnings without questioning, in very problematic cases I open a ticket at the problem's origin. For me its OK, if the packages compile and complete their own tests in the sandbox. Please let me know if you encounter problems. I will continuously expand my tests and do more cleanups. I am continuously filing pull requests to reduce the amount of needed patches. Most of them are caused by missing files in SDIST archives and/or having wrong package exclude masks in `setup.py`.
|
||||
In some cases I had to add patches to the Ebuilds, some packages have versions pinned without any reason. Mostly, I copy hard pinnings without questioning, in very problematic cases I open a ticket at the problem's origin. For me its OK, if the packages compile and complete their own tests in the sandbox. Please let me know if you encounter problems. I will continuously expand my tests and do more cleanups. I am continuously filing pull requests to reduce the amount of needed patches. Most of them are caused by missing files in SDIST archives and/or having wrong package exclude masks in `setup.py`.
|
||||
|
||||
# Other things you find here
|
||||
|
||||
@@ -482,7 +483,7 @@ If not, please report it [here](https://git.edevau.net/onkelbeh/HomeAssistantRep
|
||||
|
||||
Please let me know if anything is wrong or dependencies are missing, since I use only some of the components myself.
|
||||
|
||||
From time to time a fresh compile test on empty boxes (one with Python 3.9 and one with Python 3.10) is run to catch general faults. Every new Ebuild has to pass all its tests, modules without tests are comitted after they compile without errors.
|
||||
A daily compile test is run at Github with Python 3.9 to catch general faults. Every new Ebuild has to pass all its tests.
|
||||
|
||||
## To-dos
|
||||
- Publish my ESPHome Configurations
|
||||
@@ -496,13 +497,13 @@ From time to time a fresh compile test on empty boxes (one with Python 3.9 and o
|
||||
|
||||
## 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 1699 Ebuilds in total, 1692 of them have in total 1700 (35 different) licenses assigned.
|
||||
There are 1703 Ebuilds in total, 1696 of them have in total 1704 (35 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1034|
|
||||
|MIT|1037|
|
||||
|Apache-2.0|315|
|
||||
|GPL-3|102|
|
||||
|GPL-3|103|
|
||||
|BSD|90|
|
||||
|LGPL-3|27|
|
||||
|GPL-2|21|
|
||||
@@ -536,9 +537,9 @@ There are 1699 Ebuilds in total, 1692 of them have in total 1700 (35 different)
|
||||
|CC-BY-NC-SA-4.0|1|
|
||||
|CC0-1.0|1|
|
||||
|
||||
(Last counted: 02/04/2022)
|
||||
(Last counted: 06/04/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: 02/04/2022
|
||||
Last updated: 06/04/2022
|
||||
|
||||
@@ -12,15 +12,15 @@ DIST homeassistant-2022.2.9.tar.gz 13423139 BLAKE2B eef653f45d01dfeb191d421905aa
|
||||
DIST homeassistant-2022.3.6.tar.gz 13937549 BLAKE2B 1bc1a835ab04de3bdb206f9684af73337151e92d3827dd06aa48d20e513d1de408c18fa3166c550578c9de15295edd0e3f1e97ca52a58fcfe22a2fabc5186589 SHA512 a4794c7e4c35e794a11682d79514c2b176f68944915f13a495e3c0cfc39566105df44dce355e37de9c2552dd0eb5e871d4c7f3f17ce25ba7703c2cba6a0f08b4
|
||||
DIST homeassistant-2022.3.7.tar.gz 13936325 BLAKE2B 37d84e15f68d44b3c5cd47088ead328f0e4e543240bfe85b02cdfe56858b43146e15be8de572743aced8ef6357882f1fbd2a3d2daf56308260f505ea9f54125e SHA512 df254ac03ac34bc9022c068cbbc48e68530818c653c5db8e7b352e901276514371e6ef558db3fb7385f034f243ead55c6865bb07a5ff9d04f557fff0673f34a4
|
||||
DIST homeassistant-2022.3.8.tar.gz 13937134 BLAKE2B d8c9922fd0e3c4b78609e0b286a569723784ba3bd909a522f340302fda42441a36932946b217d94a2ebdacad6068f5b1270fd25727d5582fbce65b1a75afbc7f SHA512 fe40837a3ce70860e37fe8aadfbe3545e0ab22e203677996352f26444319f3856dca940a4bcec7da9d8ab9dc854dd52211795890939a2c44edcc811942f1e1da
|
||||
DIST homeassistant-2022.4.0b1.tar.gz 13501863 BLAKE2B eda31f4881b91b7c7419f34e126bd7f187d97f57ef4207607f9e7188c45c723edac3227d578efe2c3ba69525e7f26ba4ce8903ed924e95496f2a71c5c180f894 SHA512 428c5c9fb935b3471a70a25d32603b1d8f9d97e4d0a27be39784425f40a22cb4b1061e69d8780b1398713ab088fbd0c0e1558a383cd2f4e1016945608556769b
|
||||
DIST homeassistant-2022.4.0b2.tar.gz 13501958 BLAKE2B 5f6a94c8910ed13be79ec250c7795462a0e9e855ca264a89b3bee0a65dd3b83f174e93bfa72dcba80c2f870842e97e92928cbe98cb25ceff825bf21169c0d40d SHA512 9511dca4426970e1983eb95d8fce392dd662befe49c6e393ff4f682201c831c60c7092f43daa2619d793dab5fe8ba1947996c145e6af9aa632574d705fcd7d7d
|
||||
DIST homeassistant-2022.4.0b3.tar.gz 15120904 BLAKE2B f88ce05934d9ff903db41569dc210e885ab9dc5e5fb3bcfec2a8f43eb6a24026f264dc7852280feb915277acb85cbe7234d5f1a17a24bf0f57659b6822cd63d9 SHA512 d33c3eb93f26e69ff1b675d961c90f0d5c981553bc9ff60da023d4647391a9d75fd4367cb390aed27520c97d0bf9c70f8116fe5370df4e542971ca0dd1c14e27
|
||||
DIST homeassistant-2022.4.0b4.tar.gz 15129883 BLAKE2B f9e205226b4f5485140def0dbf7f01829310ee850fa4423314b44939dd1291ffd54b9da561a74afcc88a8d003d0962247b18522118c6e0a2e4533d99e2af4464 SHA512 8b44e2fdf78a2df444725cb6cf704c4dbca6a0a12d040a702a0db6f4fae8c73133343e064bc3f702dcc57ce209668587523676894753c104d5284f0cfa8ee05a
|
||||
DIST homeassistant-2022.4.0b5.tar.gz 15132137 BLAKE2B f7601ee5f6da75773b2b318e7192e1bdb67f4055bb72ed5c83fc9030392a7dc88c210923dcbb7b7f8f04b0bf8f0569247bc141a704bfdd40ba3073c6dbec0cbf SHA512 756ce6c40f81161010712fd4503068ffd9ee81651e9b29276ea87c963a6e7cb4fcf450efdbfc27a570259e8158cbdc7ab2efdb74fb4da367ebf7fb942f3b4901
|
||||
DIST homeassistant-2022.4.0b6.tar.gz 15132614 BLAKE2B 47b67da042e198ce78b097d8a0bb0bd758a8f5f9296f2070812fa0f681b24bc6702bc4957d7ab6c7789464b7cf74aff4cfb22432f0d050fb625cb99b8b4d4768 SHA512 9e66ade57083809e22168d110c7fc578b9dcc6ad192d780ac6f35eebb0d30dd9195e9bfded086c0edbaa2ce4d797196fc3aed369edccde3fe05f928a14935044
|
||||
EBUILD homeassistant-full-2022.2.9.ebuild 70825 BLAKE2B 6d462dc0c5cd9d38bcfbe02c52fb77766a5130574d121f088d50ee9a23d0cefa96778af98dadf3c8b682f48580e21b16d8f148e70147455e378d0173eeba52df SHA512 a6bc8a9785dc2bf9e495c5d95719978b0e6f191a0269da72ca8ccaf60f1e5e5a4e301d911223694531f39c89f2fdf4f6af322105e09f0a86d6e411f0d2161909
|
||||
EBUILD homeassistant-full-2022.3.6.ebuild 70931 BLAKE2B cc43f915bf6d721ec9f53add454784322866154f0b6a85592ca3eab8df7893b24421526119464c14d91c745001797661907ff06a24ed2f00bfa61c68729585e2 SHA512 834f2d7b967540d73828254fc657f14ee9d6bd66d22a6ecf0a3ba0ba6203a255e2f97c98b03579858aacf6b165f7fa09062b2c6f1c553a2da29a0a02213421f1
|
||||
EBUILD homeassistant-full-2022.3.7.ebuild 70931 BLAKE2B f56ff92d86ad4ac168b415305cb096b24334037bb58c2ebf800536f430fdf8c1d9758008720550687c92ba074ca7fca1ea80a339b5d6927caa4d12548a44a421 SHA512 391bd0cb4105ea3a9c8c9b1ed90b6d18882a1d9ee81b017c86f869910eab86da1d4d28e94c813f85e107a2de36faba56edc1f1a5000098194d0ee9f92a693889
|
||||
EBUILD homeassistant-full-2022.3.8.ebuild 70974 BLAKE2B ecbd4e94f787f37f81093ad17f17802bbf94649797cfb4c483da2e1bcab49735368a5e15315293ec1c1423eef661968d348b5a084acc08f30f950de7411d91e7 SHA512 7ca87dcdbd9c03e987e1c10c626eb28635fc9ae0abf1723a23eb2a7117b65137969f3522281bb67528ff07ebd28b400f6762e5334a25c3aaedf9c71b443dbbfe
|
||||
EBUILD homeassistant-full-2022.4.0_beta1.ebuild 71650 BLAKE2B 5962df1193e848ec49b24da9552736be5854303d5d7bb79d8edd141c4c9756e35b06948386d72ebc96351532676ab784103d436acbdacbe3242cf4d37657d628 SHA512 7c4f41718cece75ae325f25d673c414deb9a288b995dfa9f5e752f4766a67bd34b33355499c36ea0100c402c8b6341ff8766bfe63608238e77cc4aaf27eeda6d
|
||||
EBUILD homeassistant-full-2022.4.0_beta2.ebuild 71645 BLAKE2B f3fee9c186ab70be79b623d2300375c1ec7cf39cf2adbe8ef79f839e02b00d47a71edb41ede8acb163e5a6218d99690219a045c2b52a16f8b71925a1ddd23905 SHA512 7e431b03f2e840b52e9cf83695f5741a984acc5cf3275dd44972b0c502bdc5fdf42fd1fce55634a62acce255f65ba248728b0bae5a17877d86ca8d7637e3f32b
|
||||
EBUILD homeassistant-full-2022.4.0_beta3.ebuild 71645 BLAKE2B 265030a7e83161ba8e4e752ed1bfce69ae5c3173238b7dedd338954101bd55d453a8a3c2c68ff4daced8a047ed3ef66f1fb81a508831f97d48ec8466eb84ffc4 SHA512 b34de67809e720050a776db07cd77b5704bea285c62d549900b98c2e57d1f33be0fbdb3b107aa1de06ee3408eb930e2b43c05104889d6f1ae8057d522d15c674
|
||||
EBUILD homeassistant-full-9999.ebuild 71645 BLAKE2B 265030a7e83161ba8e4e752ed1bfce69ae5c3173238b7dedd338954101bd55d453a8a3c2c68ff4daced8a047ed3ef66f1fb81a508831f97d48ec8466eb84ffc4 SHA512 b34de67809e720050a776db07cd77b5704bea285c62d549900b98c2e57d1f33be0fbdb3b107aa1de06ee3408eb930e2b43c05104889d6f1ae8057d522d15c674
|
||||
MISC metadata.xml 77437 BLAKE2B c7f91d423fa49910637cd46de727509d4a1ad7e6f5fe5bd085761c90036ac55b7f5aedb8d52cb89b28901b58a9ad8e6d775316428642ca5b3f9759888405489d SHA512 e94f1ccd1fd34b142127796f5ac2aa6b5aedd505f0f9bbb8d59f802e56d29d29af360566a7668f25f82d3331ebbdcd4b25fd4ee698001d77baaad6f18216c362
|
||||
EBUILD homeassistant-full-2022.4.0_beta4.ebuild 71881 BLAKE2B 60293d96303f9d063b5d17b0bf4b5fec76047093ab568fd7b4aca7c75d876a63a49030312a5c894a87ddc40850918d20648305203732a3217e6817772ee1a593 SHA512 1c02b8cf1deea4bfc14eae17000344a12aabb11c14f86cf37d2e0825f346575ab90a86a188be49c8bf9138163ad908e4569b5788256aa8605cd304f726117a50
|
||||
EBUILD homeassistant-full-2022.4.0_beta5.ebuild 71881 BLAKE2B 11b1f2b10ea8ac3d95db1ba12f42409d9a546f4a988e10c8991640c1a7f50141f85432fe10f31532738f7085ea9068f4c7b24e144b0b19e2ec3933595442f1bc SHA512 c5dfe784485d991e4cbf5b14441af44890c2fee7efd892522bca785c753b26b0f8ec4a3d140574888bd17535e350c6b03ebdc4c154eb9c6f85d849855fef7f29
|
||||
EBUILD homeassistant-full-2022.4.0_beta6.ebuild 71881 BLAKE2B 6fc142266e58f6beee2622bcc36cf1bef8f9d32b308d9d1e3e147a40bb177412c9a7043d9d08d153ca414236dfb57053d299f3a322092016314bca1b5358cd0b SHA512 a4a8ed42b9b1afef8300bbaad5dece4b2994b5603389fa0df5f5e48059f99c13a1481b39564bc767da58e574e8632bcba277ab2c9156ae6d3452a9c54b19907f
|
||||
EBUILD homeassistant-full-9999.ebuild 71881 BLAKE2B 6fc142266e58f6beee2622bcc36cf1bef8f9d32b308d9d1e3e147a40bb177412c9a7043d9d08d153ca414236dfb57053d299f3a322092016314bca1b5358cd0b SHA512 a4a8ed42b9b1afef8300bbaad5dece4b2994b5603389fa0df5f5e48059f99c13a1481b39564bc767da58e574e8632bcba277ab2c9156ae6d3452a9c54b19907f
|
||||
MISC metadata.xml 77464 BLAKE2B ae6b7bf1bd074f4e978e7bccb1bd5b2a28ef6d95c0fccd5d1daad882471eda06f686cc9b7f52232b0841f80eb4f294cb268f9a450d3768c3b685a4368f43a328 SHA512 cf884faed0ab09b4b21c5c0aae0c7e284cde2968e92dbac86ac6aba76dc7523cdcd0d23111ca21f6219bb13108f9435385f9d996cadfb6d5eaeb8849fcc59a10
|
||||
|
||||
+7
-5
File diff suppressed because one or more lines are too long
+14
-12
File diff suppressed because one or more lines are too long
+24
-22
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -262,6 +262,7 @@
|
||||
<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="generic"/>
|
||||
<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>
|
||||
|
||||
@@ -12,14 +12,14 @@ DIST homeassistant-2022.2.9.tar.gz 13423139 BLAKE2B eef653f45d01dfeb191d421905aa
|
||||
DIST homeassistant-2022.3.6.tar.gz 13937549 BLAKE2B 1bc1a835ab04de3bdb206f9684af73337151e92d3827dd06aa48d20e513d1de408c18fa3166c550578c9de15295edd0e3f1e97ca52a58fcfe22a2fabc5186589 SHA512 a4794c7e4c35e794a11682d79514c2b176f68944915f13a495e3c0cfc39566105df44dce355e37de9c2552dd0eb5e871d4c7f3f17ce25ba7703c2cba6a0f08b4
|
||||
DIST homeassistant-2022.3.7.tar.gz 13936325 BLAKE2B 37d84e15f68d44b3c5cd47088ead328f0e4e543240bfe85b02cdfe56858b43146e15be8de572743aced8ef6357882f1fbd2a3d2daf56308260f505ea9f54125e SHA512 df254ac03ac34bc9022c068cbbc48e68530818c653c5db8e7b352e901276514371e6ef558db3fb7385f034f243ead55c6865bb07a5ff9d04f557fff0673f34a4
|
||||
DIST homeassistant-2022.3.8.tar.gz 13937134 BLAKE2B d8c9922fd0e3c4b78609e0b286a569723784ba3bd909a522f340302fda42441a36932946b217d94a2ebdacad6068f5b1270fd25727d5582fbce65b1a75afbc7f SHA512 fe40837a3ce70860e37fe8aadfbe3545e0ab22e203677996352f26444319f3856dca940a4bcec7da9d8ab9dc854dd52211795890939a2c44edcc811942f1e1da
|
||||
DIST homeassistant-2022.4.0b1.tar.gz 13501863 BLAKE2B eda31f4881b91b7c7419f34e126bd7f187d97f57ef4207607f9e7188c45c723edac3227d578efe2c3ba69525e7f26ba4ce8903ed924e95496f2a71c5c180f894 SHA512 428c5c9fb935b3471a70a25d32603b1d8f9d97e4d0a27be39784425f40a22cb4b1061e69d8780b1398713ab088fbd0c0e1558a383cd2f4e1016945608556769b
|
||||
DIST homeassistant-2022.4.0b2.tar.gz 13501958 BLAKE2B 5f6a94c8910ed13be79ec250c7795462a0e9e855ca264a89b3bee0a65dd3b83f174e93bfa72dcba80c2f870842e97e92928cbe98cb25ceff825bf21169c0d40d SHA512 9511dca4426970e1983eb95d8fce392dd662befe49c6e393ff4f682201c831c60c7092f43daa2619d793dab5fe8ba1947996c145e6af9aa632574d705fcd7d7d
|
||||
DIST homeassistant-2022.4.0b3.tar.gz 15120904 BLAKE2B f88ce05934d9ff903db41569dc210e885ab9dc5e5fb3bcfec2a8f43eb6a24026f264dc7852280feb915277acb85cbe7234d5f1a17a24bf0f57659b6822cd63d9 SHA512 d33c3eb93f26e69ff1b675d961c90f0d5c981553bc9ff60da023d4647391a9d75fd4367cb390aed27520c97d0bf9c70f8116fe5370df4e542971ca0dd1c14e27
|
||||
DIST homeassistant-2022.4.0b4.tar.gz 15129883 BLAKE2B f9e205226b4f5485140def0dbf7f01829310ee850fa4423314b44939dd1291ffd54b9da561a74afcc88a8d003d0962247b18522118c6e0a2e4533d99e2af4464 SHA512 8b44e2fdf78a2df444725cb6cf704c4dbca6a0a12d040a702a0db6f4fae8c73133343e064bc3f702dcc57ce209668587523676894753c104d5284f0cfa8ee05a
|
||||
DIST homeassistant-2022.4.0b5.tar.gz 15132137 BLAKE2B f7601ee5f6da75773b2b318e7192e1bdb67f4055bb72ed5c83fc9030392a7dc88c210923dcbb7b7f8f04b0bf8f0569247bc141a704bfdd40ba3073c6dbec0cbf SHA512 756ce6c40f81161010712fd4503068ffd9ee81651e9b29276ea87c963a6e7cb4fcf450efdbfc27a570259e8158cbdc7ab2efdb74fb4da367ebf7fb942f3b4901
|
||||
DIST homeassistant-2022.4.0b6.tar.gz 15132614 BLAKE2B 47b67da042e198ce78b097d8a0bb0bd758a8f5f9296f2070812fa0f681b24bc6702bc4957d7ab6c7789464b7cf74aff4cfb22432f0d050fb625cb99b8b4d4768 SHA512 9e66ade57083809e22168d110c7fc578b9dcc6ad192d780ac6f35eebb0d30dd9195e9bfded086c0edbaa2ce4d797196fc3aed369edccde3fe05f928a14935044
|
||||
EBUILD homeassistant-min-2022.2.9.ebuild 13303 BLAKE2B da380ab9e5644e3d711a683ddc3d2dd4efddcf6cc025efb06ebe2bf5172118dde34d81b8635a0059525da072fb03a391b6cb112b578986fb25aeaa48d6a3fb08 SHA512 4b44c472195d28ebe05c5ed72c29934b9a4e20cc299c467ed44508f80969ddbc5ceed3b2c13ae224ad696b44a969f40f2af22eb3409d7d34df479807c485e675
|
||||
EBUILD homeassistant-min-2022.3.6.ebuild 13996 BLAKE2B 3eba324d8719cd8fe500bf61f3543aa32c19deec60c5cb2949f6ced78311f00b9c373bed821e120f29d7d437bbe8318efac71dd4ec3beb5aae41f125893e35e3 SHA512 537069e007a7021aea0fdb5fc0abc16b5d85a4463d5805de0c2069575281581c846db41b4c02a1970c30a0a8206b5d40c8f024c84009520667ae7d9214fbe4e1
|
||||
EBUILD homeassistant-min-2022.3.7.ebuild 13996 BLAKE2B 3eba324d8719cd8fe500bf61f3543aa32c19deec60c5cb2949f6ced78311f00b9c373bed821e120f29d7d437bbe8318efac71dd4ec3beb5aae41f125893e35e3 SHA512 537069e007a7021aea0fdb5fc0abc16b5d85a4463d5805de0c2069575281581c846db41b4c02a1970c30a0a8206b5d40c8f024c84009520667ae7d9214fbe4e1
|
||||
EBUILD homeassistant-min-2022.3.8.ebuild 14039 BLAKE2B da66fefeee1967bd488f2b86c63bdeed25fe4bed16fe1fbf1d660e3ecb1e09d2d86ffe36460e3e94613b95ea40c906143c40ad53554cfb28134d4ecb6c30ab10 SHA512 368d608df8679b03d6511d756a4bb48e9893ff0aef058baf45771551d42005a1152e608a1a45acfd7aba1455df524c8403d611b3b3f87a61600e4d01e0208f6e
|
||||
EBUILD homeassistant-min-2022.4.0_beta1.ebuild 14289 BLAKE2B 570a36061fa89f9c57917258160d9eea06af52ff0829db02aa7c6f5e4d184b5b9433d3fc82d56963baac648916573a1dd3962905a2bb3d532863b003cf793036 SHA512 7f1a74430e4d7631c194a8d06cf261922d96d24009c66315a1042977b1f33528b6efc7642661c37c6780238f8d9c623fdd6db022a1093c167ae4dd221929f64c
|
||||
EBUILD homeassistant-min-2022.4.0_beta2.ebuild 14149 BLAKE2B 4a7dd56acaa06db1c7974e239f999af73237df25494c1de68e6600a1cfb1146fabb186da2b88a24a6e3e4941745ffbbffbd1d65c7662ca1dcdc1cd37bddb3092 SHA512 0d92098c6cf47c3d0572d9413f06a71050a7358ef78015d5f6c11b90f44aedbc9537a9a432dfe37b1f744b8844104662e094438cf8aac2df34ce844b947b3dfe
|
||||
EBUILD homeassistant-min-2022.4.0_beta3.ebuild 14149 BLAKE2B b230cd93e7c9f38f450c57a578b738d9a776a374c2492b8de9ea65fd9181fdc750e51561dd8da8aa3a086aa38efe7f387aaf650113c41306e8e0e7c7fc99d5de SHA512 c7c29d61b4488dce1ef5280b4b09cf3050d1faeacc0fa3aaf37da86d29ead5a33ce7a81fcd89dcc23ee655c786cfcfb29680a04170cadf514ba3351a0aab9755
|
||||
EBUILD homeassistant-min-2022.4.0_beta4.ebuild 14149 BLAKE2B b230cd93e7c9f38f450c57a578b738d9a776a374c2492b8de9ea65fd9181fdc750e51561dd8da8aa3a086aa38efe7f387aaf650113c41306e8e0e7c7fc99d5de SHA512 c7c29d61b4488dce1ef5280b4b09cf3050d1faeacc0fa3aaf37da86d29ead5a33ce7a81fcd89dcc23ee655c786cfcfb29680a04170cadf514ba3351a0aab9755
|
||||
EBUILD homeassistant-min-2022.4.0_beta5.ebuild 14149 BLAKE2B b230cd93e7c9f38f450c57a578b738d9a776a374c2492b8de9ea65fd9181fdc750e51561dd8da8aa3a086aa38efe7f387aaf650113c41306e8e0e7c7fc99d5de SHA512 c7c29d61b4488dce1ef5280b4b09cf3050d1faeacc0fa3aaf37da86d29ead5a33ce7a81fcd89dcc23ee655c786cfcfb29680a04170cadf514ba3351a0aab9755
|
||||
EBUILD homeassistant-min-2022.4.0_beta6.ebuild 14149 BLAKE2B 40d09d448bbce3ff09ba2fbbb57f1a98d834e3faaea2d5881434f444ad466976573b48e8c840d469910a482335859fdb6c94cb1c5228c228192f176af4074b30 SHA512 afcf7ac3adaa6dcf78a79cac638ccaa1b36c0480ba9693cd3dc566eb26c42898585139090687437c079f245a23661b0f990c6a98fa00bbb329b5157a9ab18531
|
||||
MISC metadata.xml 8041 BLAKE2B d7d6da49e0236b5e2c83327b7b66b06e84223e6a2716536e283802c41e42205d1ef68e7224b1832af0a6b9b6097c35403eb5af9130603c375515f1579667bfc3 SHA512 17dfd6d0ea57294d0e4e080ca8056a97f44fd7f127baff9685115f0d6ce85d1790c490da21e099a2f9a5afd15afee6b954c320303e6de7fe37bf618104ea8ab0
|
||||
|
||||
+3
-3
@@ -68,7 +68,7 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/grpcio-1.45.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-20220330.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220401.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.14.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpx-0.22.0[${PYTHON_USEDEP}]
|
||||
@@ -145,7 +145,7 @@ RDEPEND="${RDEPEND}
|
||||
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-20220330.0[${PYTHON_USEDEP}] )
|
||||
frontend? ( ~dev-python/home-assistant-frontend-20220401.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.16[${PYTHON_USEDEP}] )
|
||||
@@ -203,7 +203,7 @@ RDEPEND="${RDEPEND}
|
||||
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.69[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.44.1[${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}] )
|
||||
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.69[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.15.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.44.1[${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}
|
||||
+8
-10
@@ -28,7 +28,7 @@ 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 tomorrowio tplink tradfri upnp utility_meter +version +wake_on_lan wemo whois workday yamaha yamaha_musiccast zeroconf zha +zwave_js"
|
||||
IUSE="accuweather airly airvisual alpha_vantage androidtv android_ip_webcam axis bluetooth_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 +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
|
||||
@@ -68,7 +68,7 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/grpcio-1.45.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-20220330.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220405.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.14.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpx-0.22.0[${PYTHON_USEDEP}]
|
||||
@@ -131,7 +131,7 @@ RDEPEND="${RDEPEND}
|
||||
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.6[${PYTHON_USEDEP}] )
|
||||
cast? ( ~dev-python/pychromecast-10.3.0[${PYTHON_USEDEP}] )
|
||||
cast? ( ~dev-python/pychromecast-11.0.0[${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}] )
|
||||
@@ -145,14 +145,14 @@ RDEPEND="${RDEPEND}
|
||||
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-20220330.0[${PYTHON_USEDEP}] )
|
||||
frontend? ( ~dev-python/home-assistant-frontend-20220405.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.16[${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.20.0[${PYTHON_USEDEP}] )
|
||||
knx? ( ~dev-python/xknx-0.20.1[${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}] )
|
||||
@@ -166,7 +166,6 @@ RDEPEND="${RDEPEND}
|
||||
octoprint? ( ~dev-python/pyoctoprintapi-0.1.8[${PYTHON_USEDEP}] )
|
||||
otp? ( ~dev-python/pyotp-2.6.0[${PYTHON_USEDEP}] )
|
||||
owntracks? ( ~dev-python/pynacl-1.5.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.1[${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}] )
|
||||
@@ -193,11 +192,10 @@ RDEPEND="${RDEPEND}
|
||||
tankerkoenig? ( ~dev-python/pytankerkoenig-0.0.6[${PYTHON_USEDEP}] )
|
||||
tasmota? ( ~dev-python/HATasmota-0.4.0[${PYTHON_USEDEP}] )
|
||||
tile? ( ~dev-python/pytile-2022.2.0[${PYTHON_USEDEP}] )
|
||||
tplink? ( ~dev-python/python-kasa-0.4.2[${PYTHON_USEDEP}] )
|
||||
tradfri? ( ~dev-python/pytradfri-9.0.0[${PYTHON_USEDEP}] )
|
||||
tplink? ( ~dev-python/python-kasa-0.4.3[${PYTHON_USEDEP}] )
|
||||
upnp? ( ~dev-python/async-upnp-client-0.27.0[${PYTHON_USEDEP}] )
|
||||
utility_meter? ( ~dev-python/croniter-1.0.6[${PYTHON_USEDEP}] )
|
||||
version? ( ~dev-python/pyhaversion-22.2.0[${PYTHON_USEDEP}] )
|
||||
version? ( ~dev-python/pyhaversion-22.4.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}] )
|
||||
@@ -205,7 +203,7 @@ RDEPEND="${RDEPEND}
|
||||
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.69[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.44.1[${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}] )
|
||||
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.69[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.15.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.44.1[${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}
|
||||
@@ -12,14 +12,14 @@ DIST homeassistant-2022.2.9.tar.gz 13423139 BLAKE2B eef653f45d01dfeb191d421905aa
|
||||
DIST homeassistant-2022.3.6.tar.gz 13937549 BLAKE2B 1bc1a835ab04de3bdb206f9684af73337151e92d3827dd06aa48d20e513d1de408c18fa3166c550578c9de15295edd0e3f1e97ca52a58fcfe22a2fabc5186589 SHA512 a4794c7e4c35e794a11682d79514c2b176f68944915f13a495e3c0cfc39566105df44dce355e37de9c2552dd0eb5e871d4c7f3f17ce25ba7703c2cba6a0f08b4
|
||||
DIST homeassistant-2022.3.7.tar.gz 13936325 BLAKE2B 37d84e15f68d44b3c5cd47088ead328f0e4e543240bfe85b02cdfe56858b43146e15be8de572743aced8ef6357882f1fbd2a3d2daf56308260f505ea9f54125e SHA512 df254ac03ac34bc9022c068cbbc48e68530818c653c5db8e7b352e901276514371e6ef558db3fb7385f034f243ead55c6865bb07a5ff9d04f557fff0673f34a4
|
||||
DIST homeassistant-2022.3.8.tar.gz 13937134 BLAKE2B d8c9922fd0e3c4b78609e0b286a569723784ba3bd909a522f340302fda42441a36932946b217d94a2ebdacad6068f5b1270fd25727d5582fbce65b1a75afbc7f SHA512 fe40837a3ce70860e37fe8aadfbe3545e0ab22e203677996352f26444319f3856dca940a4bcec7da9d8ab9dc854dd52211795890939a2c44edcc811942f1e1da
|
||||
DIST homeassistant-2022.4.0b1.tar.gz 13501863 BLAKE2B eda31f4881b91b7c7419f34e126bd7f187d97f57ef4207607f9e7188c45c723edac3227d578efe2c3ba69525e7f26ba4ce8903ed924e95496f2a71c5c180f894 SHA512 428c5c9fb935b3471a70a25d32603b1d8f9d97e4d0a27be39784425f40a22cb4b1061e69d8780b1398713ab088fbd0c0e1558a383cd2f4e1016945608556769b
|
||||
DIST homeassistant-2022.4.0b2.tar.gz 13501958 BLAKE2B 5f6a94c8910ed13be79ec250c7795462a0e9e855ca264a89b3bee0a65dd3b83f174e93bfa72dcba80c2f870842e97e92928cbe98cb25ceff825bf21169c0d40d SHA512 9511dca4426970e1983eb95d8fce392dd662befe49c6e393ff4f682201c831c60c7092f43daa2619d793dab5fe8ba1947996c145e6af9aa632574d705fcd7d7d
|
||||
DIST homeassistant-2022.4.0b3.tar.gz 15120904 BLAKE2B f88ce05934d9ff903db41569dc210e885ab9dc5e5fb3bcfec2a8f43eb6a24026f264dc7852280feb915277acb85cbe7234d5f1a17a24bf0f57659b6822cd63d9 SHA512 d33c3eb93f26e69ff1b675d961c90f0d5c981553bc9ff60da023d4647391a9d75fd4367cb390aed27520c97d0bf9c70f8116fe5370df4e542971ca0dd1c14e27
|
||||
DIST homeassistant-2022.4.0b4.tar.gz 15129883 BLAKE2B f9e205226b4f5485140def0dbf7f01829310ee850fa4423314b44939dd1291ffd54b9da561a74afcc88a8d003d0962247b18522118c6e0a2e4533d99e2af4464 SHA512 8b44e2fdf78a2df444725cb6cf704c4dbca6a0a12d040a702a0db6f4fae8c73133343e064bc3f702dcc57ce209668587523676894753c104d5284f0cfa8ee05a
|
||||
DIST homeassistant-2022.4.0b5.tar.gz 15132137 BLAKE2B f7601ee5f6da75773b2b318e7192e1bdb67f4055bb72ed5c83fc9030392a7dc88c210923dcbb7b7f8f04b0bf8f0569247bc141a704bfdd40ba3073c6dbec0cbf SHA512 756ce6c40f81161010712fd4503068ffd9ee81651e9b29276ea87c963a6e7cb4fcf450efdbfc27a570259e8158cbdc7ab2efdb74fb4da367ebf7fb942f3b4901
|
||||
DIST homeassistant-2022.4.0b6.tar.gz 15132614 BLAKE2B 47b67da042e198ce78b097d8a0bb0bd758a8f5f9296f2070812fa0f681b24bc6702bc4957d7ab6c7789464b7cf74aff4cfb22432f0d050fb625cb99b8b4d4768 SHA512 9e66ade57083809e22168d110c7fc578b9dcc6ad192d780ac6f35eebb0d30dd9195e9bfded086c0edbaa2ce4d797196fc3aed369edccde3fe05f928a14935044
|
||||
EBUILD homeassistant-2022.2.9.ebuild 28791 BLAKE2B d25e64de4155e15bfde39123bb82a1a903880f772079751acf1a055cf51f78f9e6d54f696db4eb002c72f72fa9703c7001f5c4434e26188a28010158791402f9 SHA512 f91d392f21daef1ac18ba776dc57ab363a87f1d021381d181f4caa0f35ac4870b7e1801bb28d73e54be479d3eb35c03781ca568e388738575f157f8fcdb09edb
|
||||
EBUILD homeassistant-2022.3.6.ebuild 28931 BLAKE2B fc61b9888552ef9b4d1f0f272586e579238639b6cba237b6aea0fb9acaf22806ac81bee293aa23eb4c022ad8d8a945f6de2acaf27d30733d237cf4208cdca913 SHA512 f7bee27ab0d56f17e6da9eea4723fa52d6333410d27bd19d52ace6f59a29c3d321e75cfed15455efff3dbd677d4811cb70125604703b92aa5d4f71f54e1bbf05
|
||||
EBUILD homeassistant-2022.3.7.ebuild 28931 BLAKE2B 0c9e208b3afb7b519e1d5fa3de780e6424ffd492d8ba28c34aed8c754bcc916cc8d5c7d09b1175e6ba92ebf257ba6bcb10d672ec675881fa0e0c9f7c2b81b51a SHA512 8846026da1a48e11d7384cc1c80540ee603e632a216fbce2dbf6cb19a2c0eb6c1df24d4d809fec7b96f856ff1071eafb0d3e14b0b4e0218713c9a090baa72561
|
||||
EBUILD homeassistant-2022.3.8.ebuild 28974 BLAKE2B 72f6380cf807c0031d52a462e8c7acc3bd820e810d78a15f72f3a93466fca35a25a531d0b0108bd67f7638e5edc2391a2315aaaa758a0561991451656d8d6485 SHA512 416d68055b83cd7aa990ba8d942a63616a8f1208690f2e5aafb074fbaeae316b6b94d44e9843a40253a6259272efcee45f6fbbdbf8f141440385d9365e76a00a
|
||||
EBUILD homeassistant-2022.4.0_beta1.ebuild 29230 BLAKE2B 59d4c2337f071a94e8ec632694ec94a5ea9734ba246dae65dcdd9f3f029e7cf410dd7712f5751d345fe3ca5de19851fc03e9758fdabd152ce704a90145df680b SHA512 df6039e3624bd2f5eab2b7632351dd69f88eb86c86307fcaaeab4e314d7143da930ab8434788ed508b58dfe35e57317c5369e393bbe3a5084d375f2085af29ef
|
||||
EBUILD homeassistant-2022.4.0_beta2.ebuild 29042 BLAKE2B ccced9ce2926853022e125af8c13fc5d9e2347659e31842fb8331e33e4562c908c19d2428386577abc65101fbfbabf7f1053ed4c170235d1eec079185ef8e877 SHA512 34855271a4d7235b17d05141f3153a68542304bcd0eb1d6079c4fe33cd43302b6059651ec52f1c076a764cfbb038160b2ed655e3835ecb3bc3a9bd5d60afdf69
|
||||
EBUILD homeassistant-2022.4.0_beta3.ebuild 29042 BLAKE2B d3b9d506ad61400b9b85f1e31e316327db9defe2cc24f1b775b5a4fb8ae68b3dbcf4f074f3c8ff26f223a76dcfae7867620f11236cde0cac5ea16da1e83e1c78 SHA512 095771c9ef60e759cb6ef7dad4f32b6e24e9b45c0819b9dc24e70822dddbbe1a7b6293bbca15e53e4cb5dcefea147f315efd8c0642a7d9018945493dff624326
|
||||
EBUILD homeassistant-2022.4.0_beta4.ebuild 29043 BLAKE2B a2290e9572cafef5e027b9e2339f430cad3eed0e285852881faec6858a937918c116a333d7059c1bd869940d4bd652606c6e14d10d44977a3942b97c33c4a51e SHA512 96a85b8b996e926d31699adf001a958ee31d252dcdcef9ca38f6763782052a771f7136a5756a165a2ca7354bf608ebf92d34c54b4a2f5d054131c51bbc302eb8
|
||||
EBUILD homeassistant-2022.4.0_beta5.ebuild 29043 BLAKE2B a2290e9572cafef5e027b9e2339f430cad3eed0e285852881faec6858a937918c116a333d7059c1bd869940d4bd652606c6e14d10d44977a3942b97c33c4a51e SHA512 96a85b8b996e926d31699adf001a958ee31d252dcdcef9ca38f6763782052a771f7136a5756a165a2ca7354bf608ebf92d34c54b4a2f5d054131c51bbc302eb8
|
||||
EBUILD homeassistant-2022.4.0_beta6.ebuild 29043 BLAKE2B de32af95a09cc3580ba57de291a4f23212e5395158000a464a61bdb2be04cacbb1070d4e89a290fb4ed2227736d948ef88c8634bbb53628dbf1a9060bad48168 SHA512 0190884cf25539d5ab8a74da729ea87a7783df891f62bae92bd9cc832426906de5ba580fc357c3cf340e89e60ab59a4fa8c2c10b623e93bb62079f5bb75fd485
|
||||
MISC metadata.xml 25546 BLAKE2B d6008cba5cc5e656e189352d0acb5922d45e95c65ea59f43dd4b8febadf00012508c94dc9f2795db7bb87d29f44760d24ec712b69adcbf4ef465731ef7067d5c SHA512 e12b43f0f3adaeec2fe621d2718bd94bac14509d5e0b47a34c280ca3d0a097a225df2748d3874a58d6edec5ab401c732d5c2104e50620d6cf6b8e4038d705d85
|
||||
|
||||
+3
-3
@@ -219,7 +219,7 @@ RDEPEND="${RDEPEND}
|
||||
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}] )
|
||||
environment_canada? ( ~dev-python/env-canada-0.5.21[${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}] )
|
||||
@@ -312,7 +312,7 @@ RDEPEND="${RDEPEND}
|
||||
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.2[${PYTHON_USEDEP}] )
|
||||
plugwise? ( ~dev-python/plugwise-0.17.3[${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}] )
|
||||
@@ -392,7 +392,7 @@ 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.9[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.27.0[${PYTHON_USEDEP}] )
|
||||
yeelight? ( ~dev-python/yeelight-0.7.10[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.27.0[${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}] )
|
||||
+7
-7
@@ -68,7 +68,7 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/grpcio-1.45.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-20220330.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220401.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.14.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpx-0.22.0[${PYTHON_USEDEP}]
|
||||
@@ -219,7 +219,7 @@ RDEPEND="${RDEPEND}
|
||||
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}] )
|
||||
environment_canada? ( ~dev-python/env-canada-0.5.21[${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}] )
|
||||
@@ -237,7 +237,7 @@ 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-20220330.0[${PYTHON_USEDEP}] )
|
||||
frontend? ( ~dev-python/home-assistant-frontend-20220401.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}] )
|
||||
@@ -312,7 +312,7 @@ RDEPEND="${RDEPEND}
|
||||
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.2[${PYTHON_USEDEP}] )
|
||||
plugwise? ( ~dev-python/plugwise-0.17.3[${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}] )
|
||||
@@ -383,7 +383,7 @@ RDEPEND="${RDEPEND}
|
||||
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.1[${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}] )
|
||||
@@ -392,11 +392,11 @@ 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.9[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.27.0[${PYTHON_USEDEP}] )
|
||||
yeelight? ( ~dev-python/yeelight-0.7.10[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.27.0[${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.69[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.44.1[${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}] )
|
||||
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.69[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.15.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.44.1[${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}] )"
|
||||
+14
-16
@@ -28,7 +28,7 @@ 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 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 tomorrowio 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"
|
||||
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 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
|
||||
@@ -68,7 +68,7 @@ RDEPEND="${RDEPEND}
|
||||
~dev-python/grpcio-1.45.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-20220330.0[${PYTHON_USEDEP}]
|
||||
~dev-python/home-assistant-frontend-20220405.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpcore-0.14.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}]
|
||||
~dev-python/httpx-0.22.0[${PYTHON_USEDEP}]
|
||||
@@ -188,7 +188,7 @@ RDEPEND="${RDEPEND}
|
||||
caldav? ( ~dev-python/caldav-0.8.2[${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-10.3.0[${PYTHON_USEDEP}] )
|
||||
cast? ( ~dev-python/pychromecast-11.0.0[${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}] )
|
||||
@@ -219,7 +219,7 @@ RDEPEND="${RDEPEND}
|
||||
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}] )
|
||||
environment_canada? ( ~dev-python/env-canada-0.5.21[${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}] )
|
||||
@@ -237,7 +237,7 @@ 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-20220330.0[${PYTHON_USEDEP}] )
|
||||
frontend? ( ~dev-python/home-assistant-frontend-20220405.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}] )
|
||||
@@ -270,7 +270,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.20.0[${PYTHON_USEDEP}] )
|
||||
knx? ( ~dev-python/xknx-0.20.1[${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}] )
|
||||
@@ -306,14 +306,13 @@ RDEPEND="${RDEPEND}
|
||||
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}] )
|
||||
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.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.2[${PYTHON_USEDEP}] )
|
||||
plugwise? ( ~dev-python/plugwise-0.17.3[${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}] )
|
||||
@@ -328,7 +327,7 @@ RDEPEND="${RDEPEND}
|
||||
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}] )
|
||||
roku? ( ~dev-python/rokuecp-0.16.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-2.5.0[${PYTHON_USEDEP}] ~dev-python/wakeonlan-2.0.1[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.27.0[${PYTHON_USEDEP}] )
|
||||
@@ -363,8 +362,7 @@ RDEPEND="${RDEPEND}
|
||||
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.2[${PYTHON_USEDEP}] )
|
||||
tradfri? ( ~dev-python/pytradfri-9.0.0[${PYTHON_USEDEP}] )
|
||||
tplink? ( ~dev-python/python-kasa-0.4.3[${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}] )
|
||||
@@ -374,18 +372,18 @@ RDEPEND="${RDEPEND}
|
||||
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}] )
|
||||
version? ( ~dev-python/pyhaversion-22.4.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.2.0[${PYTHON_USEDEP}] ~dev-python/sqlalchemy-1.4.32[${PYTHON_USEDEP}] )
|
||||
webostv? ( ~dev-python/aiowebostv-0.2.0[${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.1[${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}] )
|
||||
@@ -394,11 +392,11 @@ 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.9[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.27.0[${PYTHON_USEDEP}] )
|
||||
yeelight? ( ~dev-python/yeelight-0.7.10[${PYTHON_USEDEP}] ~dev-python/async-upnp-client-0.27.0[${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.69[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.14.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.44.1[${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}] )
|
||||
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.69[${PYTHON_USEDEP}] ~dev-python/zigpy-deconz-0.15.0[${PYTHON_USEDEP}] ~dev-python/zigpy-0.44.1[${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}] )"
|
||||
@@ -1,3 +1,3 @@
|
||||
DIST ConfigArgParse-0.11.0.gh.tar.gz 24579 BLAKE2B 45dcad6dfc7565903c399f98a4ad35581ca0eca15c354298c80f46effd7e1ad6e4a53b1c0320774069a82890afb46ed356a2aa5715089d13036312190485526c SHA512 5effadc8859ab388313bbd6fdd0c1f9fd85d0599be42b8db0b4604f8964c3f0631be6a4484e1268f0b284b72e2888a7945e17e02e33604306277667a37ad2c34
|
||||
EBUILD configargparse-0.11.0.ebuild 751 BLAKE2B cd7e5ff22d01a9bfbe8738d3791b7b252220002461f58712b330a1ca3ad3411410b511afb84948c0a7078082500bf385edb35f38ee14e6d4bb881c1ad1c5bb13 SHA512 562fb605ef68300557a80a4c0bf83cb089ea54266d5aee1dccdab8f61c936afdebd5c21ae999824d6655db43bcbefe7b84b53d9b84578055c7f8c969d6a2b5f7
|
||||
EBUILD configargparse-0.11.0-r1.ebuild 943 BLAKE2B e9e5bc238939c45fc1c2f2a43721c3cfd1a5d1d5f1c73ce4291657ba20de30f7baeefcd9f3e66c3308e6639452fba1aef9b0fdda3e4ca05a303dae01eb798d8f SHA512 ab057a1eb843f2f176567866339eca4911b1d8a03bd7255c99144e737944f0bea43176ff611ca040a90fab90b0bbe4e0d7bf686a7d959010d98c53a16959234d
|
||||
MISC metadata.xml 333 BLAKE2B 50ddd82eb969c5a6c80fce1c6d189897b5f7819d50e3bd56512ba0119102226b1f320ad7ad54f997404ea722d55308b2fe7d8a9d061a15d78e4577f04b16d7f5 SHA512 afcf564811a51ce22bcbdb57d6d3ed087986e9079ebfa4d12934978b0d754c453a9294717dd415e54d8d171e5d0cc444fc459276ceb8775c27eb0f9afa3fb6ac
|
||||
|
||||
@@ -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="A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables."
|
||||
HOMEPAGE="https://github.com/bw2/ConfigArgParse https://pypi.org/project/ConfigArgParse/"
|
||||
MY_PN="ConfigArgParse"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
SRC_URI="https://github.com/bw2/ConfigArgParse/archive/${PV}.tar.gz -> ${MY_P}.gh.tar.gz"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PN="ConfigArgParse"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Drop-in replacement for argparse supporting config files and env variables"
|
||||
HOMEPAGE="https://github.com/bw2/ConfigArgParse https://pypi.org/project/ConfigArgParse/"
|
||||
SRC_URI="https://github.com/bw2/ConfigArgParse/archive/${PV}.tar.gz -> ${MY_P}.gh.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
python_test() {
|
||||
local -x COLUMNS=80
|
||||
esetup.py test
|
||||
}
|
||||
@@ -1,9 +1,5 @@
|
||||
DIST env-canada-0.2.5.tar.gz 15179 BLAKE2B f92107759aaa3dd4f1f6c84f12de59eef406eaa7220ba303d82e974e4783831e98c62a8e658c568c75da381137060c6b2e22a426b016e722c64849df85357d3d SHA512 a35848fdc66a1e6d504faea68c448b3b17ccca159d7c2bafd3e74ca85f024e66c2b0f77c41e7961e9211dc18821527ee4d2826c0cdfb71e757c17867da22e980
|
||||
DIST env-canada-0.5.14.tar.gz 21275 BLAKE2B d7b856f093169af99f347560789d1813df4603b87b4043a00db05abdff7c5613227aecd759d38d3f2d913aecadb46e4526b3bc7ac0668ef8e1e787f024e5dd0a SHA512 1a866058aa593877c1a3381bb4011d0607613841e210d2215eff6ba18aabada2a6c22c7ee5f94710f62ae114bee8ce8725989f750d180f148bbc949a34f1858d
|
||||
DIST env-canada-0.5.18.tar.gz 20611 BLAKE2B 9c8838b826e6eb7ef014169bf884bb68afe5659117fab8c354d8dc65523b5802b2c88f53bcf69d627938eaf3f3ddcd9cbf6a377613bbb2c8a8b4a03397e1fdfd SHA512 2f759aea61de232233e32d676248798f20992f8e0bb7269bcae883c8f0efa612df19db27315dec070e8cbc347be8c7ea725b14d22ba8ce2f08057d67f710addb
|
||||
DIST env-canada-0.5.20.tar.gz 20798 BLAKE2B 5b94886a3c16734caed784a1d466000d1c2e546035636b500b8ced6512866fdd1f5aefd2502555a3087435c2ab426dd18b7715470b927a74c9528955432a6c15 SHA512 08ab75f0fe1463ef6fa18408c1af05e112a9404b8534afcfcb22cfed5cd24eb0f17bb4c1d13fa37182957dde078f4a15c84a592f36067780b1bbdca76315c0c3
|
||||
EBUILD env-canada-0.2.5.ebuild 1089 BLAKE2B f7c1bb9acaeacd1e669bc1210036a6524222f75ea531cb8bbeb522716fb5da9a48a4e206250e4a620523acbdde8d6cf26ec1deda3bce30747f5020cf1d691ab8 SHA512 ed2cbf52c2956ceec2566d6bfde7784edb6d405611bdc5eba0d838df9fd73b5fb9d1fed849bb6cf782e0926e59360c5f9590257e6ef6a50e7c854236af869c82
|
||||
EBUILD env-canada-0.5.14.ebuild 1258 BLAKE2B 1fbad2451f937dc95bb8bc1d4ad6edffa24ffc4dd26762396605b8b96a26947f80a98cb6b10c83aeceed3e6fd5163c7a4ce4ab99054ed84d9909d749321a7b0c SHA512 b41ec8959e8893f5e3eb5026c823002f1f57608fc19baf57bc49bb133924706451527f6821ee733880a52e6b5c00c3f03ddefd6f4b2236bbe63a2b7dbce5bca5
|
||||
EBUILD env-canada-0.5.18.ebuild 1258 BLAKE2B 1fbad2451f937dc95bb8bc1d4ad6edffa24ffc4dd26762396605b8b96a26947f80a98cb6b10c83aeceed3e6fd5163c7a4ce4ab99054ed84d9909d749321a7b0c SHA512 b41ec8959e8893f5e3eb5026c823002f1f57608fc19baf57bc49bb133924706451527f6821ee733880a52e6b5c00c3f03ddefd6f4b2236bbe63a2b7dbce5bca5
|
||||
DIST env-canada-0.5.21.tar.gz 21009 BLAKE2B 850c844b3b186bbfb41fe94b23c46d37d2d6ef07922fb9cc506f8b7372965bb6f84058599151c8c24403e144f2938694a488e0e60ce45bbc3d7dd622f72d8ede SHA512 4c1e697d0606b3e35c573315501385cca7079623a21dd391aa43f26a0deedc083530a3a32cae64cabc4b93b5d8761df799ed325cc5714a891dbc2e79d9bb1dbb
|
||||
EBUILD env-canada-0.5.20.ebuild 1254 BLAKE2B c9009949b3c5e00f0ab7412b68eb217cd9374734a7d8b1a6c74c243e40a0f5b036a773caf1c4620fef4a0c612beef597199681d509f69517833c19349ace6f3f SHA512 3950f74b7c1ed35807372325a0e83a17a8e211a0c0c1878df7f6f69a714f8567d21341a3c5c584d55e1b222664f2a01bc56e7c264b6179772737cf0b8be9ebb2
|
||||
EBUILD env-canada-0.5.21.ebuild 1254 BLAKE2B c9009949b3c5e00f0ab7412b68eb217cd9374734a7d8b1a6c74c243e40a0f5b036a773caf1c4620fef4a0c612beef597199681d509f69517833c19349ace6f3f SHA512 3950f74b7c1ed35807372325a0e83a17a8e211a0c0c1878df7f6f69a714f8567d21341a3c5c584d55e1b222664f2a01bc56e7c264b6179772737cf0b8be9ebb2
|
||||
MISC metadata.xml 459 BLAKE2B 358e73c31e13c3e2810976917bf5fc87ff2c4e3f49bed64d22d4dfc3aa912de81641803a8564c63bae35bc85fdf57f69cf82cda761325a184ce5c93cc3986eff SHA512 0c8c645961f6d69096f93b802a9525395994e147c2405686f4696dd78baada59f45037d45a2bddeedfac4e8dfc847359f2fdf5c865322b1ff4be45901cdf96fe
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN=${PN//-/_}
|
||||
DESCRIPTION="A package to access meteorological data from Environment Canada"
|
||||
HOMEPAGE="https://github.com/michaeldavie/env_canada https://pypi.org/project/env-canada/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/imageio[${PYTHON_USEDEP}]
|
||||
dev-python/geopy[${PYTHON_USEDEP}]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/ratelimit[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/requests-futures[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,48 +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
|
||||
|
||||
MY_PN=${PN//-/_}
|
||||
DESCRIPTION="A package to access meteorological data from Environment Canada"
|
||||
HOMEPAGE="https://github.com/michaeldavie/env_canada https://pypi.org/project/env-canada/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${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[${PYTHON_USEDEP}]
|
||||
dev-python/geopy[${PYTHON_USEDEP}]
|
||||
dev-python/imageio[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/voluptuous[${PYTHON_USEDEP}]
|
||||
dev-python/pillow[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
sed -i "s/packages=setuptools.find_packages()/packages=setuptools.find_packages(exclude=['tests','tests.*'])/g" -i setup.py || die
|
||||
eapply_user
|
||||
}
|
||||
+1
-1
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${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,5 +1,5 @@
|
||||
DIST hangups-0.4.14.tar.gz 98178 BLAKE2B e0c649844c90ef29c8f847d43a6919be619d3a1641e5d53db813c4c76afbd5fd8b7c8629fc82f4c175b2d3b26bda0888c8dd65c5d820a9961f4d9aec71357438 SHA512 5e2ced76e2a6f746d7a5218c11425956d34ce85972a4d56520c10f86179d404fe55170c13109044d17a5c7c2c50603cc654f19a9620ad927fa619f48bff55c66
|
||||
DIST hangups-0.4.17.tar.gz 98274 BLAKE2B 39726a1a7ce7b671bee2903db86be6805615ac20d08bd09271c2a4bceea45f6ac4f4b1baa89c262587b138fc8a07082792e05123d30df326b00386d5ee722901 SHA512 6702203c91cedb93bf6477ee5f0836e419b9726823601a8199056f0375d316f5f9b6071aff2a7fcb31bb5409cae6feb398c21e25581efd58574da0534655b26a
|
||||
EBUILD hangups-0.4.14.ebuild 1210 BLAKE2B 00e925ab84bb5691d95d11bdad2f077206184a7eb287123410d4a3cd7aae19385f0a0be4392446989467c0b77863cf4975535c6cb352528463f2ebf96aa5df79 SHA512 b553dfbd63b677ef212e559362ceda22b1c057adb03b90f6e39e8ee99d7621d27fda8415abbae793e7e6b784fba31f11a462850d49ebf617c0a41c055f70fa3d
|
||||
EBUILD hangups-0.4.17.ebuild 1208 BLAKE2B 2f803f53b94e216afd817a2c726bf41c63ff0dd2d7ad7a8a189fec27e146b99a6b6b11dc5500a6bb2269454e9434b921bbb73fee474cea1464ca723beeb92a03 SHA512 674be15c5dfe8e803dab74c4d79a9b5bb370727d0e972fec3a7687d629079180f56a96950ba96ac35df19ff35de4c3620eee17de96666cd536d59b38040c8462
|
||||
DIST hangups-0.4.18.tar.gz 98397 BLAKE2B 07cd3b85396e66d3f840049bd68bd07ddb396c6086d00e9fecae7120d1481ab11099b9bdeb25cda122b7215bb2e1b3c5199675fbb04a9c71cb3eecc9075903e7 SHA512 339ef1ac9a6f0031a94015eb7fee1a76e020321e9220afa54604543c052a15422267692bea23e21c60b31a7002fb447ac850bc3616f9353be20e92085e75f155
|
||||
EBUILD hangups-0.4.17.ebuild 1204 BLAKE2B 5193ab4341458080af0632013bf0c486612d4a4e878304ef66f32d515851b34255eb45c997bf7261e1c33945acf946e253d188c78f51e3619e0c7317e3523827 SHA512 f90f845d64fb4be0593a0f18971add333aba46263001624a7dfc68ec5ac7481de76382bfd3c71d1f84f0533aef50352342bef5b5efd50b7b9af57373eb63e38e
|
||||
EBUILD hangups-0.4.18.ebuild 1210 BLAKE2B 2f7dff4200f981ae213af3fdf7f2faa3428828b3f1dfc8279e00acd5db9eaff92933cfaf6ea2686721061c2af7239e10bf7c268b19a72d1cf7bfcd47ac6cdab6 SHA512 654dd7bec5868d94575e8b364124f42770fc3c67d5068945bda7815d6758148f8ea467bbd22c7292e25d8b5abb33dfca9200ce68c1b997979959701131d2f7d1
|
||||
MISC metadata.xml 451 BLAKE2B 1f2f40e10acb79f4fa5757212b27ef94b26ed07a92f978f019e6adcd6d55a3c821ace6443fc1bdbccf4037df16ee1e7bc716690bbd1fb7fa74a27c3fcb5398b4 SHA512 c17dc52ee756daf9c7d33d3637ddb516ad0ae6f15a0ad95e4f5420a800060609f71a8320815e4b0b3b93d2f5eb9bb7a1d3b5cdcc7522e682d7c6d5123493e4e4
|
||||
|
||||
@@ -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,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,14 +13,14 @@ 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="README.rst"
|
||||
|
||||
RDEPEND="~dev-python/configargparse-0.11.0[${PYTHON_USEDEP}]
|
||||
dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-3.7[${PYTHON_USEDEP}]
|
||||
dev-python/async_timeout[${PYTHON_USEDEP}]
|
||||
>=dev-python/appdirs-1.4[${PYTHON_USEDEP}]
|
||||
~dev-python/readlike-0.1.2[${PYTHON_USEDEP}]
|
||||
@@ -1,11 +1,11 @@
|
||||
DIST home-assistant-frontend-20220203.1.tar.xz 20892104 BLAKE2B 755fe132ee230a170b7ea773e27fe38a2ca23f80ee7181fe8bd7b151d485be0bcc3767a0b2dcec7c0c3bf76668c7be7732acdd931ce349ed6517eee8941a3633 SHA512 fd0b7aaa4f5ebdea09f5aa53297dd93b5feef9b0b80afedd12a2630dfc4916afbe8eecf5833302c8afcd5628baf0ea586ed41823c2a9b8ffca62fbfcdd91ee53
|
||||
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-20220330.0.tar.xz 21949644 BLAKE2B 4e43f71a0d51a066e5aaca7e85c3fdd2b25d4425dce420d63ef1c3b79467045eb21e2b62b27b80512e8f7bba01851876537c9f5110de9f67b07436529d8d0270 SHA512 07c84ffd240ffbb4ac67bbe66e2b16d9fa6d411e33dec80ffc9b33f7a783469b4f953d41fc4b631635e93f7f20eb1b8a6c157532bb79f92c631d5c4313aaa6a5
|
||||
DIST home-assistant-frontend-20220401.0.tar.xz 22035536 BLAKE2B 8da3e7c3858422c733f22011ca911c3a399316bc2abf5a7d8b3b00d6e9e1d48d9bdd7b62138e6af97d557c58a8d44d42df4463bfe60828f29221c1c2e2268385 SHA512 eab3efb9783f85023e55861c140aa64e5d2d5c3c9f8a4cbc8004d40f5cd49f2ee9e48f9503189c570622125ac91b7239b14bce260f99bfb4264aee3ab84cf258
|
||||
DIST home-assistant-frontend-20220405.0.tar.xz 22023740 BLAKE2B 3c22a7c219afc6e73798a09c7e2879bf0b70485e1ed40bce8819d95bfc5987efa93a46c55a5afeaea6c0aa23952e15c6b8203c53f9b56a501dafe7c7fc2f5ce4 SHA512 1bca4aa3e749cb20cec6473b83255eb29bee2719fac41118bb24222f3e2b764c803a245dc72e2644efdf2e94c6d267482b91083a78b791538bd6f82652c55e71
|
||||
EBUILD home-assistant-frontend-20220203.1.ebuild 776 BLAKE2B 0aaea554515148a3ccdf512bc0ac8d29f6cf6ca298c302681283f196bdaf2f3a8d2a3a3bbd1d7148baa3bde08b96cb9d4aba76977b77b5cd287e442cca44fb86 SHA512 8df6b3b5c970573e4369be3b29e2a9211b7ae20f1b77353253e7d89e856ebe26b63d8fc31dd53e9e59cd40a846c7ea8570e23abc99fc7f5e9c853278d683607b
|
||||
EBUILD home-assistant-frontend-20220301.0.ebuild 777 BLAKE2B ab4a99e967aa870abed543c41e2ded5c5514d74e0ad89f65914e083febab8e20e76b48b1411d8d6f64e893c7527a0f13ad61f05f539b3a40e61734da0ea92631 SHA512 d78c22ca815f18fa40ca130141b57413486f18ad7a7e8ed68ebcca241c6c1c467f56c26d34ead537d303460dce2500606073628f55b1481d270b8d3665f71363
|
||||
EBUILD home-assistant-frontend-20220301.2.ebuild 777 BLAKE2B ab4a99e967aa870abed543c41e2ded5c5514d74e0ad89f65914e083febab8e20e76b48b1411d8d6f64e893c7527a0f13ad61f05f539b3a40e61734da0ea92631 SHA512 d78c22ca815f18fa40ca130141b57413486f18ad7a7e8ed68ebcca241c6c1c467f56c26d34ead537d303460dce2500606073628f55b1481d270b8d3665f71363
|
||||
EBUILD home-assistant-frontend-20220330.0.ebuild 817 BLAKE2B 312f72da67c08176173143f5d77bdb0ae1c528ac39c9fcb28009830e861bfc25fbf8a2a606f28d87a983a28a42ea50e40ed96f6155d042358df82bc4829fd4a6 SHA512 e845c3271a7656de7c67b7df21f0be48ba96deeb1dd6ab75ff9121bbd19e704cf670681e726c7aa0a973489030299983f0335599899f1b8ea4dd014966bef826
|
||||
EBUILD home-assistant-frontend-20220401.0.ebuild 817 BLAKE2B 312f72da67c08176173143f5d77bdb0ae1c528ac39c9fcb28009830e861bfc25fbf8a2a606f28d87a983a28a42ea50e40ed96f6155d042358df82bc4829fd4a6 SHA512 e845c3271a7656de7c67b7df21f0be48ba96deeb1dd6ab75ff9121bbd19e704cf670681e726c7aa0a973489030299983f0335599899f1b8ea4dd014966bef826
|
||||
EBUILD home-assistant-frontend-20220405.0.ebuild 817 BLAKE2B 312f72da67c08176173143f5d77bdb0ae1c528ac39c9fcb28009830e861bfc25fbf8a2a606f28d87a983a28a42ea50e40ed96f6155d042358df82bc4829fd4a6 SHA512 e845c3271a7656de7c67b7df21f0be48ba96deeb1dd6ab75ff9121bbd19e704cf670681e726c7aa0a973489030299983f0335599899f1b8ea4dd014966bef826
|
||||
MISC metadata.xml 485 BLAKE2B db31a294d5ca2f4824e6ab06aaf266b0182e1c9b49d5aeafd299fd408fc5a96d0db3ac4d72732291b0c7f74480dab6cd4febcbeced136372db499d67eb46edac SHA512 c5a5ddd828915cd14975e480b2c6c9aa599aeb32ee6d7bfef4995450fa8b6d4cdc4b281c34c4cc34d4b15f8443c1d780bf72b5f5443edbcd50054fa434f367e5
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
DIST plugwise-0.16.6.tar.gz 61361 BLAKE2B fc7116faf343118c4746f4bd53903213a65b89f97cf83cc95ee3ef32f965783248f6f416e85d1dff28648ae4cb037f1ec87586a28d6877dd495d398b7debe103 SHA512 459568c526088061f3b6ecc9e5fcd732cc2bd154200ae5df2f36591553b0787884f9bb8ca6f1db07f978270e957f01af587cd616e43e4198203220092ac93121
|
||||
DIST plugwise-0.17.2.tar.gz 61377 BLAKE2B dc3fddbb3ab7ea2e2ecbec04c12291e1ef8118382a96bafc509b05d855363b6a4aff3b7ff07deba6e87fd5536a54a8746070dd5eec15cacb60b42e21275f351b SHA512 6fa85b46e548e236c07f86e7fd105db132c911d20d01702d3da7c49ce689f73fd6c3217b61126257d62b0c12c5e935007852c144ee172c52c09e7e1309ee7661
|
||||
DIST plugwise-0.17.3.tar.gz 61418 BLAKE2B d1569e06a348a6810d3de023f5b4ec8063b534090d7e0e0d3694422359272359c2273ea3069a4fcf095ffb39f93c3bf6d466747a8daf3c25caa93ae4f42396ce SHA512 78e8ac3eaf816537c79f0246f979dc81473420368e6fabc6c9918e12e1a163bb73a25008f25ad9b3d6b559cd2f4d8b75fa233ca2e9cf55c976a80db3b03813b9
|
||||
DIST plugwise-0.8.5.tar.gz 50284 BLAKE2B e23839e7970a25d905b9778ca26364ed828c00dc5e5d711678d1e4549014f8a11ed095f2e58049b114e3a8323c7d9d04fcebbd50457ed4cc658338dbd5177072 SHA512 a9cb27cd912d1f09ecc2ede8db925c036ff9228a239c2b9b043a1c5c02266dc92b6bb99161df11c16a6b4ecae30e9c9178c928709f02c3e760306d03497f36a9
|
||||
EBUILD plugwise-0.16.6.ebuild 1085 BLAKE2B d23ad1fc18cc2ee036ed55769420bc08c814dc3dd97c3dec2b4a3adcc983c08356b6df5b3c13c23c7c735041fab3fb9c756a6347ff3ef91b26daf723cb82efff SHA512 a6da089987a206e804efbab434a2c8aa9aac2d9df92a185799017ad994164de3ff9a57fc3c0b69147f07461575c98bdb8cd80cc3cfac0b8cd2033e36df215a72
|
||||
EBUILD plugwise-0.17.2.ebuild 1121 BLAKE2B c623f92c8e2ea8fe798a412bbf67aa3c05e11e0c58b0176c3bedfc46c0423cefe5458e9265aec0fdcde14eb1f8e66ab892ffddfba0f9f6dcb8f283d5e5fbfddb SHA512 02bfa0adc80fd624ed9cb5966652a981378f7e69211c0617ccd6f9f4c619156785a1a6ba6b778adf7f60a50cc652383c8dd1822624db34c0a6329f1697dbef88
|
||||
EBUILD plugwise-0.17.3.ebuild 1121 BLAKE2B c623f92c8e2ea8fe798a412bbf67aa3c05e11e0c58b0176c3bedfc46c0423cefe5458e9265aec0fdcde14eb1f8e66ab892ffddfba0f9f6dcb8f283d5e5fbfddb SHA512 02bfa0adc80fd624ed9cb5966652a981378f7e69211c0617ccd6f9f4c619156785a1a6ba6b778adf7f60a50cc652383c8dd1822624db34c0a6329f1697dbef88
|
||||
EBUILD plugwise-0.8.5.ebuild 1091 BLAKE2B 654ea86dd48175494cf71f0ce9d52c1108a9139ea44d1055aa6c675b0e2287ef200bdfab9fead38d7ea0ea53ddb5b767a202ae785798caa2cefafbcac54a2aa2 SHA512 07fd560ef6e1b27510bf5a7b43eda3e56322ecadcc73d812e2a579c9426e97a36b3f14dd09a6948903d139513fad1b620648fc76944e3dfd1fc0632aff16bbe8
|
||||
MISC metadata.xml 447 BLAKE2B 9b78f25d4ceeb259d3eabe60e222b47cae15bfc845a74c8640bf53440061f8a385067b2374754fc525cd78dabef7daa3439374b9cb5aee5ed5bba498f1112083 SHA512 6935774d4bc3e598c2c6df1fcc42ba2e4e9727e48804f66b88ac8cb2139bcc8a3d4994ad21059f725b07759e872cb025d4aa8a82c8d7e2b38b730d32db68af9b
|
||||
|
||||
@@ -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="Plugwise (Adam/Anna/P1/Stick/Stretch) API to use in conjunction with Home Assistant Core."
|
||||
HOMEPAGE="https://github.com/plugwise/python-plugwise https://pypi.org/project/plugwise/"
|
||||
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[${PYTHON_USEDEP}]
|
||||
dev-python/async_timeout[${PYTHON_USEDEP}]
|
||||
dev-python/crcmod[${PYTHON_USEDEP}]
|
||||
dev-python/defusedxml[${PYTHON_USEDEP}]
|
||||
dev-python/munch[${PYTHON_USEDEP}]
|
||||
dev-python/pyserial[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/semver[${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,9 +1,7 @@
|
||||
DIST pyTibber-0.19.1.tar.gz 8872 BLAKE2B e99a4f70ddb00663375a1dce5f9c40347347fd84ee62454f1731fc2866aadda18457ffbc56b357abc9399e7d56e13e62b8da8937735b223e75e610fd1abf7b58 SHA512 77c5760c98f52c56bfa40cf8536b039466910c85a83efbe6dbf573d6db0a874108e6a2a05bfe9dbf8fc8227f1ce6bd50b6b70ff38d804087760a3242774880b6
|
||||
DIST pyTibber-0.21.1.tar.gz 8563 BLAKE2B 769914e4eacf87da8a0753cf42a4af21c6e01642637772aab6760240890eda77243135f91b26998dab61e6a3bde6d1bc1695552f11271177b755ce960afebd9b SHA512 dd5c278b8024de099e4c33663d34eeb47136f65a1ac3ad325d9bf618a7aeb6449e07514d4cd4f5cb9e3aff0af26bc4a3887a8d1a5f1e1f845243d15ac55611ea
|
||||
DIST pyTibber-0.21.7.tar.gz 9248 BLAKE2B a6d54cef54cdfb8c6f9cbd01de15a2472e03be5a1db39b7067a352e1bc8a36d22d511e6fe056d60bb766a179bbed42064aa142b29b216a99774a102c64986c40 SHA512 f418202ad27d0bda7d4a423d2f1db443716073aca7437d0e2a84f9eefefe37f8beacf28641494c38194992611654e6682585e9e42c165d4f42c00cccbcc5e773
|
||||
DIST pyTibber-0.22.1.tar.gz 9484 BLAKE2B 41a5e428afe0bc4063fd6a1fcdbbdf890072257a1c4e95b9759ffbe7eff811bb4465d9b304143e918efe3cdcab7dcdf1f62d45e83a28645c0113e5781662be23 SHA512 288ef1c4844facd7436901f4b89352dae265d0da97674221a9af8754f21a33e90bef6553e5fb62f49a7224393f4ffad4b8ffc737149a07b09017aab18ec00c1a
|
||||
EBUILD pyTibber-0.19.1.ebuild 974 BLAKE2B 3b03fe68689c8f2cd926b8a3737f599348a4b1cb200f25eddf31a83f5d964a0417dbf31c78cd475971a298c3485f35e65c99c2f26aaf648714e0820a0c24c7ec SHA512 2caf82311fdd3cc7deab4b0b39dd8dcb657aa0814ce586cecffe6de397f8aba319bed552a9ada4e3d29036f424d507eb0f24e9c1be0837dec1973476bb6bb900
|
||||
EBUILD pyTibber-0.21.1.ebuild 972 BLAKE2B 7db9bece678421c53a59295a87bd1b2bbf4234a5c6bf57938a1f9258ddd216840ba1d564e185159184059b8515105228aa2a6a114ca884c7574b8df197ee9945 SHA512 d94cd0794344129bd880416ff9aca3b4f8ace34558d6340d992ca1fd905ff56231eb32f1361350e484c78d1c3949d3ce239da5a1a9129ca93f3f85b8e4efc672
|
||||
EBUILD pyTibber-0.21.7.ebuild 972 BLAKE2B 4b21302ef19307337ab9cdab2c4b11928844e822cb3536da8a52135875d638adfec94d71e52bc077912d7f83552cd45100f9a16aafa7df232793363b72e7587f SHA512 2c8e7c55c820cc50bf5a7ba4ad1ae0c4107a94b740455ede2213a58e80c35d1c4ec4893801ff7190d428b8280c3203e410bfc72c07e2164e76df2f084364401d
|
||||
EBUILD pyTibber-0.22.1.ebuild 972 BLAKE2B 4b21302ef19307337ab9cdab2c4b11928844e822cb3536da8a52135875d638adfec94d71e52bc077912d7f83552cd45100f9a16aafa7df232793363b72e7587f SHA512 2c8e7c55c820cc50bf5a7ba4ad1ae0c4107a94b740455ede2213a58e80c35d1c4ec4893801ff7190d428b8280c3203e410bfc72c07e2164e76df2f084364401d
|
||||
DIST pyTibber-0.22.2.tar.gz 21522 BLAKE2B fce95fc08d9c73affb962eddb5033a66e8f4a5520874215eb33fe7c6f6449d591cb07b513a547294b49fc494ddb64398b23886982fef43c60e316968ce1af701 SHA512 58f2a531f6c7235fae2f291f55de536e455115f3f5812a348171c870c9a80122893b46197260a3d347edf87f4b3f46427aa092626b0df0ce06e8eb606eaeb499
|
||||
EBUILD pyTibber-0.21.7.ebuild 968 BLAKE2B 0586763c5e171388c8c886216442bfed2d27bb7669938b4f48edc8ceec1974476b4a0c1e9a14f802d90e9738b3fece2ed3d0c2165f12f56b5067438b3465aa4f SHA512 e7c2a799527e28a3aec9da5f12bc705c13c6c960c76834d16731466f77424dd151b663efcca8a8521d65ce5250805233fbede163979d3ac43868cb2431bd9536
|
||||
EBUILD pyTibber-0.22.1.ebuild 968 BLAKE2B 0586763c5e171388c8c886216442bfed2d27bb7669938b4f48edc8ceec1974476b4a0c1e9a14f802d90e9738b3fece2ed3d0c2165f12f56b5067438b3465aa4f SHA512 e7c2a799527e28a3aec9da5f12bc705c13c6c960c76834d16731466f77424dd151b663efcca8a8521d65ce5250805233fbede163979d3ac43868cb2431bd9536
|
||||
EBUILD pyTibber-0.22.2.ebuild 968 BLAKE2B 20cdb3465cd95621e229408900f2cf2c84840b9444fd59e0a622738dc6f80ea9e51b2d8fec7d73591144e2cdf183c97272222b803eb03e7869fa588f5b795333 SHA512 489c2b63facffd1cd861475d50f636ee0ba25fbcc24a2b33c116e646460c18ff98f80a9089712c8bdd424475ded621b368bf7b148d6f8c7ff08bcb8bb41f2ebb
|
||||
MISC metadata.xml 457 BLAKE2B 80b275fd57a9afbce7128f8aa83397860ebbf0435d83f04aab041ea73d2cca034ab5c90aaf71352f820473bab11193f7a892183a8db54876e82e181b64125111 SHA512 1b2231af3eddc07a522002e69dfc92459625c586b23d08331b5e21b8fefccae1adb7c1032f94474989b025b0f6a103e3f1ce435331270d24eb3e182e96fa962f
|
||||
|
||||
@@ -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 )"
|
||||
|
||||
|
||||
@@ -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 )"
|
||||
|
||||
|
||||
+3
-3
@@ -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,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 )"
|
||||
|
||||
@@ -21,7 +21,7 @@ DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.0.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/async_timeout-1.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/graphql-subscription-manager-0.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/graphql-subscription-manager-0.4.3[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
@@ -1,5 +1,3 @@
|
||||
DIST pycryptodomex-3.10.1.tar.gz 3787268 BLAKE2B 1c5ce6855f70d418c6c11f8659bc48a55cc693062c0b1ee557e4899f65313b8c300c865f8d7968bf4dee373c4b220426819d0a98b0862cc315ec1caa8bcbafcc SHA512 0ffd37e75caf6472529bbc231c7e74290267094eb3a6013a55d32dc6e11313017bb8161bdfef6c96e911e788b837caa445a9e1fe3e17e5e0254c139378f2a5e6
|
||||
DIST pycryptodomex-3.9.4.tar.gz 11576896 BLAKE2B 41b63e33446afd40c579033977d183ce568d367715ccf21db077e40ba86058a00e27fce6b8e5a35b283eacc24121ec77654b11d43b957ae1fe3ec9321cfbbed9 SHA512 b88f07ed359f22d0d9c6141c2ef686f2bca991bdd79a4949fea780bb9792df573f234f18ac8d86137ca9036846872b9dd2e0fb769fe7422ec591bb7bd3a7d191
|
||||
EBUILD pycryptodomex-3.10.1.ebuild 706 BLAKE2B d274a41c6c4cb1948bd661b1074cfc1c554ed26ec3d98f4aab5109e10e9df5e6d23e707d883e83bc8702dd96d89ff93c29411daae6f2bbcfe57095af2577fb0a SHA512 6335df0d7e180d24037005322db5bce8dccca6d92f5c2c7fe904b916012517d5bad2a7c685a1a55bac4fd738b1c24299c8dfd1c8ca7367f113e80ca39e156bb9
|
||||
EBUILD pycryptodomex-3.9.4.ebuild 710 BLAKE2B 03e4dd4fe1c7310dd54e8c12072793994ad884e09d006803df44c2ac63e1c8423a2e967965218481ccf452186e6d16a5ee4703928481ae47fb14c203f834adf3 SHA512 89b1eb21d84c6afcf8618290870d8597cc56b5db097e1fc40997a3ce65aa87629cffec48f160aca7134bfeb8065aad699309e1a0a3b0039655acd68745a99f40
|
||||
DIST pycryptodomex-3.14.1.tar.gz 3372625 BLAKE2B d769f0b8cc558c84ee1b0fcb3b3d2eedffb0047f44f67698aa7b6b8818c018300821413f447b58cd035d61b8154a88b8bade3b2148d2e8872fec475eec6462e8 SHA512 cd01431b9178bcb27332741097cf020859c48df83219bac9d6ffa1f52db1f112b562478260baa1aed4674e2833d6e0cd5794a43dafb09fda007fdce7a7330495
|
||||
EBUILD pycryptodomex-3.14.1.ebuild 704 BLAKE2B f93010d41b88294290663375827b4351d325d0f1bf00a5248c56d1502b2eb9f2fd4c9e9e43eb94d15d184e3b4a04fbd7dda55059f4108631aa421565571ab65e SHA512 a80252acbb0a8f097a7557205d628e151625191fcd07a80cdd84b40f8ad72b9c6e5ebbdc9c7c69dea6ca792591cda9079da046a850258b953de1b7a6bd3d7152
|
||||
MISC metadata.xml 456 BLAKE2B 920571c7d9b8f2317e7cb7cf7603d6744ef9682604b7fadd055ca72e7c014afdaf2567ae5acb4aa8b2730b4e03cd2036ea8abac51e2b2c702397a208a2a20269 SHA512 a2eedc70200e4f94ce06c7656cf38673f7faf0f679d35d98a29d767d568b839b4ad8dc5a3885606f6144ed53a61851ff5ad18621de09e0fecbff213a5e71286b
|
||||
|
||||
+2
-2
@@ -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} )
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
DIST pyhaversion-21.11.1.tar.gz 6940 BLAKE2B 8e5ff0fb3b09f6d283ce9a3d6a4220d11a92b046c35c808ee02aefbbb59fa81f56f67ceaefe04983ef8e3de0161c7afc95d2a8c942796e83deae00668a0edb19 SHA512 901f4d2cf14ed444a91638e1f00cebe98efb15e4e21fb45b74eea08466a495e1558f312922ae52fc3edd8719d986d3168eced0845ce022eeefff76e166f4d959
|
||||
DIST pyhaversion-22.2.0.tar.gz 7239 BLAKE2B f8cf9531eb64c22461f09e76c18963df3d485ad5dd213e350ef85ba3460ed1e50b24a3ab3219727da613da5aa2afddaa1fbeb5e9cb05c4dabc1ace78eeb1f115 SHA512 f40d1dcb4054f4f2b4bb82dca65116f68740ad6ba3262701fe7ec60824363237b2ef346954dcfcaf32a2196c64016bdd175f1b611de06312705ca287b8d22f46
|
||||
DIST pyhaversion-22.4.0.tar.gz 7319 BLAKE2B 84fcb3d70d28427a2862ce9e27ef930f0f47ba3300da192c6a1f423881d7e3ea26279cd7f5d1e616c5d49e202f37cd3a76bf960e89022209777a5c036ae28f47 SHA512 9e6230583f88612d03715ab607c330a07c91c001d16f33b1aed8f1e39b245a80c1afb39e8acd7759066df1629ac04249c768fba85a8a582a578bedc2b3e9d8e4
|
||||
EBUILD pyhaversion-21.11.1.ebuild 835 BLAKE2B 9954f6e8e1b82c8e8ef77fd6b85d16902b5c72407b4f866fad9ba181f37b0d616ad8e1bcd1c931078cb1c2be087e082cf526a0aa0d360fd03cf75f26057c3592 SHA512 4f65d90c448ef2d0f81cba71c14618f8748fa0a8606c3e9ff0238dcc13f927286653ba506c909ec90e3ee9844d16ab70608a79505285aa591ff7b6f9639c9066
|
||||
EBUILD pyhaversion-22.2.0.ebuild 835 BLAKE2B 4012ca4228050ceccc42d8d9450aa08757ece0fbb97972b383d73ea1a7407cc28d37f040f4668fac3b053640fe9f05447acb6de73379b88aa9c4e443ff986a50 SHA512 b39ce3a82284b943fd6b6c2e4661d31e5e28fed889cd133a5d2a7576223077b426e1aca91be0495deea4630cf71a72384004c5d694b17a43d0fb07a79408df51
|
||||
EBUILD pyhaversion-22.4.0.ebuild 835 BLAKE2B 4012ca4228050ceccc42d8d9450aa08757ece0fbb97972b383d73ea1a7407cc28d37f040f4668fac3b053640fe9f05447acb6de73379b88aa9c4e443ff986a50 SHA512 b39ce3a82284b943fd6b6c2e4661d31e5e28fed889cd133a5d2a7576223077b426e1aca91be0495deea4630cf71a72384004c5d694b17a43d0fb07a79408df51
|
||||
MISC metadata.xml 453 BLAKE2B 4967f37ac4a7a5118ba3756b15d1904916407158d0c858ff10e8010ea76f4072e80e857b1b2aae14286f4382ca2d7c1b5d99ce51bdef03e69fea829699308a83 SHA512 49d26d7bd924b2174363c8f859e7e05101546a8fe873702598905b429e929bfdc55e5bab1b5ae64e46212f45969d3d65bd6d7fab64d1183b968a3babf1110911
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
# 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="Get the latest Home Assistant version from various sources."
|
||||
HOMEPAGE="https://github.com/ludeeus/pyhaversion https://pypi.org/project/pyhaversion/"
|
||||
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.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/awesomeversion-21.8.1[${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,7 +1,7 @@
|
||||
DIST pyisy-3.0.0.tar.gz 49549 BLAKE2B 209393d02c036275248f21f10f8959f1776773f799b5ad7847bb0586b02bf4fa3e05658532586990cce44536853db46150f1e113f51fc840214593d28c469ef4 SHA512 6820684a050a829c93d98304d3e835437470d589d878eaa03943577ad9d5d58a920c5d34cfb277d53c8d12591277d223d339be97547f9ef1bfad9ecd49130e17
|
||||
DIST pyisy-3.0.1.tar.gz 49432 BLAKE2B d455ce1b6b1f80440b1cb4d88ad55dacdfe49a2695e5c3a06f42a4c5a0232736335b4a89343c78ded98a0776cc2ce9f11b4411893d05cc518668a693b1d58fe1 SHA512 ca959b81f3472770b143a57125cd65dc04f723da10b8c3f3f00b77f83db3643eeba4df622ac9cf1358f31bb4c91fd01a4cdd13de08b9ac2f5e47edc92396875f
|
||||
DIST pyisy-3.0.5.tar.gz 49518 BLAKE2B 1150f6e68f3187f057c97989e9c386956a019734f9615548a2aaa492faacff6e84ea401869f3d71bf01183f89f23b7ef00e2dbee1d2c4f1d30e0e1f5b2e4f00b SHA512 cea47bd0a81e185777dd71a0e0a5cc2eaa5f564b45d9d818890acc2d4a52d96272ae4b5148d471c5d794efc27ba12f97b5a51b1147d8fa0701bdcf52d34702bb
|
||||
EBUILD pyisy-3.0.0.ebuild 932 BLAKE2B f3ec23550af3e0627169d5ee0e387a2bbd1ee36a50c59d5931a8e511729a2e8fb976e093d31e455864a4a3a9c8127dd9e07dee3665b8e7755d225f4e57f27586 SHA512 10e615ec3574b412f99d2e26d12f42fb596edd92ebc60f8ca8855dd18c8469dd25f7226d5506b2b570fe6b181cb74bdfde84806000607fbe23845daede09e5ec
|
||||
DIST pyisy-3.0.6.tar.gz 49581 BLAKE2B 2189e2d59b5efbc27d021c0f5f1b0f193e18d85f46201f2e492b2e87445426035be64fb593da4f4fc7d74b6cb7373384ec2be529e2a7bc43f09891da626773da SHA512 ac21f8c0fcc2116641433e26aa98c636a155156706493a4b19bbe19f3267185d55a48a13dddec0379308577a227687b43e11c849b1c38e65ec9e997cbe502588
|
||||
EBUILD pyisy-3.0.1.ebuild 930 BLAKE2B 5375cb4824ffb5a97ddef264c8d1939c325028182a31091d5453b926bf34184e0b0ebc2617c9470fdfa015c9fe597b81d3999c7a311d17ca1e6a352fd0b69bf2 SHA512 78a8ef1ef1baacaf2d462eb6e50766398393bd6b071e971811735f4c1892d190d82819ae00cbd0b3b8fd54b5a96f575587028d47eab52b9b4fc7a0d866f28981
|
||||
EBUILD pyisy-3.0.5.ebuild 926 BLAKE2B c73afc6a4f11ab8bce1feebb60b2cc9fbcaba6df59bd218ec879a2392c61d5d6e8ce19dac3ea3dd107e527600f0c5d9b2d73dca1296f51f650016ba1abd90835 SHA512 7111396e57b34effb9a9a95aba69dfb3671545e24bf1be4ef9e3cc17b4e233ac09b45799da8010e635e168a3a61aa945b30a1b6985b4bff504528b847a1c1d5c
|
||||
EBUILD pyisy-3.0.6.ebuild 926 BLAKE2B c73afc6a4f11ab8bce1feebb60b2cc9fbcaba6df59bd218ec879a2392c61d5d6e8ce19dac3ea3dd107e527600f0c5d9b2d73dca1296f51f650016ba1abd90835 SHA512 7111396e57b34effb9a9a95aba69dfb3671545e24bf1be4ef9e3cc17b4e233ac09b45799da8010e635e168a3a61aa945b30a1b6985b4bff504528b847a1c1d5c
|
||||
MISC metadata.xml 447 BLAKE2B b0845c5d3d3df0124b3eb781caf9181e47c14bddb9c890f387d662ca8556fc658c7bfa70ce5f69233edae9579c7c1a805cb702b183d81ac660773a6567def57e SHA512 7154abd8055f817665f5acbcf78625912b01bb3ce9f92dd64e9358ce8c1bff2e18530a0e902e86a068008f652f30bf80cd4a52801b4524890f7151fbec33e632
|
||||
|
||||
@@ -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 )"
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
DIST pynetgear-0.9.1.tar.gz 12719 BLAKE2B 9473b7146ff8b52fb8686ce5814c0edd931b3628883ad7a5217a43126947238126deef07d115456a11c8bc16908e79d39ea896764643d48563ea7a5a3df61539 SHA512 59763f9f02e1ebdac68a888a386344f2b85c748ef42deadea2784268b6b5ae97f4a6a15e83bc981b70e0b31549c650d6e6b3a8c67e3386c017beb370219fee1d
|
||||
DIST pynetgear-0.9.2.tar.gz 12843 BLAKE2B 1c3c24fbe17996087edf13d775f1ea746ee6d6c635837c45bb3d8f69d5e7cfe6405037a4ab869094ef127b4c053e5981b055f53bc34adde5e76de51e3ca6e3eb SHA512 70a414c3a922f81caa62f8a3de2ad12c20a7a3a2855444679becfb5813c32dea7e121ca4c5a119c9b1537233ae4350b9c01e62bae8dbce1a481f04fbe81cdaef
|
||||
DIST pynetgear-0.9.3.tar.gz 12024 BLAKE2B 3c010243204a0a5b9c376b04adceaa485aeb1232e65ab31b95bc7b43b743121f78b23fc67fb2d702d0e773c6f8f0fcea95fe7013458413292f78fcb6337c16ff SHA512 803351577c695cf78b791fc6e7d2b7f5415767f1b0c47f1952dd5e6e7c1eb2222442b655aa59dc201ecfb33bc724d838f8183308087d8fbb06fa391d32d41b45
|
||||
DIST pynetgear-0.9.4.tar.gz 12476 BLAKE2B b487fac5830f55bfd94d5da8f59556931759c63a62c67e2dd23787596bafd1ad530b496e055fc3affc991a153671acf8029f10576db8fa11ccbbcb52f0e79dce SHA512 ad71668104fe4e8847487ccba8725d0df03ada2d39ce28a399c8336c6672fe17813bcf034488497d3862f3dd13800818928a168083ec0eb60a4083e835829bc2
|
||||
EBUILD pynetgear-0.9.1.ebuild 799 BLAKE2B 99fa51eaf54e6f58bdd8289528cfe1c6a97310c83d57584006a145e111b02c93b3a1bdb72d3bc4b105606bd7d2f7c05957e9d454074ff5d82a7d855858f9a032 SHA512 c6cae497473377669484190795cde38f2638eb29103ab25151e3bdd2225ff2fb252b4b15e3250f581d1ba19727a02b59d5f2289f872f28b50717d12a9b121ca3
|
||||
EBUILD pynetgear-0.9.2.ebuild 799 BLAKE2B 99fa51eaf54e6f58bdd8289528cfe1c6a97310c83d57584006a145e111b02c93b3a1bdb72d3bc4b105606bd7d2f7c05957e9d454074ff5d82a7d855858f9a032 SHA512 c6cae497473377669484190795cde38f2638eb29103ab25151e3bdd2225ff2fb252b4b15e3250f581d1ba19727a02b59d5f2289f872f28b50717d12a9b121ca3
|
||||
EBUILD pynetgear-0.9.3.ebuild 880 BLAKE2B f07b8513cd757f0f81efe2c2b343648b89c001cd82bed5021fba7439c1ad08c1af315dbcf25ccc9a61d448d8127cc3d8bbc5c6a459a9fafcda92d7df9bddc3ca SHA512 8142f44da0bdc219289cfc49abeb73b7368d3d7d61a7e24242696dead41bcfa5a2dbfb08b3287e1842fc82e7d51896fb59cad14ec4e8b36a594d09d5b1a4f087
|
||||
EBUILD pynetgear-0.9.4.ebuild 880 BLAKE2B f07b8513cd757f0f81efe2c2b343648b89c001cd82bed5021fba7439c1ad08c1af315dbcf25ccc9a61d448d8127cc3d8bbc5c6a459a9fafcda92d7df9bddc3ca SHA512 8142f44da0bdc219289cfc49abeb73b7368d3d7d61a7e24242696dead41bcfa5a2dbfb08b3287e1842fc82e7d51896fb59cad14ec4e8b36a594d09d5b1a4f087
|
||||
MISC metadata.xml 463 BLAKE2B b38be87d2ac575b00fff237e4da401a5b74b2981a17f467e3d201935defcd304a754aad772019fd831950b43ee3617f39de8b4e19124a4f90a608fea2b6c327d SHA512 b392eb6c2312761bbfec1d1a177b98dfb37348fb5178ab708ed0bf37bbdb844a86d75db2efa12ce759f76710f715afbb6614697b27cfeec4fe8184079c7c06d6
|
||||
|
||||
@@ -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="Access Netgear routers using their SOAP API"
|
||||
HOMEPAGE="https://github.com/MatMaul/pynetgear https://pypi.org/project/pynetgear/"
|
||||
SRC_URI="https://github.com/MatMaul/${PN}/archive/refs/tags/${PV}.tar.gz -> ${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-2.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
src_prepare() {
|
||||
echo "requests>=2.0" >> requirements.txt || die
|
||||
eapply_user
|
||||
}
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -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="Access Netgear routers using their SOAP API"
|
||||
HOMEPAGE="https://github.com/MatMaul/pynetgear https://pypi.org/project/pynetgear/"
|
||||
SRC_URI="https://github.com/MatMaul/${PN}/archive/refs/tags/${PV}.tar.gz -> ${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-2.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
src_prepare() {
|
||||
echo "requests>=2.0" >> requirements.txt || die
|
||||
eapply_user
|
||||
}
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
DIST pyoctoprintapi-0.1.7.tar.gz 9513 BLAKE2B ff85fd1fb491399dabbc9ddfa1d9ff8f524c7b37de6656637bc906505bc22b48e8031590e2f3b23a646c86a21cee54c8109ec863d9cf53c2efec480f777143ba SHA512 42de6e3c0fd7b2d06e77b1588ae114c8938361fdeb77fafa242f452f4f22b1c110854257575b39d49ba8690a2765a61e47eb6dbac10dff05c474571021a08a3e
|
||||
DIST pyoctoprintapi-0.1.8.tar.gz 6863 BLAKE2B 245cdc35a84637ba70b923d615405399db4a7e2ac372a1e99f4106920788d2f7cd1f11f15a0003096daae39b52120a0643e58136092ac73faac9304982ea40b6 SHA512 379929d75180a4192162aa486595dbb4a96a31728678fac1ebad704101483d24338b156de850af64cda9bf4a7cb545c0ada3045debd432ac6e2e922ce6cbcf72
|
||||
DIST pyoctoprintapi-0.1.8.tar.gz 9558 BLAKE2B 0109bf5eb0690bc068ccafae7d70fb31f5cf92f07606e76f43675f647295e911ab8a48f53660b5ea8c9068d9ae05c5f7541722f4fb6d31023c91d8a407c15bd6 SHA512 3670c657155fd87ae835a54c7b6f5c145996efc745e19205fc3a00b4535c9972410204a17a33ae771e3cce29e3be646188b5babdbce1925d62765e774ff8b73f
|
||||
EBUILD pyoctoprintapi-0.1.7.ebuild 966 BLAKE2B 2e3063d09f8d231fb53a56f7958634cfa97a0e7dbdbae7dddc6ca63c736719289ab7f941edcc17cf98e371a424285db5d9e767ac480cc988743c727a17ba9a3b SHA512 963d03fb63525bef829fe3d6b5fadaa9ab405d664b37f1eab0ed46085984e0deb7f2986960d2408affc5704bb826a751205389b57bf1a0c8ae9deb3994ae63f5
|
||||
EBUILD pyoctoprintapi-0.1.8.ebuild 966 BLAKE2B 2e3063d09f8d231fb53a56f7958634cfa97a0e7dbdbae7dddc6ca63c736719289ab7f941edcc17cf98e371a424285db5d9e767ac480cc988743c727a17ba9a3b SHA512 963d03fb63525bef829fe3d6b5fadaa9ab405d664b37f1eab0ed46085984e0deb7f2986960d2408affc5704bb826a751205389b57bf1a0c8ae9deb3994ae63f5
|
||||
MISC metadata.xml 474 BLAKE2B f2d1d2dfdc75a2ddd2dbdd5a88bd644c9876ba719dbfd1a98ece45524f35110d18dd4dd97d5f306a7e27a8c11077a0b8fecce19b2a7e3e614e03a0b8748038da SHA512 18760daf5cffd3ed677163f072f82644c300311520a59b54dc9a689486f9cf54ad0969b6a6849253a8859f6b8cda21d8e79397c4721e7a43834b995536483e56
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
DIST pyplaato-0.0.15.tar.gz 6646 BLAKE2B 0c75adf7ee597b8325981ec1b6eab92f42ab3c92af5d9fbc76b8d845a72ec3cee3bc15874f1ae42fbf537eed5bccd39fffcc964b2d6be06baa581d3a312c02a1 SHA512 7184929c301e8f521c59baaf2c6d41ca6a05b0f88a53516d8e39e084384683a538c6d5ad7c640beee9aa0caa3e86856868dde1eb885921c29dd2d5c20af422d0
|
||||
EBUILD pyplaato-0.0.15.ebuild 838 BLAKE2B 67f6e331060d689d19f071b9930c7909a66cc14f980428d31452803625d7552a6966c9fa846434107245480174980964c357f26c98cfa34d2949e6ac59106758 SHA512 f463a52807e81ebd014254b68da67d30eabfd29d0918d4ce785e5f3da836c81ddc2370f62002083905cef2165b054017ba28e1dfcaa5763896d3eb5496bda435
|
||||
DIST pyplaato-0.0.16.tar.gz 7498 BLAKE2B cabdf6b5472d14f1513654fe490a39d8a0e22e2d71c67d67eaeaa493011a7886b73d704bdf3a3693d4fdad3087bea4a91b3994c5203e393f5607c167f0d52ebe SHA512 797ca522fb78d65f244aa8e22d23a8e0d0b897d2cf65f1547ae70824dd2c509116c4b45fff41304a4016d746c9ace065eb6c3f2dbb9f9a38931d94e1d88542fb
|
||||
EBUILD pyplaato-0.0.15.ebuild 824 BLAKE2B 94f9142d65e1bd581194f02e23a11ea774a368d285d2157e31126ffee11170c47b4e8a07189be3aa298b4fec7c20133d3fa268ce3789932680fc80803742dd95 SHA512 194df00c1b2595eaeec9a6cf8e781fad8b7d33677e71a42f296d59b4590b2c0a22ba90df83fd44bd72734ae3b8ba929e0c198373280abcb248d70e6961df4b3e
|
||||
EBUILD pyplaato-0.0.16.ebuild 985 BLAKE2B 9fdae9aa2dc4564fa6fae51ef887b95a45509d2fe4673f63bb9c633ad3d1265339be11787e80fa964b8fef08e915118215af27b8a5764393aedc71dfef64c3e7 SHA512 0946f15be1d43b1543f24b6d4d179a9df82f6ab9c7355e4656b2b9c6538631a2bdf6f083ae811b4193d03166d6d9ae85cd1f698f6420881551d24d7cfd8ec3ca
|
||||
MISC metadata.xml 449 BLAKE2B 1bcd1aed3b272e5aefeb9133720b86928f1fbb3c84e9b523795a0f9d0a28a11c2aa9acb382167c8081c957fd0d3e6efa10976ca16a6a8220841bcfa99b8d87e4 SHA512 ec7cd40056ae00f0656bdb0b44c9f1db14ed8152cc25ff967707a9e9c3101d7af9da683c718c30657801a6b395d0fdf11b60d04883a36360bba86c4dba32ef2f
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# 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_{7..9} )
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -19,8 +19,8 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="~dev-python/aiohttp-3.7.3[${PYTHON_USEDEP}]
|
||||
~dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]"
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
|
||||
+10
-8
@@ -1,14 +1,14 @@
|
||||
# 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="A python3 library to communicate with Tibber"
|
||||
HOMEPAGE="https://github.com/Danielhiversen/pyTibber https://pypi.org/project/pyTibber/"
|
||||
DESCRIPTION="Asynchronous Python client for getting Plaato Airlock and Keg data"
|
||||
HOMEPAGE="https://github.com/JohNan/pyplaato https://pypi.org/project/pyplaato/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
@@ -19,10 +19,7 @@ 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/graphql-subscription-manager-0.4.0[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
@@ -35,3 +32,8 @@ python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
sed -i "s/packages=setuptools.find_packages()/packages=setuptools.find_packages(exclude=['tests','tests.*'])/g" setup.py || die
|
||||
eapply_user
|
||||
}
|
||||
@@ -1,5 +1,7 @@
|
||||
DIST python-kasa-0.4.1.tar.gz 75505 BLAKE2B 6d6620b8f29de9aa9516282b014dddbf1512f6c727197d1ae293e9aba5d1b2789b14f7294db7aad968a5e53046236b0453311d71b2017dd358fad5466537596a SHA512 2d8d1c1012fc2b535f628efadb34d1153f40727a028f56e855d6c7f7918c30dd9a3450c861492afebf36f0526a1c466db09a09fb53e50f6d17416ec9e5a70032
|
||||
DIST python-kasa-0.4.2.tar.gz 79881 BLAKE2B 3dcb4f92edb76a9038c4e855c427f66a576fcfa73b044958a5712f8bdc9d34885db2a1bcc318a292d5c9815d829ac81f1aa6667063a4ffc6ed2cf40314ee8543 SHA512 cffab642526c3b0380c545dadd5b747de6d0926a9a9e49ab470c933dd063a2f431a655ec22fef4c26a2666142f98ece17e537d470ec43449234f4e1e5696f322
|
||||
DIST python-kasa-0.4.3.tar.gz 80293 BLAKE2B b6a75b279812ede1ef32f7694df4b79284c0c1ecfa981fdfd7877b1aa7a866b9ebdf75738517a9d5aeb30b9a7841eebddd90b8df4bc285d99ae73cb4ba6e977d SHA512 8a1b8c0f8d93aa45f719f20ac1b92866a96a90f3291fe5fc8de7aa3fb2e1fa8e7cc4e2a9a4652c45cd2b563fbdcac0e11687f07bc03549c49a8185445d824427
|
||||
EBUILD python-kasa-0.4.1.ebuild 824 BLAKE2B 89c1ef849b38e5c61b78088da9b23d544259685880d5444b56741d9a03a282eeb7b7f11154a4df99f4b88d9931172fb8c641f15dd7c1f9850711d68607094430 SHA512 57bd5d5acc66e03a697b8e19f0386c99a3a22048d40b32c25548d12d62f67a52c714a169d87db6988f01efdeafdc7e9208e4b06eb72f7fe214b4a08f4816c85c
|
||||
EBUILD python-kasa-0.4.2.ebuild 992 BLAKE2B 93baa390608e4c240886e889041bebdfb35e753fb45e13543e92374a0cc29e03d9530befee373da5ac8abaaaeeef45f608bf5e232b4c347b6e2f8a35227bbdf3 SHA512 c2758b4aa2332b827c0eed3037304f7282abb628e4ebabb59d45763990f28f463667014e2acb4e37d35fed0636516a997e8324aea3274f9e31cf8a1e04d7380f
|
||||
EBUILD python-kasa-0.4.3.ebuild 992 BLAKE2B 93baa390608e4c240886e889041bebdfb35e753fb45e13543e92374a0cc29e03d9530befee373da5ac8abaaaeeef45f608bf5e232b4c347b6e2f8a35227bbdf3 SHA512 c2758b4aa2332b827c0eed3037304f7282abb628e4ebabb59d45763990f28f463667014e2acb4e37d35fed0636516a997e8324aea3274f9e31cf8a1e04d7380f
|
||||
MISC metadata.xml 448 BLAKE2B a99b6791e7f4993899d075ab17c310b165ed77b1517fabddffb47fb135af7ea1f03ce809e753a9a36e846b3915b1712b7dacb9b14a3c2e2d90649e8f6658b127 SHA512 c976d2ec2a801e503ebb04190834aeb18810a6d5e4228d6774b44c271d25645f1cc50f1fcf6ba28807f0d22382028a5fe42c7e0696454f7da506a33f05f1934b
|
||||
|
||||
@@ -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="Python API for TP-Link Kasa Smarthome devices"
|
||||
HOMEPAGE="https://github.com/python-kasa/python-kasa https://pypi.org/project/python-kasa/"
|
||||
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/anyio[${PYTHON_USEDEP}]
|
||||
dev-python/importlib_metadata[${PYTHON_USEDEP}]
|
||||
>=dev-python/asyncclick-8.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}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-sugar[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,5 +1,7 @@
|
||||
DIST xknx-0.19.2.tar.gz 96596 BLAKE2B d81fb414397921a91523d29884e13b753dd1134d6410ed2f86cac92703081f1607b845628ba88fcb3a217e1b28f783357e3480c17fca4a6e6fa181022e2e7edd SHA512 879ead2218f4917eb9625dd0658947233419043942433e128c85b2183da557e7a5666828e4578b138f47891c798629e34395c6ec8bc958dc8a3083b473b439f4
|
||||
DIST xknx-0.20.0.tar.gz 110861 BLAKE2B 213cb0484363db870ac45cf2b9fecdd54915b8bd757aa89e12949d8584dfcb5a3da1c1696a92e17769471fefa597c6ea898c6ac596ac978cf93daa32a3426d54 SHA512 84c99eb61308ed6def870fee01911df1239f6c35e20192cec395696cc7dd2aa58f0269006cc5e53c275e9220fe924abe1dcf185f16e1ccf8f2902b5d6692bff9
|
||||
EBUILD xknx-0.19.2.ebuild 804 BLAKE2B 11382f7756e2966958da92f53d503f054d3f1c183090560920661c7179ceb2acb2af974fc2d518381b02c1e1c4c1e2a95c1b19745abcb2d76f10fc273871cb40 SHA512 771ddd789ae019826556747369a5271947b3ee0b4b7ff7d7fd2d219035dfa668b319653bc43c4728f31c0b394e1118d6cc519d898d4987cee84329435c0bd7e3
|
||||
EBUILD xknx-0.20.0.ebuild 856 BLAKE2B e9a27c313e8449030379a06ac712416a35286dbc86f785420254c85a4531ab778d43b652bee9bb77ad2aa4f6172c76cc3b377fca1298297472e82994d824c911 SHA512 1257a0d12b4cf65db75813d8c73a87b2ca49755a37d9103ed1dd0aa25b5ee03307d7f78da840dcfb73dbc06bd5f5b0cf9b8288ede47b7fd7b9ef3061228388d9
|
||||
DIST xknx-0.20.1.tar.gz 113974 BLAKE2B 8775c0a58e55f03fc5d0d26a16834087e8ebbf2cef80f3cbc9acc984ba1146eb243b8d039a6798c5e39351ea82b95dbe819af15a75cc67ac4ef89f6a83197b64 SHA512 9f8ffd2813f8460a418778f3f7e0e8ddeca727db2a23e07484f9a2be84d63c5d2e044acedd8c16e2f7183e10e68bac9c1aafbadbb9ef581cb94146ecd2c8d516
|
||||
EBUILD xknx-0.19.2.ebuild 802 BLAKE2B cf99e76e114af4c56bfadd25dece148b06d0562c12f708bb63111a6b365af3257513b26f13b5ad7e8dec607f25723b29d7188697fe9d65c95d706fd8f43251d9 SHA512 ed3ec79af16b94b4366913b403478124d0edd8e9fcea6d696f1ca0523adb880aedaf3fbe678252e3a047d28950efce89d9ba131157ff5d3ba340c57c68d1f8bd
|
||||
EBUILD xknx-0.20.0.ebuild 854 BLAKE2B ca4302e3c2876bd19288e2bb36dd9e595e2d7c8b422469d4e8da72edeb5b3eeba80a44c5ee603727526636113e3808de3ce96530123f79b699823d6528c685f4 SHA512 2a73fe30c449ac3818a39620f05f6a7be1a9c9627b22e4f366c5267b0d3dd6748d68cef6a351d195e0d61e33066ec9c127f07e79b4f7991e70a5b68c9ac20059
|
||||
EBUILD xknx-0.20.1.ebuild 854 BLAKE2B ca4302e3c2876bd19288e2bb36dd9e595e2d7c8b422469d4e8da72edeb5b3eeba80a44c5ee603727526636113e3808de3ce96530123f79b699823d6528c685f4 SHA512 2a73fe30c449ac3818a39620f05f6a7be1a9c9627b22e4f366c5267b0d3dd6748d68cef6a351d195e0d61e33066ec9c127f07e79b4f7991e70a5b68c9ac20059
|
||||
MISC metadata.xml 455 BLAKE2B 43777c35b5a28746e03763670b85ff219001d7593ec326dee0b611e5c99e371600b064c171a5689929f5e65cb5cfdc7413b82d5e6936ccb89bc1318460a7510b SHA512 92ea748ce41d1b3480f0a3369d42c67e5e3acb362b6f1fb05e7f3001649150de915ef00cdd72dae0d4ebafc0f1dc3b2ddb47c5846f9b0df6801ef9238710776c
|
||||
|
||||
@@ -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 )"
|
||||
|
||||
|
||||
@@ -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 )"
|
||||
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
# 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="An Asynchronous Library for the KNX protocol. Documentation: https://xknx.io/"
|
||||
HOMEPAGE="https://github.com/XKNX/xknx/ https://xknx.io/ https://pypi.org/project/xknx/"
|
||||
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-35.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/netifaces-0.10.9[${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,5 +1,7 @@
|
||||
DIST yeelight-0.7.10.tar.gz 55748 BLAKE2B a11f484ed13db5099acb2306ef8d14c85a14fab61ca73d93df1e854b21947128fe86874483d2a90a3532a5382da4d1f3bd6e7b6d36fc73fb6899e57baad51c8a SHA512 26ba562f852057c08eaa35c25b8b29d937627d29782bb0c57301fe31142c36d9ee3262ba790eee90fb911f4b86c1498e54f5f95294ea54f7b42f06f59d94370c
|
||||
DIST yeelight-0.7.8.tar.gz 52764 BLAKE2B bfbbb4f2aa173fc991e4a62b3da0c0c7a616f584d8a6a27ea62bcc7a18f0a0675d28d613b7b368cd5965f55e42d23e20c37569947907650709615ac9cb22918b SHA512 6fbcd6ac1824256859470358a81657cb6a39c285a32cd2a36808946871c11494561430a85698c5c532eb7b00a79c3330ace6d5cc52cdd81dc4420e675c17dc80
|
||||
DIST yeelight-0.7.9.tar.gz 54055 BLAKE2B b72a38be025d2dfde85ae2e18e85b29893c056cf59ae4af16f1177052d0169b86eda39d091765055fb769ac34eca8808612866990e2692053d7d27f9de5107db SHA512 b29fd2b6c5ff5870a67a31c1233c726aed01adfea4f0e70cfab446789f8004fe9b21c51706eba76df292563d45014fef49d9182bc930fc1bbe267b49bb33d1d3
|
||||
EBUILD yeelight-0.7.10.ebuild 831 BLAKE2B 4dcfb2a3c811897379ac812b555534753968ed64b81ec4d4f8e7bacd29bd9b9eb79c07f03a6dd782c5609527f4b41408ac8304af604c920c9d71c0e2c78b03c4 SHA512 f8f689c4b83c13910358482cac03b746090106f7c11aa0418b8a0256185252647538c5afa8248f16b68733b09b7ae395fb17865f8bb36decb3fc7ac2053ea0ae
|
||||
EBUILD yeelight-0.7.8.ebuild 811 BLAKE2B 3833640a4f27515f2ee8ce8cbf647e01b15656980c52212043f4d9a577a3b3331097f282a018cd06a446e85e8ffdd6de865c945f5ec66915e5aea6dd9c072717 SHA512 1c915f4f55731e3dd797d73c8fb07324cef664eafaac72ba3df25dcb3c9cc273471c96d8f2fb2f0a1d40a4c4fd3e586aa6e937bcd26fdf69af25f7043553bcd2
|
||||
EBUILD yeelight-0.7.9.ebuild 805 BLAKE2B 42bb20f3fab747feb120cf9aa591d85d812609cfa3644d90ef3c17ed24d40ecbcd1cf3cc6cdc1eba5118d8eff5ab8fe50ca571570bb3f3ace13fbfa9fe9183f5 SHA512 d9573f5bf25dc875513ff1da8bc42302b292ee86df3e64c476149bc51d983da9c6767a1f543765400486f55d18f23457a73dab03c1adbc580c16dabfe964bfd2
|
||||
MISC metadata.xml 454 BLAKE2B e9341d7a688a8e0fb98a214ae34b556aba26bb8fedce41959ed42a2ecbab32aea2a071ba0149bd89ed9e9de24ae760aaaa27f10b90cf1a2df3d925f28f881261 SHA512 7d30cd46b5b4fdf942234624a698738e2afdb1a719d1a7f591fad2ddf046def637a644f1603a62b5b5e21a1ae48a7248e28e24a71507b6eac8577d34452f0b74
|
||||
|
||||
+9
-7
@@ -1,25 +1,26 @@
|
||||
# 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="Cryptographic library for Python"
|
||||
HOMEPAGE="https://www.pycryptodome.org https://pypi.org/project/pycryptodomex/"
|
||||
DESCRIPTION="A Python library for controlling YeeLight RGB bulbs."
|
||||
HOMEPAGE="https://gitlab.com/stavros/python-yeelight/ https://pypi.org/project/yeelight/"
|
||||
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 )"
|
||||
|
||||
DOCS="README.rst"
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=""
|
||||
RDEPEND="dev-python/future[${PYTHON_USEDEP}]
|
||||
dev-python/ifaddr[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
@@ -30,4 +31,5 @@ BDEPEND="
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
yeelight/tests.py || die
|
||||
}
|
||||
@@ -2,24 +2,30 @@
|
||||
<dev-embedded/esphome-9999 ~amd64
|
||||
<app-misc/homeassistant-9999 ~amd64
|
||||
app-misc/home-assistant-cli ~amd64
|
||||
|
||||
dev-db/influxdb ~amd64
|
||||
net-analyzer/fail2ban ~amd64
|
||||
|
||||
# required by dev-python/influxdb-client-1.24.0::HomeAssistantRepository
|
||||
# required by app-misc/homeassistant-min-2022.3.3::HomeAssistantRepository[influxdb]
|
||||
# required by homeassistant-min (argument)
|
||||
=sci-geosciences/GeographicLib-1.52 ~amd64
|
||||
=dev-python/Rx-3.2.0 ~amd64
|
||||
# required by app-misc/homeassistant-min-2022.3.3::HomeAssistantRepository[otp]
|
||||
# required by homeassistant-min (argument)
|
||||
=dev-python/pyotp-2.6.0 ~amd64
|
||||
# required by dev-python/samsungtvws-1.7.0::HomeAssistantRepository[async]
|
||||
# required by app-misc/homeassistant-min-2022.3.3::HomeAssistantRepository[samsungtv]
|
||||
# required by homeassistant-min (argument)
|
||||
=dev-python/websockets-10.2 ~amd64
|
||||
# required by app-misc/homeassistant-min-2022.3.4::HomeAssistantRepository
|
||||
# required by homeassistant-min (argument)
|
||||
=dev-python/aiofiles-0.8.0-r1 ~amd64
|
||||
=dev-python/anyio-3.5.0 ~amd64
|
||||
# required by app-misc/homeassistant-min-2022.3.4::HomeAssistantRepository[test]
|
||||
# required by homeassistant-min (argument)
|
||||
=dev-python/astroid-2.11.2 ~amd64
|
||||
=dev-python/asyncstdlib-3.10.4 ~amd64
|
||||
=dev-python/click-plugins-1.1.1 ~amd64
|
||||
=dev-python/coloredlogs-15.0.1 ~amd64
|
||||
=dev-python/denonavr-0.10.10 ~amd64
|
||||
=dev-python/freezegun-1.2.1 ~amd64
|
||||
=dev-python/fritzconnection-1.8.0 ~amd64
|
||||
=dev-python/humanfriendly-10.0 ~amd64
|
||||
=dev-python/imageio-2.16.1 ~amd64
|
||||
=dev-python/jinja-3.1.0 ~amd64
|
||||
=dev-python/mediafile-0.9.0-r1 ~amd64
|
||||
=dev-python/mypy-0.942 ~amd64
|
||||
=dev-python/pylint-2.13.3 ~amd64
|
||||
=dev-python/pyotp-2.6.0 ~amd64
|
||||
=dev-python/pytest-7.0.1 ~amd64
|
||||
=dev-python/semver-2.13.0 ~amd64
|
||||
=dev-python/setuptools_rust-0.12.1 ~amd64
|
||||
=dev-python/sqlalchemy-1.4.32 ~amd64
|
||||
=dev-python/websockets-10.2 ~amd64
|
||||
=sci-geosciences/GeographicLib-1.52 ~amd64
|
||||
|
||||
@@ -13,4 +13,6 @@ dev-python/pillow -test
|
||||
dev-python/mac-vendor-lookup -test
|
||||
dev-python/pytest-cov -test
|
||||
app-arch/brotli python
|
||||
media-libs/gd fontconfig truetype
|
||||
media-libs/gd fontconfig truetype
|
||||
dev-python/attrs -test
|
||||
dev-python/pytest -test
|
||||
|
||||
+14
-14
@@ -1,6 +1,6 @@
|
||||
abodepy==1.2.0
|
||||
accuweather==0.3.0
|
||||
acme==1.23.0
|
||||
acme==1.24.0
|
||||
Adafruit-Blinka==7.1.1
|
||||
adafruit-circuitpython-bmp280==3.1.1
|
||||
adafruit-circuitpython-busdevice==5.1.8
|
||||
@@ -47,7 +47,6 @@ aioguardian==2021.11.0
|
||||
aioharmony==0.2.9
|
||||
aiohomekit==0.7.16
|
||||
aiohttp-cors==0.7.0
|
||||
aiohttp==3.7.3
|
||||
aiohttp==3.8.1
|
||||
aiohue==4.4.1
|
||||
aiohwenergy==0.8.0
|
||||
@@ -290,7 +289,7 @@ enocean==0.50.1
|
||||
entrypoints==0.4
|
||||
enturclient==0.2.3
|
||||
enum-compat==0.0.3
|
||||
env-canada==0.5.20
|
||||
env-canada==0.5.21
|
||||
envirophat==0.0.6
|
||||
envoy-reader==0.20.1
|
||||
envoy-utils==0.0.1
|
||||
@@ -399,7 +398,7 @@ h2==4.1.0
|
||||
ha-ffmpeg==3.0.2
|
||||
ha-philipsjs==2.7.6
|
||||
habitipy==0.2.0
|
||||
hangups==0.4.17
|
||||
hangups==0.4.18
|
||||
hass-nabucasa==0.54.0
|
||||
hass-splunk==0.1.1
|
||||
HATasmota==0.4.0
|
||||
@@ -415,7 +414,7 @@ hlk-sw16==0.0.9
|
||||
hole==0.7.0
|
||||
holidays==0.13
|
||||
home-assistant-cli==9999
|
||||
home-assistant-frontend==20220401.0
|
||||
home-assistant-frontend==20220405.0
|
||||
homeassistant
|
||||
homeconnect==0.7.0
|
||||
homematicip==1.0.2
|
||||
@@ -665,7 +664,7 @@ pizzapi==0.0.3
|
||||
pkce==1.0.3
|
||||
platformdirs==2.5.1
|
||||
platformio==5.2.5
|
||||
plugwise==0.17.2
|
||||
plugwise==0.17.3
|
||||
plumbum==1.7.2
|
||||
plumlightpad==0.0.11
|
||||
ply==3.11
|
||||
@@ -740,7 +739,7 @@ pycountry-convert==0.7.2
|
||||
pycountry==22.1.10
|
||||
pycparser==2.21
|
||||
pycryptodome==3.14.1
|
||||
pycryptodomex==3.10.1
|
||||
pycryptodomex==3.14.1
|
||||
pycsspeechtts==1.0.4
|
||||
pycups==1.9.73
|
||||
pycurl==7.44.1
|
||||
@@ -799,7 +798,7 @@ pyipp==0.11.0
|
||||
pyiqvia==2021.11.0
|
||||
pyirishrail==0.0.2
|
||||
pyiss==1.0.1
|
||||
pyisy==3.0.5
|
||||
pyisy==3.0.6
|
||||
pyitachip2ir==0.0.7
|
||||
pyjsparser==2.7.1_p20190421
|
||||
pyjwt==2.1.0
|
||||
@@ -841,7 +840,7 @@ pymyq==3.1.4
|
||||
pymysensors==0.22.1
|
||||
pynacl==1.5.0
|
||||
pynello==2.0.3
|
||||
pynetgear==0.9.2
|
||||
pynetgear==0.9.4
|
||||
pynetio==0.1.9.1
|
||||
PyNINA==0.1.7
|
||||
pynuki==1.5.2
|
||||
@@ -866,7 +865,7 @@ pyparsing==3.0.7
|
||||
pypca==0.0.7
|
||||
pypck==0.7.14
|
||||
pypjlink2==1.2.1
|
||||
pyplaato==0.0.15
|
||||
pyplaato==0.0.16
|
||||
pypoint==2.3.0
|
||||
pyprof2calltree==1.4.5
|
||||
pyprosegur==0.0.5
|
||||
@@ -945,7 +944,7 @@ python-izone==1.2.3
|
||||
python-join-api==0.0.9
|
||||
python-jose==3.3.0
|
||||
python-juicenet==1.1.0
|
||||
python-kasa==0.4.2
|
||||
python-kasa==0.4.3
|
||||
python-magic==0.4.25
|
||||
python-metar==1.4.0
|
||||
python-miio==0.5.11
|
||||
@@ -970,7 +969,7 @@ python-vlc==1.1.2
|
||||
python-wink==1.10.5
|
||||
python-xlib==0.31
|
||||
pythonegardia==1.0.40
|
||||
pyTibber==0.22.1
|
||||
pyTibber==0.22.2
|
||||
pytile==2022.2.0
|
||||
pytomorrowio==0.1.0
|
||||
pytouchline==0.7
|
||||
@@ -1050,6 +1049,7 @@ rova==0.3.0
|
||||
RPi-GPIO==0.7.1_alpha4
|
||||
rpi-rf==0.9.7
|
||||
rsa==4.8
|
||||
RtmAPI==0.7.2
|
||||
rtsp-to-webrtc==0.5.0
|
||||
ruamel-yaml-clib==0.2.6
|
||||
ruamel-yaml==0.17.21
|
||||
@@ -1246,14 +1246,14 @@ XBee==2.3.2
|
||||
xbox-webapi==2.0.11
|
||||
xboxapi==2.0.1
|
||||
xerces-c==3.2.3
|
||||
xknx==0.20.0
|
||||
xknx==0.20.1
|
||||
xmlschema==1.9.2
|
||||
xmltodict==0.12.0
|
||||
xs1-api-client==3.0.0
|
||||
yalesmartalarmclient==0.3.8
|
||||
yalexs==1.1.23
|
||||
yarl==1.7.2
|
||||
yeelight==0.7.9
|
||||
yeelight==0.7.10
|
||||
yeelightsunflower==0.0.10
|
||||
youless-api==0.16
|
||||
youtube-dl==2021.12.17
|
||||
|
||||
Reference in New Issue
Block a user