Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
7f98bb5104
|
|||
|
6d97723c16
|
|||
|
a731b5824e
|
|||
|
6bcb299be4
|
|||
|
a726f3223e
|
|||
|
638df69648
|
|||
|
4c8fd15ed2
|
|||
|
b952282d96
|
|||
|
068712d72b
|
|||
|
3a0f340690
|
|||
|
4c7c959a2a
|
|||
|
ec1f3d1985
|
|||
|
5a6ce64aae
|
|||
|
47dd1ea7a7
|
|||
|
67bd645660
|
|||
|
5f8cfebd78
|
|||
|
09ca86ad58
|
@@ -1,7 +1,26 @@
|
||||
2020-01-16 homeassistant-0.104.0
|
||||
2020-01-21 homeassistant-0.104.3
|
||||
* homeassistant-0.104.3
|
||||
* bump emulated-roku-0.2.0
|
||||
* bump aiokef-0.2.6
|
||||
* bump zigpy-zigate-0.5.1
|
||||
* bump PyYAML-5.3
|
||||
* bump pyintesishome-1.6
|
||||
* bump pyipma-2.0.2
|
||||
|
||||
2020-01-18 homeassistant-0.104.2
|
||||
* bump pyvizio-0.1.1
|
||||
* bump pyatmo-3.2.2
|
||||
* bump pydeconz-68
|
||||
* bump frontend-20200108.2
|
||||
* update homeassistant-0.104.2
|
||||
* renew README.md
|
||||
* remove Python 3.6 installation instructions
|
||||
|
||||
2020-01-16 homeassistant-0.104.1
|
||||
* homeassistant-0.104.0
|
||||
* bump librouteros-3.0.0
|
||||
* bump pynws-0.10.1
|
||||
* bump homeassistant-0.104.1
|
||||
|
||||
2020-01-15
|
||||
* bump youtube_dl-2020.1.15
|
||||
|
||||
66
README.md
66
README.md
@@ -8,20 +8,22 @@ https://github.com/home-assistant/home-assistant
|
||||
"Open source home automation that puts local control and privacy first."
|
||||
|
||||
## Python 3.7
|
||||
This is now definitely the last Version with Support for Python 3.6. Please upgrade **now**. Home Assistant will drop support for Python 3.6 with the first release after December 15, 2019, as announced several times:
|
||||
You will need Python 3.7 for running Home assistant on Gentoo Linux. Home Assistant has dropped support for Python 3.6 since ~0.103.0:
|
||||
- https://github.com/home-assistant/home-assistant/pull/27680
|
||||
- https://github.com/home-assistant/architecture/blob/master/adr/0002-minimum-supported-python-version.md
|
||||
|
||||
Many of the modules/components/libraries do **not** have compatibility for Python 3.7 advertised, and many of the components have **not** been tested here, but all compile without errors on their own. Please report an issue [here](https://github.com/onkelbeh/HomeAssistantRepository/issues) or my [private git server](https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues) if you encounter any problems.
|
||||
|
||||
I am running my productive box with Python 3.7, no Python 3.6 anymore. Anyway, it also has to have 2.7. Even ESPHome runs on the same box with some small patches (included in my Ebuild). Installation- and upgrade instructions? Just scroll down a bit, you will also find a list of the packages which still depend on Python 2.7 there.
|
||||
|
||||
## Source
|
||||
Once this was a fork of `https://cgit.gentoo.org/user/lmiphay.git/tree/app-misc/homeassistant-bin`, which seemed unmaintained to me. First I just wanted to compile it for my personal use. This happed at 0.77 in September 2018. Some friends told me they wanted to use/see it, so I placed it on my public git server, and was caught by surprise of several hundred page views in the very first days. I'll do my best to keep it close to the official releases, might get slower during summers. After 3 months it had ~170 ebuilds, now (Nov 2019) > 1599 ebuilds in > 830 packages are on file. As long as I certainly do not count automatically consolidated collections, this Overlay has grown to one of the largest [Gentoo Repos](https://qa-reports.gentoo.org/output/repos/) during the last year.
|
||||
|
||||
## Nearly all Home Assistant Components are now included
|
||||
Except some modules with uncorrectable errors (e.g. hard drive crashes, lost sources or some other unbelievable mess) nearly all possible integrations for Home Assistant and their stated dependencies are included as ebuilds, based on the *most accurate* integrations list from `/usr/lib/python3.7/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. I will expand/continue my tests during winter holidays, and do some more cleanups. Perhaps Gentoo's Python guys either will bring some more code to 3.7.
|
||||
Except some modules with uncorrectable errors (e.g. hard drive crashes, lost sources or some other unbelievable mess) nearly all possible integrations for Home Assistant and their stated dependencies are included as ebuilds, based on the *most accurate* integrations list from `/usr/lib/python3.7/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. I will expand/continue my tests and do some more cleanups. Gentoo's Python guys either will bring some more code to 3.7 soon.
|
||||
|
||||
## Authors welcome
|
||||
If you are author of a integration / component or other stuff related to Home Assistant and you want your component added, please file a pull request, or just drop me a note. For adding a component, I need a release file in tar.gz or zip format. Tagged releases on Github are OK, but a Pypi `sdist` tar.gz source release would be preferred, because I can automatically merge it and it uses Gentoo's mirror system. Most of the integrations/components do both. I cannot add packages only available in wheels format. And make sure you have a proper license assigned.
|
||||
If you are author of an integration / component or other stuff related to Home Assistant and you want your stuff added, please file a pull request, or just drop me a note. For adding a component, I need a release file in tar.gz or zip format. Tagged releases on Github are OK, but a 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. And make sure you have a proper license assigned, selected license should be unique on all platforms (Pypi/Github/Sourceforge).
|
||||
|
||||
## Missing older release tags
|
||||
Some packages with missing or hidden older releases have been [cloned](https://github.com/onkelbeh?tab=repositories) after the originating author has been queried and notified. Some cases still require verification. No changes except adding the missing release tags have been made. As soon as another usable release will be available, I'll swap the `SRC_URI` back to Pypi, the original Github or wherever it came from.
|
||||
@@ -30,15 +32,13 @@ Some packages with missing or hidden older releases have been [cloned](https://g
|
||||
## ESPHome
|
||||
Aside from Home Assistant this repo contains ebuilds I use with my Home Assistant, some have to be mentioned::
|
||||
|
||||
* `esphome` (soon I'll throw away Tasmota...), thanks to @OttoWinter for his fabulous idea and [great work](https://github.com/esphome/esphome), really cool stuff, a bit complicated to get it started (mostly with DNS, it uses a weird .local dns architecture for mDNS, too complex for me to run it across Vlans), but as soon you got it running, a lot of ESP devices are very easy to deploy. Its integration in Home Assistant is easy and reacts fast on state changes. I begin to love its Integration in Home Assistant, you have one single point where you define and name a switch or a sensor (instead of > three points using MQTT). Together with the possibility of OTA updates my sensors will have a unique name all over the system, and names can be changed very easily. In the meantime I migrated all my Magichome Controllers, very happy with it, and I have a couple of binary input arrays running with it without any problems. However, my Sonoff POW and POW R2 are still running with Tasmota.
|
||||
* `ESPHome` (soon I'll throw away Tasmota...), thanks to @OttoWinter for his fabulous idea and [great work](https://github.com/esphome/esphome), really cool stuff, a bit complicated to get it started (mostly with DNS, it uses a weird .local architecture for mDNS, but as soon as I got my name server accepting dynmic names from DHCP, a lot of ESP devices are very easy to deploy. Its integration in Home Assistant is easy and reacts fast on state changes. I begin to love its Integration in Home Assistant, you have one single point where you define and name a switch or a sensor (instead of > three points using MQTT). Together with the possibility of OTA updates my sensors will have a unique name all over the system, and names can be changed very easily. In the meantime I migrated all my Magichome Controllers, very happy with it, and I have a couple of binary input arrays running with it without any problems. However, my Sonoff POW and POW R2 are still running with various versions of Tasmota.
|
||||
|
||||
Thanks to @evadim and @klowe0100 for improving the ebuild and helping to keep it updated.
|
||||
|
||||
* `platformio` (needed for ESPHome)
|
||||
* `platformio` (needed for ESPHome and other stuff)
|
||||
|
||||
Since `homeassistant-0.95.0_beta0` `esphome-1.13.6` can be run again in the same environment with home assistant, because home assistant does not insist on `dev-python/pyyaml-3.13` anymore and
|
||||
|
||||
`esphome>=1.14.1` with `platformio-4.0.3-r2` ESPHome can now be run without problems on Python 3.7.
|
||||
ESPHome will run on Python 3.7. Some libraries from Otto's releases are too old for Home Assistants environment, I do NOT use virtual environments, so I simply patched it, it runs on my productive system without any problems. You can also use the dev ebuild (`dev-embedded/esphome-9999.ebuild`), this uses newer libraries, but will be compiled every time you run a world update, it is also very stable most of the time.
|
||||
|
||||
If you have questions or suggestions don't hesitate to contact me, any help is **very** welcome.
|
||||
|
||||
@@ -75,7 +75,7 @@ $ cat /etc/locale.gen
|
||||
de_DE ISO-8859-1
|
||||
de_DE@euro UTF-8
|
||||
```
|
||||
It will make things easier if you take the example files from `/etc/portage/package.accept_keywords/99_homeassistant` and `/etc/portage/package.use/60_homeassistant` and copy it to your `/etc/portage`, a lot of main repo's unstable ebuilds are needed, because some of the stable versions do *not* support Python 3.7.
|
||||
It will make things easier if you take the example files from `/etc/portage/package.accept_keywords/99_homeassistant` and `/etc/portage/package.use/60_homeassistant` and copy it to your `/etc/portage`, a lot of main repo's unstable ebuilds are needed, because some of main repo's stable versions have *no* support Python 3.7 advertised.
|
||||
|
||||
Edit your `/etc/portage/make.conf` to set the new Python Targets:
|
||||
```sh
|
||||
@@ -97,7 +97,7 @@ $ emerge -tav app-misc/homeassistant
|
||||
$ rc-update add homeassistant
|
||||
```
|
||||
## Upgrading to Python 3.7
|
||||
Take the example files from `/etc/portage/package.accept_keywords/99_homeassistant` and `/etc/portage/package.use/60_homeassistant` and copy it to your `/etc/portage`, a lot of unstable ebuilds are needed, because some of the stable versions do *not* support Python 3.7. These files reflect some modules I use, adjust them to your needs.
|
||||
Take the example files from `/etc/portage/package.accept_keywords/99_homeassistant` and `/etc/portage/package.use/60_homeassistant` and copy it to your `/etc/portage`, a lot of unstable ebuilds are needed, because some of the stable versions do *not* support Python 3.7. These files reflect some modules I use, adjust them to your needs. Find a list of the integrations I use myself on my production box [here](https://github.com/onkelbeh/HomeAssistantRepository/blob/master/etc/portage/package.use/60_homeassistant).
|
||||
|
||||
Make sure your system is up to date:
|
||||
```sh
|
||||
@@ -163,30 +163,9 @@ dev-lang/python-2.7.16 pulled in by:
|
||||
|
||||
## Installation on Python 3.6 (deprecated)
|
||||
|
||||
Installation is pretty easy, but it won't help. You have to run it on 3.7, I just keep this part until support for it finally dropped:
|
||||
Installation is pretty easy, but it won't help. You have to run it on 3.7. I removed this part 01/2020, if you really want to do this, scroll back in time, it's a git :-)
|
||||
|
||||
First add the Overlay to `/etc/portage/repos.conf/homeassistant.conf`, make sure not to interfere with your gentoo repo, which is at `/usr/portage/gentoo` in my boxes, because I _always_ have more than one repo active by default:
|
||||
```
|
||||
[HomeAssistantRepository]
|
||||
location = /usr/portage/homeassistant
|
||||
sync-type = git
|
||||
sync-uri = https://git.edevau.net/onkelbeh/HomeAssistantRepository.git
|
||||
auto-sync = yes
|
||||
sync-rsync-verify-metamanifest = no
|
||||
```
|
||||
Sync it and install it (as root)
|
||||
```sh
|
||||
$ emerge --sync
|
||||
$ emerge -tav app-misc/homeassistant
|
||||
```
|
||||
Make sure you have a proper locale setting. I use
|
||||
```sh
|
||||
$ cat /etc/locale.gen
|
||||
de_DE ISO-8859-1
|
||||
de_DE@euro UTF-8
|
||||
```
|
||||
|
||||
Additional information can be found at https://wiki.gentoo.org/wiki//etc/portage/repos.conf.
|
||||
## Problems
|
||||
Please let me know if any initial dependencies are missing, since I use only some of the components myself. From time to time a fresh compile test on an empty box is run to catch general faults, last good (full) compile test was December 2019 with `v0.102.3`.
|
||||
|
||||
## Todos
|
||||
@@ -202,18 +181,18 @@ Please let me know if any initial dependencies are missing, since I use only som
|
||||
- Convince more people to not run Home Assistant with Docker (see https://xkcd.com/1988/)
|
||||
|
||||
## experiments are in progress:
|
||||
* grafana with influxdb, have to use it at work in 2020, so I have to get used to it anyway, fits much better for irregular measurements than Cacti and eats up less space as RRD.
|
||||
* grafana with influxdb, will have to use it at work soon and have to get used to it anyway, fits much better for irregular measurements than Cacti/RRD.
|
||||
* remote IOS authentication with [haproxy](https://www.haproxy.org) and client certificates.
|
||||
|
||||
## some Background...
|
||||
I have Home Assistant running on a virtual X64 box, 4GB RAM, 3 Cores of an older Xeon E5-2630 v2 @ 2.60GHz and 20GB Disk from a small FC SAN (HP MSA). Recorder writes to a separate mariadb machine, currently 10.3.20 without problems.
|
||||
I have Home Assistant running on a virtual X64 box, 4GB RAM, 3 Cores of an older Xeon E5-2630 v2 @ 2.60GHz and 30GB Disk from a small FC SAN (HP MSA). Recorder writes to a local mariadb socket, moved this from my 'big' mariadb machine because of some performance issues. currently 10.2.29 without problems. Influxdb and Graphana are also on the same box. Find a list of the integrations I use myself on my production box [here](https://github.com/onkelbeh/HomeAssistantRepository/blob/master/etc/portage/package.use/60_homeassistant).
|
||||
|
||||
Some of my devices are still connected via Eclipse Mosquitto (https://mosquitto.org/), I use the stable version coming with the original distribution (1.6.7), no SSL inside my isolated IOT Vlan, so no need to upgrade. Along MQTT I am actively using (and therefore testing) the following platforms/components:
|
||||
Some of my devices are still connected via Eclipse Mosquitto (https://mosquitto.org/), I use the stable version coming with the original distribution (1.6.8), no SSL inside my isolated IOT Vlan, so no need to upgrade. Along MQTT I am actively using (and therefore testing) the following platforms/components:
|
||||
* some (~9) Z-Wave devices, mostly Fibaro Roller Shutter 3 with a ZMEEUZB1 Stick connected to my VM with ser2net, socat & OpenZWave. I would not buy the Fibaro stuff again, because of their weird firmware policy. You need to have their expensive gateway to make an update. The cheap chinese stuff would do it better.
|
||||
- in the vm run `socat pty,link=/dev/ttyUSB0,raw,user=homeassistant,group=dialout,mode=777 tcp:[ip of usbhost]:3333`
|
||||
- at the usb host run `ser2net` with `3333:raw:0:/dev/ttyACM0:115200 8DATABITS NONE 1STOPBIT`
|
||||
* a friend recently bought some Zigbee devices from Xioami, will do some tests with them soon.
|
||||
* a bunch of OneWire and I2C Sensors (mostly via MQTT) and
|
||||
* some Zigbee devices from Xioami, via an CC2531 USB stick from Amazon -> `zigbee2mqtt`
|
||||
* a bunch of OneWire and I2C Sensors (mostly via ESPHome and MQTT) and
|
||||
* ESPHome - see description above - (https://esphome.io/ & https://github.com/esphome/esphome/)
|
||||
* ESPEasy (https://www.letscontrolit.com/wiki/index.php/ESPEasy/). I formerly used it to avoid some serious design problems in Tasmota, but since I use ESPHome, these devices live only until they have to be touched for some reason, their firmware will get replaced with ESPHome.
|
||||
* Sonoff/Tasmota (mostly via MQTT) (https://github.com/arendst/Sonoff-Tasmota), same here: as soon a device has to be touched, it's firmware will be replaced with Otto Winter's ESPHome.
|
||||
@@ -221,7 +200,7 @@ Some of my devices are still connected via Eclipse Mosquitto (https://mosquitto.
|
||||
* Sonoff Pow R2
|
||||
* Sonoff 4ch
|
||||
* Sonoff Dual
|
||||
* Sonoff RF Bridge with remote Swiches
|
||||
* Sonoff RF Bridge with remote Switches
|
||||
* Sonoff Touch
|
||||
* Sonoff Basic (not working well with Tasmota in newer versions)
|
||||
The Sonoff Pow will stay with Tasmota for a while, because I have no good implementation of an energy monitor in ESPHome.
|
||||
@@ -244,13 +223,12 @@ Some of my devices are still connected via Eclipse Mosquitto (https://mosquitto.
|
||||
I have **no** Google, Amazon or Apple involved in my privacy (at least in this case) and I am not planning to let them in.
|
||||
|
||||
## Some thoughts
|
||||
* Tried to get all Python installed system wide under Gentoo's package management and keeping `/etc/homeassistant/deps` non-existant or at least as small as possible.
|
||||
* Tried to get all Python installed system wide under Gentoo's package management and keeping `/etc/homeassistant/deps` empty or at least as small as possible, currently something randomly downgrades beautifulsoup to 4.6.3, still looking into that.
|
||||
* Be aware that all dependent libraries could be marked as stable here as soon as they compile. Outside HA dependencies execpt portage are not tested.
|
||||
* Since I use Gentoo mostly on servers, I do not use systemd, the most important reason to run Gentoo is that you are NOT forced to run this incredible crap.
|
||||
* I prefer an own profile based on "amd64/17.1/no-multilib"
|
||||
* python-3.7.5-r1 is set as default target, also 2.7.16 and 3.6.9 (not used anymore) are installed on my test server.
|
||||
* Due to Home Assistant's architecture strategies we could not wait any longer for a stable Python 3.7, so don't blame me if it's a lot of work. Python 3.6 would have been supported until Jan 2022.
|
||||
* I will do no tests anymore with Python 3.6
|
||||
* python-3.7.5-r1 is set as default target, also 2.7.17 is installed on my test server.
|
||||
* I do no tests anymore on Python 3.6
|
||||
|
||||
## Licenses
|
||||
The repository itself is released under GPL-3, all work on the depending components under the licenses they came from, which could be (as my grep told me on Nov 20th):
|
||||
@@ -284,4 +262,4 @@ The repository itself is released under GPL-3, all work on the depending compone
|
||||
|
||||
I did my best to keep these clean, thanks to @matoro for help. If a valid license was published on Pypi, it has been automatically merged. Otherwise I took it from Github or alternatively from comments in the source. Sometimes these differed and have been not unique. All license strings have been adjusted to the list in `/usr/portage/gentoo/licenses/`. Some packages do not have any license published. Authors have been asked for clarification, some still did not respond. These 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.
|
||||
|
||||
Last update of this text: 12.12.2019
|
||||
Last update of this text: 18.1.2020
|
||||
|
||||
@@ -1,17 +1,15 @@
|
||||
DIST home-assistant-frontend-20191002.2.tar.gz 27105941 BLAKE2B 4b1639e39b299c71e3dec4c308431dde5a85efa6010c8b93ca35f44a380a289585d55bdb0b6ad5d11e914aad5fe95453b8efa5178a374c8446f8a6af9a6ceebe SHA512 706d3e34fae8bfcab73b1a2dc211d665a53f76182b3d21d3d0dc277e3c39d5308caf828226ce48fabb759c174a9d22092da36d89d42bd4d74636d8231b913bed
|
||||
DIST home-assistant-frontend-20191025.1.tar.gz 29247819 BLAKE2B 82b010fc6a0492bc515d0d097156e5b2599c3ec2ec437d7f0c3a85cb8398e6fc7ac3c2b6879935ad22d6f3241e7749c11d190fbef53258843b1b86f0a82c6083 SHA512 2f5a8b9691dc85c6fbdf1719272bbb7989b2bace61978169b897a1f484b92874931c26cc8ecc8d892d3f2e73ef10635505c61ad58ee81427a6c3585f4fa62f7a
|
||||
DIST home-assistant-frontend-20191114.0.tar.gz 29868948 BLAKE2B 346f30494a0a5ce2ddb661c27ae41ea0826dbc26a7cc202d44bf5a326824e104b49d8899c2b0e322ca1dd4dade174ffddf0eff7ef274643e6fb02c3b95dc8b55 SHA512 c8518e260612a17871dca89ad357405644cba7a3f247724ae02e8dad52ee61af5c328002c5a2a659b05e31639aac17aa7ad88b31a5607cf6f7a679b69ddeca75
|
||||
DIST home-assistant-frontend-20191119.2.tar.gz 29860177 BLAKE2B 19001b3e54d6071b7d54a5c94cb026831d97013bb6770d24d095391ff196d06793293ce74d14213a1790ae9d35bc629ef649ea528f01f55f37f70be776c65692 SHA512 2231d8ab55605c5ed8f3593773ad84e1ae408e0713f7c6491561052b8038930c1c0ce09086ade820a47b890938d257fec760704c58403ac2768e1cadac504ba7
|
||||
DIST home-assistant-frontend-20191119.5.tar.gz 29862062 BLAKE2B 8c75ffd1065a01929851f8447dc0f92b687c44e0550f6325e17e05b8856a92e83c524d38ba3024b48f0291c63d52dac5ee1ee09f99b4a01583bb115b1559b2e4 SHA512 c54d9da24f7859e9fb161e6aa7303b5aaaf595c016ee9ce7e6d5806736dab6ae97f2fc0c76ddabea6fc1ad3c61e2b02708a94740e67ca7502c1be4f9cb9320bc
|
||||
DIST home-assistant-frontend-20191119.6.tar.gz 29857009 BLAKE2B 4723e70bd5562a4cbd58964cbc743f37513900e9891933fd0ed98e87255fc8ce78c3f53b276f8234f41497decbd5d543370fad2471d19bf6edc5eb0991dcb1e2 SHA512 dc384c22bf05fca17efc29399cf2784e41c099036e729b5223a82186d760ca761a61f0ba138b1117ce3af5a408571d6e73856c54ad7368a29741f69c752fb872
|
||||
DIST home-assistant-frontend-20191204.1.tar.gz 30081005 BLAKE2B 5e433c321109f094a67a3570124c1645f67bb8e2116f46763027941e033416669ca57a6e9e5154eb693671bdf2286bdc3d87bef4bb549190b0518679f4656b17 SHA512 5d58dfa87972f66001310241eba60f38b331384c6974fb5f74b8553b7f8ffe63a5c2354a7094a485e5bc88689e94e90593c673edbc834811904cd978e7f5ce1e
|
||||
DIST home-assistant-frontend-20200108.0.tar.gz 32470440 BLAKE2B 58d5e00b421cfb44d700aae0f0aa95db0a4e9bf62e5e8e72f8e700277cb244aff36388141a19db4f12cf23805d3b158332f09335754ad53df7cb76ee6fa6ea52 SHA512 8b1b63848a985ca256b9f12b8eba4f89468b525b63680c97418fb922c4ec4212ef63a874cd8e4541e91084dff3fed4df7f1c0b1d1898d386eb7bae8409dde546
|
||||
DIST home-assistant-frontend-20200108.2.tar.gz 32482603 BLAKE2B 0ef7dfde3eaf7cabcc4a18b3354728479bcf2cc2818884473b994b0a93bad5daba85ba969359034476788b33850b2d36e5d695216b4c3173025efae724bcef7a SHA512 2bfae9d312404bee794f9036f2c551ff010a480445b78aa68f78a7e3a68048ffaf44743b859eafd39f76465fa699d52405a08379764dc705ef2192ab09f4f98b
|
||||
EBUILD home-assistant-frontend-20191002.2.ebuild 746 BLAKE2B e9116f14e21ee829db54a3d2a996ac5e7fa219e96a8a1124ad64fac063a045774fc6c5c52864fa40caa46961b0e62518e9cc9309ddc8b25c90ef9906a1e71c65 SHA512 440dd5fb1e5a04f1c5e8cf43629cfc0a328a1785f057af09bfd22dc6870774f2e5274a5238e01a8b12840f744b490c8896b410ea0ac18fd516421411f618669a
|
||||
EBUILD home-assistant-frontend-20191025.1.ebuild 746 BLAKE2B e9116f14e21ee829db54a3d2a996ac5e7fa219e96a8a1124ad64fac063a045774fc6c5c52864fa40caa46961b0e62518e9cc9309ddc8b25c90ef9906a1e71c65 SHA512 440dd5fb1e5a04f1c5e8cf43629cfc0a328a1785f057af09bfd22dc6870774f2e5274a5238e01a8b12840f744b490c8896b410ea0ac18fd516421411f618669a
|
||||
EBUILD home-assistant-frontend-20191114.0.ebuild 744 BLAKE2B d36a566017f17f15cbe523f728041d27a42c10c0f011fb26c4ae49341565b554c13cf872d1e3661960b1e87b0ffb90a5434a490afb1beedf7e2a5f713be7b44d SHA512 f689ebd964d776b99275807bde5b94466c7330fa8f62425b5c30fe8a6e1fb6c6fc5c22af8562e5ec7bc0d54026681eab369f168be5d5a306aaf1905b6719bdb8
|
||||
EBUILD home-assistant-frontend-20191119.2.ebuild 744 BLAKE2B d36a566017f17f15cbe523f728041d27a42c10c0f011fb26c4ae49341565b554c13cf872d1e3661960b1e87b0ffb90a5434a490afb1beedf7e2a5f713be7b44d SHA512 f689ebd964d776b99275807bde5b94466c7330fa8f62425b5c30fe8a6e1fb6c6fc5c22af8562e5ec7bc0d54026681eab369f168be5d5a306aaf1905b6719bdb8
|
||||
EBUILD home-assistant-frontend-20191119.5.ebuild 744 BLAKE2B d36a566017f17f15cbe523f728041d27a42c10c0f011fb26c4ae49341565b554c13cf872d1e3661960b1e87b0ffb90a5434a490afb1beedf7e2a5f713be7b44d SHA512 f689ebd964d776b99275807bde5b94466c7330fa8f62425b5c30fe8a6e1fb6c6fc5c22af8562e5ec7bc0d54026681eab369f168be5d5a306aaf1905b6719bdb8
|
||||
EBUILD home-assistant-frontend-20191119.6.ebuild 744 BLAKE2B d36a566017f17f15cbe523f728041d27a42c10c0f011fb26c4ae49341565b554c13cf872d1e3661960b1e87b0ffb90a5434a490afb1beedf7e2a5f713be7b44d SHA512 f689ebd964d776b99275807bde5b94466c7330fa8f62425b5c30fe8a6e1fb6c6fc5c22af8562e5ec7bc0d54026681eab369f168be5d5a306aaf1905b6719bdb8
|
||||
EBUILD home-assistant-frontend-20191204.1.ebuild 744 BLAKE2B d36a566017f17f15cbe523f728041d27a42c10c0f011fb26c4ae49341565b554c13cf872d1e3661960b1e87b0ffb90a5434a490afb1beedf7e2a5f713be7b44d SHA512 f689ebd964d776b99275807bde5b94466c7330fa8f62425b5c30fe8a6e1fb6c6fc5c22af8562e5ec7bc0d54026681eab369f168be5d5a306aaf1905b6719bdb8
|
||||
EBUILD home-assistant-frontend-20200108.0.ebuild 744 BLAKE2B 55d7057dc9a60b462e715307a002b8383abf635f7213ed07058a063e7a7169ebcb5d649a1bc8c4116eb36ee8bfdc58698d43b3640076c88bd3630c0258a5dbf2 SHA512 394c8f2494dd91588402030a6234962d4d3d924b5b73d187af1ecb05192b0ca6bfd98c68cda95b3809bdaca2e2f478c3dc3141e63ad2dafad8cf36fad6b7bd46
|
||||
EBUILD home-assistant-frontend-20200108.2.ebuild 744 BLAKE2B 55d7057dc9a60b462e715307a002b8383abf635f7213ed07058a063e7a7169ebcb5d649a1bc8c4116eb36ee8bfdc58698d43b3640076c88bd3630c0258a5dbf2 SHA512 394c8f2494dd91588402030a6234962d4d3d924b5b73d187af1ecb05192b0ca6bfd98c68cda95b3809bdaca2e2f478c3dc3141e63ad2dafad8cf36fad6b7bd46
|
||||
MISC metadata.xml 470 BLAKE2B 7de107074056877fa0b564f238b8543bab12a5210a7b59a099b6b8a098b233a49bda971b67a46021c8edda29b78f34329ff5e6b5d073ccd3b63a8b0b82375d60 SHA512 4b145b45e10b79b72ea756f6aad509dbd837c4f5e2e338027934d55b3a5da337cba45f1f0a3085a1a727a279a5e15bcb8adf87063539b756041dfb54d42adb7c
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
@@ -26,6 +26,9 @@ DIST homeassistant-0.104.0.tar.gz 4984871 BLAKE2B a992054b983cf39fde855207ed06d5
|
||||
DIST homeassistant-0.104.0b2.tar.gz 4985245 BLAKE2B 5009dadba889da978e3c1d3a236010a9bc7c48504ba186fdf009c66578d278d72a661f9e877f45c992c4f357dae926979c2ecfd8b0915279889dea3921e34799 SHA512 7b786d07900746f70fd85f0452b71601e799cb5cadadc63f9cc65fde7e3bf57daee2dd0ca91e73b8ad0905d7178ac6d8f109277f15a7aebf203d5c80f810d84e
|
||||
DIST homeassistant-0.104.0b4.tar.gz 4985318 BLAKE2B c395d7bac1e01ea97a77ff1ad47ebab1b219300cb35a78021d03790c20c59bf65893df415cb6f2d25653ad1d1f6097bfcc9d142b6d8b0bf6679567aae4143d17 SHA512 31925be6f5b888561021476ef7f658621adc10ab01dd45487923d0ce3be4e62a50fec3f349ba0ff684dd181efbcb6095ce6491a2f22f6f461d059ef114f61858
|
||||
DIST homeassistant-0.104.0b5.tar.gz 4986471 BLAKE2B d1b46c0098f7f5e456aa52d682195d8c90998824cfce6ea6ef6f6ac8c6fdf2d694a8c0452bd5b4551438a3b2410b187f861fa65fc1cfcd9012c3eff19929f95d SHA512 2e0c9b272b6c136f464e899643ff98b57204765806572f5e5dee8ded5e15ff8e0e627111adc5b4c1d62d6c941b406079fd1d1e51cc9495b8e0d5354a61ac045d
|
||||
DIST homeassistant-0.104.1.tar.gz 4985277 BLAKE2B e635f3a0960638685c4107510622e2db422ebf2f7e0433033c8253f12fec0ab6c035482c4eacdd5b5581d976fc7db6f93ceb439fc692f9afadbaa48bcc745ab4 SHA512 fd015ec3b21bf14342c5f74dc4ec8dfcb93f5762672e43674b741feee0d18149f3b713da40fb7058ba6f119832b9bd239cd8bbc93efc0434edc5fe96f67a1353
|
||||
DIST homeassistant-0.104.2.tar.gz 4985439 BLAKE2B 26be8bcec92f7d1edf7e9f6b9bec969d0d9d6e1b17f8f9d64e1935f79b2bbaef32558844bdb4f38258d26cc14927849a68a4747cc7cf2204388aeaab76ea419f SHA512 5f123761c4e256ec6ebd754f993c48d2cbc88b5dd81dcc5b93dc38fb31720027fdb161adb5967001d920a892417dfa3a9137cf8110df2f46e5f9c2cf9cfbe114
|
||||
DIST homeassistant-0.104.3.tar.gz 4985617 BLAKE2B 9014648a4c55735ff25f75ec4fe2577355decd34aae9f4e49ecc420bf4c889abdeab738cbf75ccc9e479b1cf80bb2ff6f0c1557f9a8e6cf739949a9b2ccb4830 SHA512 1439e4af1c08de941af8199f19e04b43433a09468771f43a78c36dd3e2a268aaff7078ce760496c967efa5d9b80bb7a8e70167192fc696c93a68101309fb51a8
|
||||
EBUILD homeassistant-0.100.2.ebuild 11946 BLAKE2B b70db85c512d92515f1f94b791a32165d9b15fe083eafe98fdd7b3859b9b3e572084e35750952a4032b934e98262982565b1dd69c191a5325acb5eedee7d4782 SHA512 3fd9baf5f68369572622e322df829460178938ce8fafffea23d302cad6bbfe29bc85c872a79bd437c418efb4950af3824524d1f6a2cc29d5a30eb3872d199931
|
||||
EBUILD homeassistant-0.100.3.ebuild 11946 BLAKE2B b70db85c512d92515f1f94b791a32165d9b15fe083eafe98fdd7b3859b9b3e572084e35750952a4032b934e98262982565b1dd69c191a5325acb5eedee7d4782 SHA512 3fd9baf5f68369572622e322df829460178938ce8fafffea23d302cad6bbfe29bc85c872a79bd437c418efb4950af3824524d1f6a2cc29d5a30eb3872d199931
|
||||
EBUILD homeassistant-0.101.1.ebuild 11968 BLAKE2B 3f903b30c51c82c1004215149f172c8ff0df5e6e996214969794130d0fed16c09008616368aefd5ac7a3adf65121ce6ff54348ea936b63ece13da5bf75e1b853 SHA512 ce73dcaf180c84723d41d9abf999a640e01ea417e57e8e971ffbcc7f4dfe4326867ebdaaf807eb97a922ecbd75de602a488ec7a01f8e3354c60c9b628739823f
|
||||
@@ -45,5 +48,8 @@ EBUILD homeassistant-0.104.0.ebuild 13779 BLAKE2B a705cfc08985f69625876009fc1f68
|
||||
EBUILD homeassistant-0.104.0_beta2.ebuild 13715 BLAKE2B 2faace323701b9d641a388d50bf600e164b093632a29cba7e045ed367eff580c8ccb594145ac52dd7d90d624f16deaf0faed88009ee10afd6631f4f9a985a703 SHA512 dd853c0c8d6d773207521a71dfb3f5b7ddd2774d9e485a2511ccfc43e134ac59a022ab61db3f4a081a8e8018d80b4a8a98123cff6bf8690e9f3471824f9d5039
|
||||
EBUILD homeassistant-0.104.0_beta4.ebuild 13715 BLAKE2B 786d900d63c1f0ad48f3d2764eb54b76a31dab9c9b49013c92c95d025c77481c6be88ed96585c66c9733408fb699827c637e2db57e58db38a37279d2fadee3bb SHA512 6e2d13e70fd453bc6ff6433ed42f4408d97d895b3ac64ec60fc5c7e51a3511990625e6f4ee8a2adc69805fb22fe2699b6eca12003ead61807e414bafae1df1e1
|
||||
EBUILD homeassistant-0.104.0_beta5.ebuild 13783 BLAKE2B 299ed835840de9512a0bf1a42649ed0b75dcc63500f1d7d20fb44c724ee4d572fd97616417aad48dc76ebb782e16a1acb439d75546a151d7a4b86601924bb0bb SHA512 da17308d2683b7f3a60e5028b7a4efbd7014255cd975b959c32ea7f4fa06bf8b7c08fc0f85c218a9482f5b26b5393325027bca25ec7ba15d2c86688e4ce224e4
|
||||
EBUILD homeassistant-0.104.1.ebuild 13863 BLAKE2B 89f70de8b59f6511404fe1b858178c301125f5f82a5bf110a75e7d89056034054486aa16738751a53ab41bf2ae4e50ced6f1673057dd10fa39bc0f2c7018d679 SHA512 e4788434556b5f3f6e88d5185a3ce8f8c95aa8ec40116e66d966026a2619ab9181528f8c64511fcb7d4a313eba4753ecd793fb7d6b452287cd2e253b8d8c16da
|
||||
EBUILD homeassistant-0.104.2.ebuild 13863 BLAKE2B bbba57c486d966310e2767904be8b173042cb8a303294ff373623643e475ef48b2b955f2c85e94fc7c7773e86c92071f77fc8b47a36b077c63f5dd3b632fb739 SHA512 7cdaa1e3a16f81f05d119a830f83b3bab41e67661f5aafeb265865720e8ef8a021abd7c6a9aaa341056896b5d59ef7d3e961e78ac7dc82bb5195ceac698dc305
|
||||
EBUILD homeassistant-0.104.3.ebuild 13863 BLAKE2B ca124a69dd4a0a52dd50392d821dfa4807be4b312562d011adf0f19f3036b7cd8d8ba9800d834eaef21d64e6061859c14a377a7db1b73f72f4399e95078ab19c SHA512 47450a5524e222eef6bc117bc13daf68768a1014ceb930305bd6d8304e83c322bbc350640e623668ffcc97be69323ad998ddc25f63d6ddbecb24825bb01c6fa9
|
||||
EBUILD homeassistant-9999.ebuild 57353 BLAKE2B 2463c9a6f7c8f192027395bfd1e728fd8f8052c77e0c8b62b293f4c75ed3a3cbe560e3e0ffbb527fe8c97753c9fb0cae0de67694b6c323b513436104d3aac012 SHA512 b0c51724473e2e6af2bef646a332313d3543f1d18e8a716223eccd24bc9133850bc465168e6399ab6ebcc6733895da649c7e2190bfc37bcb3fee23968001d228
|
||||
MISC metadata.xml 6656 BLAKE2B c47d84b7cdc525601a61e91d8e1cb46252dcf803ca6d85b888d74fb2c8fda730cef9c102dc9a79e05d4339aa9d7bd9a2a26a173b80693ea93f0a1c75d8d0a024 SHA512 0e93b889e30d318f9a4a04106fb329f00a84d49bd2fa31b93e3ab354ed1c3d5b6196be0e6c245e2cd2bc9cc20d8d860b7bd1d54c39db498c2a1a9e22cbc60f7a
|
||||
MISC metadata.xml 6743 BLAKE2B cc5892645a9197a3bd970d048d2dfc5650e2cb135040607e9316e73e7ccb5d4006cbec5c14b5910c7995b2bbbee89a5ecf31a38456dad0ed3d7939fcef57e606 SHA512 20e46820fc583a5f5ad863fae9d2b7c31f4a7b3335915024770e2f127404ac6f85c00b6d9f89da22ba31c58ef66fce187157d522b93a472483aa7c5457afa0c9
|
||||
|
||||
309
app-misc/homeassistant/homeassistant-0.104.1.ebuild
Normal file
309
app-misc/homeassistant/homeassistant-0.104.1.ebuild
Normal file
@@ -0,0 +1,309 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
|
||||
#inherit python-single-r1 user readme.gentoo-r1 eutils # distutils-r1
|
||||
inherit user readme.gentoo-r1 eutils distutils-r1
|
||||
|
||||
MY_P=${P/_beta/b}
|
||||
MY_PV=${PV/_beta/b}
|
||||
|
||||
DESCRIPTION="Open-source home automation platform running on Python on 3.7 (and 3.6 for a short time)"
|
||||
HOMEPAGE="https://home-assistant.io https://git.edevau.net/onkelbeh/HomeAssistantRepository"
|
||||
SRC_URI="https://github.com/home-assistant/home-assistant/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="abode ambiclimate ambient_station androidtv asuswrt atmo atv aurora avea axis bitcoin blockchain buienradar cli ciscomobilityexpress daikin darksky denonavr discogs emulated_roku enigma enocean esphome everlights envoy flume flunearyou fronius +frontend gpiozero growl harmony heos here hkavr holidays homekit homematic homematicip hpilo hs100 hue incomfort influxdb maxcube maxcube_hack miio mikrotik +mqtt musiccast +mysql openwrt plex qnap +recorder ring roku rxv samsungtv signal sma socat somfy sonos shodan simplisafe speedtest +ssl test tradfri ubee unify vera webostv wemo wink withings wled wwlln xknx yeelight youtube z-wave zigbee zoneminder"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
!app-misc/homeassistant-bin
|
||||
>=dev-lang/python-3.6.5
|
||||
app-admin/logrotate
|
||||
dev-db/sqlite
|
||||
dev-libs/libfastjson
|
||||
>=dev-libs/xerces-c-3.1.4-r1
|
||||
|
||||
>=app-crypt/acme-0.32.0[${PYTHON_USEDEP}]
|
||||
~dev-python/aiobotocore-0.10.4[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}]
|
||||
~dev-python/astral-1.10.1[${PYTHON_USEDEP}]
|
||||
~dev-python/async_timeout-3.0.1[${PYTHON_USEDEP}]
|
||||
~dev-python/attrs-19.3.0[${PYTHON_USEDEP}]
|
||||
~dev-python/bcrypt-3.1.7[${PYTHON_USEDEP}]
|
||||
~dev-python/beautifulsoup-4.8.2[${PYTHON_USEDEP}]
|
||||
~dev-python/blinkpy-0.14.2[${PYTHON_USEDEP}]
|
||||
~dev-python/boto3-1.9.252[${PYTHON_USEDEP}]
|
||||
~dev-python/caldav-0.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/cdu-0.1.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/certifi-2019.11.28[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '~dev-python/contextvars-2.4[${PYTHON_USEDEP}]' python3_6)
|
||||
~dev-python/cffi-1.12.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
|
||||
~dev-python/colorlog-4.0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/coverage-4.5.2[${PYTHON_USEDEP}]
|
||||
~dev-python/cryptography-2.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/distro-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/docopt-0.6.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/docutils-0.14[${PYTHON_USEDEP}]
|
||||
>=dev-python/ecdsa-0.13[${PYTHON_USEDEP}]
|
||||
>=dev-python/envs-1.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/future-0.17.1[${PYTHON_USEDEP}]
|
||||
~dev-python/gTTS-token-1.1.3[${PYTHON_USEDEP}]
|
||||
~dev-python/hass-nabucasa-0.31[${PYTHON_USEDEP}]
|
||||
>=dev-python/idna-2.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/idna-ssl-1.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/ifaddr-0.1.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/immutables-0.9[${PYTHON_USEDEP}]
|
||||
~dev-python/importlib_metadata-1.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/jinja-2.10.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/jmespath-0.9.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/jose-1.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/jsonrpc-async-0.6[${PYTHON_USEDEP}]
|
||||
~dev-python/jsonrpc-base-1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/jsonrpc-websocket-0.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/lxml-4.3.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-4.5.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/netdisco-2.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/numpy-1.17.4[${PYTHON_USEDEP}]
|
||||
~dev-python/paho-mqtt-1.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/passlib-1.7.1-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pbr-5.1.3[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-6.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pip-8.0.3-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/psutil-5.6.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/PyChromecast-4.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycparser-2.19[${PYTHON_USEDEP}]
|
||||
|| ( >=dev-python/pycryptodome-3.7.3[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] )
|
||||
~dev-python/pyhaversion-3.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-1.7.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyopenssl-19.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyotp-2.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/PyQRCode-1.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyrfc3339-1.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pysnmp-4.4.12[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-jose-cryptodome-1.3.2[${PYTHON_USEDEP}]
|
||||
~dev-python/python-slugify-4.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
|
||||
~dev-python/pyyaml-5.2[${PYTHON_USEDEP}]
|
||||
=dev-python/requests-2.22.0-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-toolbelt-0.9.1[${PYTHON_USEDEP}]
|
||||
=dev-python/RestrictedPython-5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/ruamel-yaml-0.15.100[${PYTHON_USEDEP}]
|
||||
>=dev-python/setuptools-40.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/transitions-0.6.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-3.6.4-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/tzlocal-1.5.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/ua-parser-0.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/urllib3-1.25.3[${PYTHON_USEDEP}]
|
||||
=dev-python/user-agents-2.0-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/vobject-0.9.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-0.11.7[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-serialize-2.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/wakeonlan-1.1.6[${PYTHON_USEDEP}]
|
||||
=dev-python/warrant-0.6.1-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/websocket-client-0.54.0[${PYTHON_USEDEP}]
|
||||
~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/yarl-1.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/zeroconf-0.24.4[${PYTHON_USEDEP}]
|
||||
>=media-libs/mutagen-1.43.0
|
||||
|
||||
abode? ( ~dev-python/abodepy-0.16.7[${PYTHON_USEDEP}] )
|
||||
ambiclimate? ( ~dev-python/Ambiclimate-0.2.1[${PYTHON_USEDEP}] )
|
||||
ambient_station? ( ~dev-python/aioambient-0.3.2[${PYTHON_USEDEP}] )
|
||||
androidtv? ( ~dev-python/androidtv-0.0.38[${PYTHON_USEDEP}]
|
||||
~dev-python/adb-shell-0.1.1[${PYTHON_USEDEP}] )
|
||||
asuswrt? ( ~dev-python/aioasuswrt-1.1.22[${PYTHON_USEDEP}] )
|
||||
atmo? ( ~dev-python/pyatmo-3.1.0[${PYTHON_USEDEP}] )
|
||||
atv? ( >=dev-python/pyatv-0.3.13[${PYTHON_USEDEP}] )
|
||||
aurora? ( ~dev-python/aurorapy-0.2.6[${PYTHON_USEDEP}] )
|
||||
avea? ( ~dev-python/avea-1.4[${PYTHON_USEDEP}] )
|
||||
axis? ( ~dev-python/axis-25[${PYTHON_USEDEP}] )
|
||||
bitcoin? ( ~dev-python/blockchain-1.4.4[${PYTHON_USEDEP}] )
|
||||
blockchain? ( ~dev-python/python-blockchain-api-0.0.2[${PYTHON_USEDEP}] )
|
||||
buienradar? ( ~dev-python/buienradar-1.0.1[${PYTHON_USEDEP}] )
|
||||
cli? ( app-misc/home-assistant-cli[${PYTHON_USEDEP}] )
|
||||
ciscomobilityexpress? ( ~dev-python/ciscomobilityexpress-0.3.3[${PYTHON_USEDEP}] )
|
||||
daikin? ( ~dev-python/pydaikin-1.6.1[${PYTHON_USEDEP}] )
|
||||
darksky? ( ~dev-python/python-forecastio-1.4.0[${PYTHON_USEDEP}] )
|
||||
denonavr? ( ~dev-python/denonavr-0.7.11[${PYTHON_USEDEP}] )
|
||||
discogs? ( ~dev-python/discogs_client-2.2.2[${PYTHON_USEDEP}] )
|
||||
emulated_roku? ( ~dev-python/emulated-roku-0.1.9[${PYTHON_USEDEP}] )
|
||||
enigma? ( ~dev-python/openwebifpy-3.1.1[${PYTHON_USEDEP}] )
|
||||
esphome? ( ~dev-python/aioesphomeapi-2.6.1[${PYTHON_USEDEP}] )
|
||||
everlights? ( ~dev-python/pyeverlights-0.1.0[${PYTHON_USEDEP}] )
|
||||
enocean? ( ~dev-python/enocean-0.50.0[${PYTHON_USEDEP}] )
|
||||
envoy? ( ~dev-python/envoy-reader-0.11.0[${PYTHON_USEDEP}] )
|
||||
flume? ( ~dev-python/PyFlume-0.2.4[${PYTHON_USEDEP}] )
|
||||
flunearyou? ( ~dev-python/pyflunearyou-1.0.3[${PYTHON_USEDEP}] )
|
||||
fronius? ( ~dev-python/PyFronius-0.4.6[${PYTHON_USEDEP}] )
|
||||
frontend? ( ~app-misc/home-assistant-frontend-20200108.0[${PYTHON_USEDEP}] )
|
||||
gpiozero? ( ~dev-python/gpiozero-1.5.1[${PYTHON_USEDEP}] )
|
||||
growl? ( ~dev-python/gntp-1.0.3[${PYTHON_USEDEP}] )
|
||||
harmony? ( ~dev-python/aioharmony-0.1.13[${PYTHON_USEDEP}] )
|
||||
heos? ( ~dev-python/pyheos-0.6.0[${PYTHON_USEDEP}] )
|
||||
here? ( ~dev-python/herepy-2.0.0[${PYTHON_USEDEP}] )
|
||||
hpilo? ( ~dev-python/python-hpilo-4.3[${PYTHON_USEDEP}] )
|
||||
hkavr? ( ~dev-python/hkavr-0.0.5[${PYTHON_USEDEP}] )
|
||||
holidays? ( ~dev-python/holidays-0.9.12[${PYTHON_USEDEP}] )
|
||||
homekit? ( ~dev-python/homekit-python-0.15.0[${PYTHON_USEDEP}] )
|
||||
homematic? ( ~dev-python/pyhomematic-0.1.63[${PYTHON_USEDEP}] )
|
||||
homematicip? ( ~dev-python/homematicip-0.10.15[${PYTHON_USEDEP}] )
|
||||
hs100? ( >=dev-python/pyHS100-0.3.5[${PYTHON_USEDEP}] )
|
||||
hue? ( ~dev-python/aiohue-1.10.1[${PYTHON_USEDEP}] )
|
||||
incomfort? ( ~dev-python/incomfort-client-0.4.0[${PYTHON_USEDEP}] )
|
||||
influxdb? ( dev-db/influxdb
|
||||
~dev-python/influxdb-5.2.3[${PYTHON_USEDEP}] )
|
||||
maxcube? ( ~dev-python/maxcube-api-0.1.0[${PYTHON_USEDEP}] )
|
||||
miio? ( ~dev-python/python-miio-0.4.8[${PYTHON_USEDEP}] )
|
||||
mikrotik? ( ~dev-python/librouteros-2.3.0[${PYTHON_USEDEP}] )
|
||||
mqtt? ( ~dev-python/hbmqtt-0.9.5[${PYTHON_USEDEP}]
|
||||
app-misc/mosquitto )
|
||||
musiccast? ( >=dev-python/pymusiccast-0.1.6[${PYTHON_USEDEP}] )
|
||||
mysql? ( || ( dev-python/mysqlclient[${PYTHON_USEDEP}]
|
||||
dev-python/mysql-python[${PYTHON_USEDEP}] )
|
||||
virtual/mysql )
|
||||
openwrt? ( ~dev-python/openwrt-luci-rpc-1.1.2[${PYTHON_USEDEP}] )
|
||||
plex? ( ~dev-python/PlexAPI-3.3.0[${PYTHON_USEDEP}] )
|
||||
qnap? ( ~dev-python/qnapstats-0.3.0[${PYTHON_USEDEP}] )
|
||||
roku? ( ~dev-python/roku-4.0.0[${PYTHON_USEDEP}] )
|
||||
recorder? ( ~dev-python/sqlalchemy-1.3.12[${PYTHON_USEDEP}] )
|
||||
ring? ( ~dev-python/ring-doorbell-0.6.0[${PYTHON_USEDEP}] )
|
||||
rxv? ( =dev-python/rxv-0.6.0[${PYTHON_USEDEP}]
|
||||
~dev-python/defusedxml-0.6.0[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] )
|
||||
signal? ( ~dev-python/pysignalclirestapi-0.1.4[${PYTHON_USEDEP}] )
|
||||
sma? ( ~dev-python/pysma-0.3.4[${PYTHON_USEDEP}] )
|
||||
socat? ( net-misc/socat )
|
||||
somfy? ( ~dev-python/pymfy-0.7.1[${PYTHON_USEDEP}] )
|
||||
sonos? ( >=dev-python/pysonos-0.0.24[${PYTHON_USEDEP}] )
|
||||
shodan? ( ~dev-python/shodan-1.21.1[${PYTHON_USEDEP}] )
|
||||
simplisafe? ( ~dev-python/simplisafe-python-5.3.6[${PYTHON_USEDEP}] )
|
||||
speedtest? ( ~net-analyzer/speedtest-cli-2.1.2[${PYTHON_USEDEP}] )
|
||||
ssl? ( dev-libs/openssl:0
|
||||
app-crypt/certbot
|
||||
net-proxy/haproxy )
|
||||
tradfri? ( >=dev-python/pytradfri-6.4.0[${PYTHON_USEDEP}] )
|
||||
ubee? ( ~dev-python/pyubee-0.7[${PYTHON_USEDEP}] )
|
||||
unify? ( ~dev-python/aiounify-11[${PYTHON_USEDEP}] )
|
||||
vera? ( ~dev-python/pyvera-0.3.7[${PYTHON_USEDEP}] )
|
||||
webostv? ( ~dev-python/aiopylgtv-0.2.7[${PYTHON_USEDEP}] )
|
||||
wemo? ( >=dev-python/pywemo-0.4.34[${PYTHON_USEDEP}] )
|
||||
wink? ( ~dev-python/pubnubsub-handler-1.0.8[${PYTHON_USEDEP}] )
|
||||
withings? ( ~dev-python/withings-api-2.1.3[${PYTHON_USEDEP}] )
|
||||
wled? ( ~dev-python/wled-0.2.1[${PYTHON_USEDEP}] )
|
||||
wwlln? ( ~dev-python/aiowwlln-2.0.2[${PYTHON_USEDEP}] )
|
||||
xknx? ( ~dev-python/xknx-0.11.2[${PYTHON_USEDEP}] )
|
||||
yeelight? ( ~dev-python/yeelight-0.5.0[${PYTHON_USEDEP}] )
|
||||
youtube? ( ~dev-python/youtube_dl-2020.01.01[${PYTHON_USEDEP}] )
|
||||
zigbee? ( ~dev-python/zigpy-deconz-0.7.0[${PYTHON_USEDEP}]
|
||||
~dev-python/zigpy-homeassistant-0.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/zigpy-xbee-homeassistant-0.8.0[${PYTHON_USEDEP}]
|
||||
~dev-python/bellows-homeassistant-0.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/zigpy-zigate-0.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/zha-quirks-0.0.31[${PYTHON_USEDEP}] )
|
||||
zoneminder? ( ~dev-python/zm-py-0.4.0[${PYTHON_USEDEP}] )
|
||||
z-wave? ( ~dev-python/pynacl-1.3.0[${PYTHON_USEDEP}]
|
||||
~dev-python/homeassistant-pyozw-0.1.7[${PYTHON_USEDEP}]
|
||||
~dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
|
||||
~dev-python/cffi-1.12.2[${PYTHON_USEDEP}] )
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
~dev-python/asynctest-0.12.2[${PYTHON_USEDEP}]
|
||||
~dev-python/coveralls-1.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/flake8-docstrings-1.3.0[${PYTHON_USEDEP}]
|
||||
~dev-python/flake8-3.7.5[${PYTHON_USEDEP}]
|
||||
~dev-python/mock-open-1.3.1[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
~dev-python/mypy-0.660[${PYTHON_USEDEP}]
|
||||
~dev-python/pydocstyle-3.0.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pylint-2.2.2[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-aiohttp-0.3.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-cov-2.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-sugar-0.9.2[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-timeout-1.3.3[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-4.2.1[${PYTHON_USEDEP}]
|
||||
~dev-python/requests-mock-1.5.2[${PYTHON_USEDEP}]
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/coverage[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
INSTALL_DIR="/opt/${PN}"
|
||||
|
||||
DISABLE_AUTOFORMATTING=1
|
||||
DOC_CONTENTS="
|
||||
The HA interface listens on port 8123
|
||||
hass configuration is in: /etc/${PN}
|
||||
daemon command line arguments are configured in: /etc/conf.d/${PN}
|
||||
logging is to: /var/log/${PN}/{server,errors,stdout}.log
|
||||
The sqlite db is by default in: /etc/${PN}
|
||||
support at https://git.edevau.net/onkelbeh/HomeAssistantRepository
|
||||
"
|
||||
|
||||
S="${WORKDIR}/home-assistant-${MY_PV}"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
pkg_setup() {
|
||||
enewgroup "${PN}"
|
||||
enewuser "${PN}" -1 -1 "$INSTALL_DIR" "${PN}"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
sed -e 's;astral==1.5;astral>=1.5;' \
|
||||
-i "setup.py" \
|
||||
-i homeassistant/package_constraints.txt
|
||||
|
||||
# https://github.com/home-assistant/home-assistant/issues/28811
|
||||
if use maxcube_hack ; then
|
||||
eapply "${FILESDIR}/maxcube_TypeError_dirty_hack.patch"
|
||||
fi
|
||||
|
||||
eapply_user
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
dodoc ${DOCS}
|
||||
distutils-r1_python_install_all
|
||||
|
||||
keepdir "$INSTALL_DIR"
|
||||
|
||||
keepdir "/etc/${PN}"
|
||||
fowners -R "${PN}:${PN}" "/etc/${PN}"
|
||||
|
||||
keepdir "/var/log/${PN}"
|
||||
fowners -R "${PN}:${PN}" "/var/log/${PN}"
|
||||
|
||||
newconfd "${FILESDIR}/${PN}.conf.d" "${PN}"
|
||||
newinitd "${FILESDIR}/${PN}.init.d" "${PN}"
|
||||
|
||||
if use socat ; then
|
||||
newinitd "${FILESDIR}/socat-zwave.init.d" "socat-zwave"
|
||||
sed -i -e 's/# need socat-zwave/need socat-zwave/g' "${D}/etc/init.d/${PN}" || die
|
||||
fi
|
||||
|
||||
if use mqtt ; then
|
||||
sed -i -e 's/# need mosquitto/need mosquitto/g' "${D}/etc/init.d/${PN}" || die
|
||||
fi
|
||||
|
||||
insinto /etc/logrotate.d
|
||||
newins "${FILESDIR}/${PN}.logrotate" "${PN}"
|
||||
|
||||
dobin "${FILESDIR}/hasstest"
|
||||
readme.gentoo_create_doc
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
309
app-misc/homeassistant/homeassistant-0.104.2.ebuild
Normal file
309
app-misc/homeassistant/homeassistant-0.104.2.ebuild
Normal file
@@ -0,0 +1,309 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
|
||||
#inherit python-single-r1 user readme.gentoo-r1 eutils # distutils-r1
|
||||
inherit user readme.gentoo-r1 eutils distutils-r1
|
||||
|
||||
MY_P=${P/_beta/b}
|
||||
MY_PV=${PV/_beta/b}
|
||||
|
||||
DESCRIPTION="Open-source home automation platform running on Python on 3.7 (and 3.6 for a short time)"
|
||||
HOMEPAGE="https://home-assistant.io https://git.edevau.net/onkelbeh/HomeAssistantRepository"
|
||||
SRC_URI="https://github.com/home-assistant/home-assistant/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="abode ambiclimate ambient_station androidtv asuswrt atmo atv aurora avea axis bitcoin blockchain buienradar cli ciscomobilityexpress daikin darksky denonavr discogs emulated_roku enigma enocean esphome everlights envoy flume flunearyou fronius +frontend gpiozero growl harmony heos here hkavr holidays homekit homematic homematicip hpilo hs100 hue incomfort influxdb maxcube maxcube_hack miio mikrotik +mqtt musiccast +mysql openwrt plex qnap +recorder ring roku rxv samsungtv signal sma socat somfy sonos shodan simplisafe speedtest +ssl test tradfri ubee unify vera webostv wemo wink withings wled wwlln xknx yeelight youtube z-wave zigbee zoneminder"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
!app-misc/homeassistant-bin
|
||||
>=dev-lang/python-3.6.5
|
||||
app-admin/logrotate
|
||||
dev-db/sqlite
|
||||
dev-libs/libfastjson
|
||||
>=dev-libs/xerces-c-3.1.4-r1
|
||||
|
||||
>=app-crypt/acme-0.32.0[${PYTHON_USEDEP}]
|
||||
~dev-python/aiobotocore-0.10.4[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}]
|
||||
~dev-python/astral-1.10.1[${PYTHON_USEDEP}]
|
||||
~dev-python/async_timeout-3.0.1[${PYTHON_USEDEP}]
|
||||
~dev-python/attrs-19.3.0[${PYTHON_USEDEP}]
|
||||
~dev-python/bcrypt-3.1.7[${PYTHON_USEDEP}]
|
||||
~dev-python/beautifulsoup-4.8.2[${PYTHON_USEDEP}]
|
||||
~dev-python/blinkpy-0.14.2[${PYTHON_USEDEP}]
|
||||
~dev-python/boto3-1.9.252[${PYTHON_USEDEP}]
|
||||
~dev-python/caldav-0.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/cdu-0.1.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/certifi-2019.11.28[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '~dev-python/contextvars-2.4[${PYTHON_USEDEP}]' python3_6)
|
||||
~dev-python/cffi-1.12.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
|
||||
~dev-python/colorlog-4.0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/coverage-4.5.2[${PYTHON_USEDEP}]
|
||||
~dev-python/cryptography-2.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/distro-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/docopt-0.6.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/docutils-0.14[${PYTHON_USEDEP}]
|
||||
>=dev-python/ecdsa-0.13[${PYTHON_USEDEP}]
|
||||
>=dev-python/envs-1.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/future-0.17.1[${PYTHON_USEDEP}]
|
||||
~dev-python/gTTS-token-1.1.3[${PYTHON_USEDEP}]
|
||||
~dev-python/hass-nabucasa-0.31[${PYTHON_USEDEP}]
|
||||
>=dev-python/idna-2.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/idna-ssl-1.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/ifaddr-0.1.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/immutables-0.9[${PYTHON_USEDEP}]
|
||||
~dev-python/importlib_metadata-1.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/jinja-2.10.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/jmespath-0.9.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/jose-1.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/jsonrpc-async-0.6[${PYTHON_USEDEP}]
|
||||
~dev-python/jsonrpc-base-1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/jsonrpc-websocket-0.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/lxml-4.3.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-4.5.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/netdisco-2.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/numpy-1.17.4[${PYTHON_USEDEP}]
|
||||
~dev-python/paho-mqtt-1.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/passlib-1.7.1-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pbr-5.1.3[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-6.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pip-8.0.3-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/psutil-5.6.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/PyChromecast-4.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycparser-2.19[${PYTHON_USEDEP}]
|
||||
|| ( >=dev-python/pycryptodome-3.7.3[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] )
|
||||
~dev-python/pyhaversion-3.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-1.7.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyopenssl-19.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyotp-2.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/PyQRCode-1.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyrfc3339-1.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pysnmp-4.4.12[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-jose-cryptodome-1.3.2[${PYTHON_USEDEP}]
|
||||
~dev-python/python-slugify-4.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
|
||||
~dev-python/pyyaml-5.2[${PYTHON_USEDEP}]
|
||||
=dev-python/requests-2.22.0-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-toolbelt-0.9.1[${PYTHON_USEDEP}]
|
||||
=dev-python/RestrictedPython-5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/ruamel-yaml-0.15.100[${PYTHON_USEDEP}]
|
||||
>=dev-python/setuptools-40.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/transitions-0.6.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-3.6.4-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/tzlocal-1.5.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/ua-parser-0.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/urllib3-1.25.3[${PYTHON_USEDEP}]
|
||||
=dev-python/user-agents-2.0-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/vobject-0.9.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-0.11.7[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-serialize-2.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/wakeonlan-1.1.6[${PYTHON_USEDEP}]
|
||||
=dev-python/warrant-0.6.1-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/websocket-client-0.54.0[${PYTHON_USEDEP}]
|
||||
~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/yarl-1.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/zeroconf-0.24.4[${PYTHON_USEDEP}]
|
||||
>=media-libs/mutagen-1.43.0
|
||||
|
||||
abode? ( ~dev-python/abodepy-0.16.7[${PYTHON_USEDEP}] )
|
||||
ambiclimate? ( ~dev-python/Ambiclimate-0.2.1[${PYTHON_USEDEP}] )
|
||||
ambient_station? ( ~dev-python/aioambient-0.3.2[${PYTHON_USEDEP}] )
|
||||
androidtv? ( ~dev-python/androidtv-0.0.38[${PYTHON_USEDEP}]
|
||||
~dev-python/adb-shell-0.1.1[${PYTHON_USEDEP}] )
|
||||
asuswrt? ( ~dev-python/aioasuswrt-1.1.22[${PYTHON_USEDEP}] )
|
||||
atmo? ( ~dev-python/pyatmo-3.1.0[${PYTHON_USEDEP}] )
|
||||
atv? ( >=dev-python/pyatv-0.3.13[${PYTHON_USEDEP}] )
|
||||
aurora? ( ~dev-python/aurorapy-0.2.6[${PYTHON_USEDEP}] )
|
||||
avea? ( ~dev-python/avea-1.4[${PYTHON_USEDEP}] )
|
||||
axis? ( ~dev-python/axis-25[${PYTHON_USEDEP}] )
|
||||
bitcoin? ( ~dev-python/blockchain-1.4.4[${PYTHON_USEDEP}] )
|
||||
blockchain? ( ~dev-python/python-blockchain-api-0.0.2[${PYTHON_USEDEP}] )
|
||||
buienradar? ( ~dev-python/buienradar-1.0.1[${PYTHON_USEDEP}] )
|
||||
cli? ( app-misc/home-assistant-cli[${PYTHON_USEDEP}] )
|
||||
ciscomobilityexpress? ( ~dev-python/ciscomobilityexpress-0.3.3[${PYTHON_USEDEP}] )
|
||||
daikin? ( ~dev-python/pydaikin-1.6.1[${PYTHON_USEDEP}] )
|
||||
darksky? ( ~dev-python/python-forecastio-1.4.0[${PYTHON_USEDEP}] )
|
||||
denonavr? ( ~dev-python/denonavr-0.7.11[${PYTHON_USEDEP}] )
|
||||
discogs? ( ~dev-python/discogs_client-2.2.2[${PYTHON_USEDEP}] )
|
||||
emulated_roku? ( ~dev-python/emulated-roku-0.1.9[${PYTHON_USEDEP}] )
|
||||
enigma? ( ~dev-python/openwebifpy-3.1.1[${PYTHON_USEDEP}] )
|
||||
esphome? ( ~dev-python/aioesphomeapi-2.6.1[${PYTHON_USEDEP}] )
|
||||
everlights? ( ~dev-python/pyeverlights-0.1.0[${PYTHON_USEDEP}] )
|
||||
enocean? ( ~dev-python/enocean-0.50.0[${PYTHON_USEDEP}] )
|
||||
envoy? ( ~dev-python/envoy-reader-0.11.0[${PYTHON_USEDEP}] )
|
||||
flume? ( ~dev-python/PyFlume-0.2.4[${PYTHON_USEDEP}] )
|
||||
flunearyou? ( ~dev-python/pyflunearyou-1.0.3[${PYTHON_USEDEP}] )
|
||||
fronius? ( ~dev-python/PyFronius-0.4.6[${PYTHON_USEDEP}] )
|
||||
frontend? ( ~app-misc/home-assistant-frontend-20200108.2[${PYTHON_USEDEP}] )
|
||||
gpiozero? ( ~dev-python/gpiozero-1.5.1[${PYTHON_USEDEP}] )
|
||||
growl? ( ~dev-python/gntp-1.0.3[${PYTHON_USEDEP}] )
|
||||
harmony? ( ~dev-python/aioharmony-0.1.13[${PYTHON_USEDEP}] )
|
||||
heos? ( ~dev-python/pyheos-0.6.0[${PYTHON_USEDEP}] )
|
||||
here? ( ~dev-python/herepy-2.0.0[${PYTHON_USEDEP}] )
|
||||
hpilo? ( ~dev-python/python-hpilo-4.3[${PYTHON_USEDEP}] )
|
||||
hkavr? ( ~dev-python/hkavr-0.0.5[${PYTHON_USEDEP}] )
|
||||
holidays? ( ~dev-python/holidays-0.9.12[${PYTHON_USEDEP}] )
|
||||
homekit? ( ~dev-python/homekit-python-0.15.0[${PYTHON_USEDEP}] )
|
||||
homematic? ( ~dev-python/pyhomematic-0.1.63[${PYTHON_USEDEP}] )
|
||||
homematicip? ( ~dev-python/homematicip-0.10.15[${PYTHON_USEDEP}] )
|
||||
hs100? ( >=dev-python/pyHS100-0.3.5[${PYTHON_USEDEP}] )
|
||||
hue? ( ~dev-python/aiohue-1.10.1[${PYTHON_USEDEP}] )
|
||||
incomfort? ( ~dev-python/incomfort-client-0.4.0[${PYTHON_USEDEP}] )
|
||||
influxdb? ( dev-db/influxdb
|
||||
~dev-python/influxdb-5.2.3[${PYTHON_USEDEP}] )
|
||||
maxcube? ( ~dev-python/maxcube-api-0.1.0[${PYTHON_USEDEP}] )
|
||||
miio? ( ~dev-python/python-miio-0.4.8[${PYTHON_USEDEP}] )
|
||||
mikrotik? ( ~dev-python/librouteros-2.3.0[${PYTHON_USEDEP}] )
|
||||
mqtt? ( ~dev-python/hbmqtt-0.9.5[${PYTHON_USEDEP}]
|
||||
app-misc/mosquitto )
|
||||
musiccast? ( >=dev-python/pymusiccast-0.1.6[${PYTHON_USEDEP}] )
|
||||
mysql? ( || ( dev-python/mysqlclient[${PYTHON_USEDEP}]
|
||||
dev-python/mysql-python[${PYTHON_USEDEP}] )
|
||||
virtual/mysql )
|
||||
openwrt? ( ~dev-python/openwrt-luci-rpc-1.1.2[${PYTHON_USEDEP}] )
|
||||
plex? ( ~dev-python/PlexAPI-3.3.0[${PYTHON_USEDEP}] )
|
||||
qnap? ( ~dev-python/qnapstats-0.3.0[${PYTHON_USEDEP}] )
|
||||
roku? ( ~dev-python/roku-4.0.0[${PYTHON_USEDEP}] )
|
||||
recorder? ( ~dev-python/sqlalchemy-1.3.12[${PYTHON_USEDEP}] )
|
||||
ring? ( ~dev-python/ring-doorbell-0.6.0[${PYTHON_USEDEP}] )
|
||||
rxv? ( =dev-python/rxv-0.6.0[${PYTHON_USEDEP}]
|
||||
~dev-python/defusedxml-0.6.0[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] )
|
||||
signal? ( ~dev-python/pysignalclirestapi-0.1.4[${PYTHON_USEDEP}] )
|
||||
sma? ( ~dev-python/pysma-0.3.4[${PYTHON_USEDEP}] )
|
||||
socat? ( net-misc/socat )
|
||||
somfy? ( ~dev-python/pymfy-0.7.1[${PYTHON_USEDEP}] )
|
||||
sonos? ( >=dev-python/pysonos-0.0.24[${PYTHON_USEDEP}] )
|
||||
shodan? ( ~dev-python/shodan-1.21.1[${PYTHON_USEDEP}] )
|
||||
simplisafe? ( ~dev-python/simplisafe-python-5.3.6[${PYTHON_USEDEP}] )
|
||||
speedtest? ( ~net-analyzer/speedtest-cli-2.1.2[${PYTHON_USEDEP}] )
|
||||
ssl? ( dev-libs/openssl:0
|
||||
app-crypt/certbot
|
||||
net-proxy/haproxy )
|
||||
tradfri? ( >=dev-python/pytradfri-6.4.0[${PYTHON_USEDEP}] )
|
||||
ubee? ( ~dev-python/pyubee-0.7[${PYTHON_USEDEP}] )
|
||||
unify? ( ~dev-python/aiounify-11[${PYTHON_USEDEP}] )
|
||||
vera? ( ~dev-python/pyvera-0.3.7[${PYTHON_USEDEP}] )
|
||||
webostv? ( ~dev-python/aiopylgtv-0.2.7[${PYTHON_USEDEP}] )
|
||||
wemo? ( >=dev-python/pywemo-0.4.34[${PYTHON_USEDEP}] )
|
||||
wink? ( ~dev-python/pubnubsub-handler-1.0.8[${PYTHON_USEDEP}] )
|
||||
withings? ( ~dev-python/withings-api-2.1.3[${PYTHON_USEDEP}] )
|
||||
wled? ( ~dev-python/wled-0.2.1[${PYTHON_USEDEP}] )
|
||||
wwlln? ( ~dev-python/aiowwlln-2.0.2[${PYTHON_USEDEP}] )
|
||||
xknx? ( ~dev-python/xknx-0.11.2[${PYTHON_USEDEP}] )
|
||||
yeelight? ( ~dev-python/yeelight-0.5.0[${PYTHON_USEDEP}] )
|
||||
youtube? ( ~dev-python/youtube_dl-2020.01.01[${PYTHON_USEDEP}] )
|
||||
zigbee? ( ~dev-python/zigpy-deconz-0.7.0[${PYTHON_USEDEP}]
|
||||
~dev-python/zigpy-homeassistant-0.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/zigpy-xbee-homeassistant-0.8.0[${PYTHON_USEDEP}]
|
||||
~dev-python/bellows-homeassistant-0.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/zigpy-zigate-0.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/zha-quirks-0.0.31[${PYTHON_USEDEP}] )
|
||||
zoneminder? ( ~dev-python/zm-py-0.4.0[${PYTHON_USEDEP}] )
|
||||
z-wave? ( ~dev-python/pynacl-1.3.0[${PYTHON_USEDEP}]
|
||||
~dev-python/homeassistant-pyozw-0.1.7[${PYTHON_USEDEP}]
|
||||
~dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
|
||||
~dev-python/cffi-1.12.2[${PYTHON_USEDEP}] )
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
~dev-python/asynctest-0.12.2[${PYTHON_USEDEP}]
|
||||
~dev-python/coveralls-1.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/flake8-docstrings-1.3.0[${PYTHON_USEDEP}]
|
||||
~dev-python/flake8-3.7.5[${PYTHON_USEDEP}]
|
||||
~dev-python/mock-open-1.3.1[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
~dev-python/mypy-0.660[${PYTHON_USEDEP}]
|
||||
~dev-python/pydocstyle-3.0.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pylint-2.2.2[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-aiohttp-0.3.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-cov-2.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-sugar-0.9.2[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-timeout-1.3.3[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-4.2.1[${PYTHON_USEDEP}]
|
||||
~dev-python/requests-mock-1.5.2[${PYTHON_USEDEP}]
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/coverage[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
INSTALL_DIR="/opt/${PN}"
|
||||
|
||||
DISABLE_AUTOFORMATTING=1
|
||||
DOC_CONTENTS="
|
||||
The HA interface listens on port 8123
|
||||
hass configuration is in: /etc/${PN}
|
||||
daemon command line arguments are configured in: /etc/conf.d/${PN}
|
||||
logging is to: /var/log/${PN}/{server,errors,stdout}.log
|
||||
The sqlite db is by default in: /etc/${PN}
|
||||
support at https://git.edevau.net/onkelbeh/HomeAssistantRepository
|
||||
"
|
||||
|
||||
S="${WORKDIR}/home-assistant-${MY_PV}"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
pkg_setup() {
|
||||
enewgroup "${PN}"
|
||||
enewuser "${PN}" -1 -1 "$INSTALL_DIR" "${PN}"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
sed -e 's;astral==1.5;astral>=1.5;' \
|
||||
-i "setup.py" \
|
||||
-i homeassistant/package_constraints.txt
|
||||
|
||||
# https://github.com/home-assistant/home-assistant/issues/28811
|
||||
if use maxcube_hack ; then
|
||||
eapply "${FILESDIR}/maxcube_TypeError_dirty_hack.patch"
|
||||
fi
|
||||
|
||||
eapply_user
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
dodoc ${DOCS}
|
||||
distutils-r1_python_install_all
|
||||
|
||||
keepdir "$INSTALL_DIR"
|
||||
|
||||
keepdir "/etc/${PN}"
|
||||
fowners -R "${PN}:${PN}" "/etc/${PN}"
|
||||
|
||||
keepdir "/var/log/${PN}"
|
||||
fowners -R "${PN}:${PN}" "/var/log/${PN}"
|
||||
|
||||
newconfd "${FILESDIR}/${PN}.conf.d" "${PN}"
|
||||
newinitd "${FILESDIR}/${PN}.init.d" "${PN}"
|
||||
|
||||
if use socat ; then
|
||||
newinitd "${FILESDIR}/socat-zwave.init.d" "socat-zwave"
|
||||
sed -i -e 's/# need socat-zwave/need socat-zwave/g' "${D}/etc/init.d/${PN}" || die
|
||||
fi
|
||||
|
||||
if use mqtt ; then
|
||||
sed -i -e 's/# need mosquitto/need mosquitto/g' "${D}/etc/init.d/${PN}" || die
|
||||
fi
|
||||
|
||||
insinto /etc/logrotate.d
|
||||
newins "${FILESDIR}/${PN}.logrotate" "${PN}"
|
||||
|
||||
dobin "${FILESDIR}/hasstest"
|
||||
readme.gentoo_create_doc
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
309
app-misc/homeassistant/homeassistant-0.104.3.ebuild
Normal file
309
app-misc/homeassistant/homeassistant-0.104.3.ebuild
Normal file
@@ -0,0 +1,309 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
|
||||
#inherit python-single-r1 user readme.gentoo-r1 eutils # distutils-r1
|
||||
inherit user readme.gentoo-r1 eutils distutils-r1
|
||||
|
||||
MY_P=${P/_beta/b}
|
||||
MY_PV=${PV/_beta/b}
|
||||
|
||||
DESCRIPTION="Open-source home automation platform running on Python on 3.7 (and 3.6 for a short time)"
|
||||
HOMEPAGE="https://home-assistant.io https://git.edevau.net/onkelbeh/HomeAssistantRepository"
|
||||
SRC_URI="https://github.com/home-assistant/home-assistant/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="abode ambiclimate ambient_station androidtv asuswrt atmo atv aurora avea axis bitcoin blockchain buienradar cli ciscomobilityexpress daikin darksky denonavr discogs emulated_roku enigma enocean esphome everlights envoy flume flunearyou fronius +frontend gpiozero growl harmony heos here hkavr holidays homekit homematic homematicip hpilo hs100 hue incomfort influxdb maxcube maxcube_hack miio mikrotik +mqtt musiccast +mysql openwrt plex qnap +recorder ring roku rxv samsungtv signal sma socat somfy sonos shodan simplisafe speedtest +ssl test tradfri ubee unify vera webostv wemo wink withings wled wwlln xknx yeelight youtube z-wave zigbee zoneminder"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
!app-misc/homeassistant-bin
|
||||
>=dev-lang/python-3.6.5
|
||||
app-admin/logrotate
|
||||
dev-db/sqlite
|
||||
dev-libs/libfastjson
|
||||
>=dev-libs/xerces-c-3.1.4-r1
|
||||
|
||||
>=app-crypt/acme-0.32.0[${PYTHON_USEDEP}]
|
||||
~dev-python/aiobotocore-0.10.4[${PYTHON_USEDEP}]
|
||||
~dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-cors-0.7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}]
|
||||
~dev-python/astral-1.10.1[${PYTHON_USEDEP}]
|
||||
~dev-python/async_timeout-3.0.1[${PYTHON_USEDEP}]
|
||||
~dev-python/attrs-19.3.0[${PYTHON_USEDEP}]
|
||||
~dev-python/bcrypt-3.1.7[${PYTHON_USEDEP}]
|
||||
~dev-python/beautifulsoup-4.8.2[${PYTHON_USEDEP}]
|
||||
~dev-python/blinkpy-0.14.2[${PYTHON_USEDEP}]
|
||||
~dev-python/boto3-1.9.252[${PYTHON_USEDEP}]
|
||||
~dev-python/caldav-0.6.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/cdu-0.1.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/certifi-2019.11.28[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '~dev-python/contextvars-2.4[${PYTHON_USEDEP}]' python3_6)
|
||||
~dev-python/cffi-1.12.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
|
||||
~dev-python/colorlog-4.0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/coverage-4.5.2[${PYTHON_USEDEP}]
|
||||
~dev-python/cryptography-2.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/distro-1.4.0[${PYTHON_USEDEP}]
|
||||
~dev-python/docopt-0.6.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/docutils-0.14[${PYTHON_USEDEP}]
|
||||
>=dev-python/ecdsa-0.13[${PYTHON_USEDEP}]
|
||||
>=dev-python/envs-1.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/future-0.17.1[${PYTHON_USEDEP}]
|
||||
~dev-python/gTTS-token-1.1.3[${PYTHON_USEDEP}]
|
||||
~dev-python/hass-nabucasa-0.31[${PYTHON_USEDEP}]
|
||||
>=dev-python/idna-2.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/idna-ssl-1.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/ifaddr-0.1.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/immutables-0.9[${PYTHON_USEDEP}]
|
||||
~dev-python/importlib_metadata-1.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/jinja-2.10.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/jmespath-0.9.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/jose-1.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/jsonrpc-async-0.6[${PYTHON_USEDEP}]
|
||||
~dev-python/jsonrpc-base-1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/jsonrpc-websocket-0.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/lxml-4.3.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/multidict-4.5.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/netdisco-2.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/numpy-1.17.4[${PYTHON_USEDEP}]
|
||||
~dev-python/paho-mqtt-1.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/passlib-1.7.1-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pbr-5.1.3[${PYTHON_USEDEP}]
|
||||
~dev-python/pillow-6.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pip-8.0.3-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/psutil-5.6.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/PyChromecast-4.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycparser-2.19[${PYTHON_USEDEP}]
|
||||
|| ( >=dev-python/pycryptodome-3.7.3[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] )
|
||||
~dev-python/pyhaversion-3.1.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pyjwt-1.7.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyopenssl-19.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyotp-2.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/PyQRCode-1.2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyrfc3339-1.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pysnmp-4.4.12[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-jose-cryptodome-1.3.2[${PYTHON_USEDEP}]
|
||||
~dev-python/python-slugify-4.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
|
||||
~dev-python/pyyaml-5.2[${PYTHON_USEDEP}]
|
||||
=dev-python/requests-2.22.0-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-toolbelt-0.9.1[${PYTHON_USEDEP}]
|
||||
=dev-python/RestrictedPython-5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/ruamel-yaml-0.15.100[${PYTHON_USEDEP}]
|
||||
>=dev-python/setuptools-40.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/six-1.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/transitions-0.6.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-3.6.4-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/tzlocal-1.5.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/ua-parser-0.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/urllib3-1.25.3[${PYTHON_USEDEP}]
|
||||
=dev-python/user-agents-2.0-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/vobject-0.9.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-0.11.7[${PYTHON_USEDEP}]
|
||||
~dev-python/voluptuous-serialize-2.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/wakeonlan-1.1.6[${PYTHON_USEDEP}]
|
||||
=dev-python/warrant-0.6.1-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/websocket-client-0.54.0[${PYTHON_USEDEP}]
|
||||
~dev-python/xmltodict-0.12.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/yarl-1.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/zeroconf-0.24.4[${PYTHON_USEDEP}]
|
||||
>=media-libs/mutagen-1.43.0
|
||||
|
||||
abode? ( ~dev-python/abodepy-0.16.7[${PYTHON_USEDEP}] )
|
||||
ambiclimate? ( ~dev-python/Ambiclimate-0.2.1[${PYTHON_USEDEP}] )
|
||||
ambient_station? ( ~dev-python/aioambient-0.3.2[${PYTHON_USEDEP}] )
|
||||
androidtv? ( ~dev-python/androidtv-0.0.38[${PYTHON_USEDEP}]
|
||||
~dev-python/adb-shell-0.1.1[${PYTHON_USEDEP}] )
|
||||
asuswrt? ( ~dev-python/aioasuswrt-1.1.22[${PYTHON_USEDEP}] )
|
||||
atmo? ( ~dev-python/pyatmo-3.1.0[${PYTHON_USEDEP}] )
|
||||
atv? ( >=dev-python/pyatv-0.3.13[${PYTHON_USEDEP}] )
|
||||
aurora? ( ~dev-python/aurorapy-0.2.6[${PYTHON_USEDEP}] )
|
||||
avea? ( ~dev-python/avea-1.4[${PYTHON_USEDEP}] )
|
||||
axis? ( ~dev-python/axis-25[${PYTHON_USEDEP}] )
|
||||
bitcoin? ( ~dev-python/blockchain-1.4.4[${PYTHON_USEDEP}] )
|
||||
blockchain? ( ~dev-python/python-blockchain-api-0.0.2[${PYTHON_USEDEP}] )
|
||||
buienradar? ( ~dev-python/buienradar-1.0.1[${PYTHON_USEDEP}] )
|
||||
cli? ( app-misc/home-assistant-cli[${PYTHON_USEDEP}] )
|
||||
ciscomobilityexpress? ( ~dev-python/ciscomobilityexpress-0.3.3[${PYTHON_USEDEP}] )
|
||||
daikin? ( ~dev-python/pydaikin-1.6.1[${PYTHON_USEDEP}] )
|
||||
darksky? ( ~dev-python/python-forecastio-1.4.0[${PYTHON_USEDEP}] )
|
||||
denonavr? ( ~dev-python/denonavr-0.7.11[${PYTHON_USEDEP}] )
|
||||
discogs? ( ~dev-python/discogs_client-2.2.2[${PYTHON_USEDEP}] )
|
||||
emulated_roku? ( ~dev-python/emulated-roku-0.2.0[${PYTHON_USEDEP}] )
|
||||
enigma? ( ~dev-python/openwebifpy-3.1.1[${PYTHON_USEDEP}] )
|
||||
esphome? ( ~dev-python/aioesphomeapi-2.6.1[${PYTHON_USEDEP}] )
|
||||
everlights? ( ~dev-python/pyeverlights-0.1.0[${PYTHON_USEDEP}] )
|
||||
enocean? ( ~dev-python/enocean-0.50.0[${PYTHON_USEDEP}] )
|
||||
envoy? ( ~dev-python/envoy-reader-0.11.0[${PYTHON_USEDEP}] )
|
||||
flume? ( ~dev-python/PyFlume-0.2.4[${PYTHON_USEDEP}] )
|
||||
flunearyou? ( ~dev-python/pyflunearyou-1.0.3[${PYTHON_USEDEP}] )
|
||||
fronius? ( ~dev-python/PyFronius-0.4.6[${PYTHON_USEDEP}] )
|
||||
frontend? ( ~app-misc/home-assistant-frontend-20200108.2[${PYTHON_USEDEP}] )
|
||||
gpiozero? ( ~dev-python/gpiozero-1.5.1[${PYTHON_USEDEP}] )
|
||||
growl? ( ~dev-python/gntp-1.0.3[${PYTHON_USEDEP}] )
|
||||
harmony? ( ~dev-python/aioharmony-0.1.13[${PYTHON_USEDEP}] )
|
||||
heos? ( ~dev-python/pyheos-0.6.0[${PYTHON_USEDEP}] )
|
||||
here? ( ~dev-python/herepy-2.0.0[${PYTHON_USEDEP}] )
|
||||
hpilo? ( ~dev-python/python-hpilo-4.3[${PYTHON_USEDEP}] )
|
||||
hkavr? ( ~dev-python/hkavr-0.0.5[${PYTHON_USEDEP}] )
|
||||
holidays? ( ~dev-python/holidays-0.9.12[${PYTHON_USEDEP}] )
|
||||
homekit? ( ~dev-python/homekit-python-0.15.0[${PYTHON_USEDEP}] )
|
||||
homematic? ( ~dev-python/pyhomematic-0.1.63[${PYTHON_USEDEP}] )
|
||||
homematicip? ( ~dev-python/homematicip-0.10.15[${PYTHON_USEDEP}] )
|
||||
hs100? ( >=dev-python/pyHS100-0.3.5[${PYTHON_USEDEP}] )
|
||||
hue? ( ~dev-python/aiohue-1.10.1[${PYTHON_USEDEP}] )
|
||||
incomfort? ( ~dev-python/incomfort-client-0.4.0[${PYTHON_USEDEP}] )
|
||||
influxdb? ( dev-db/influxdb
|
||||
~dev-python/influxdb-5.2.3[${PYTHON_USEDEP}] )
|
||||
maxcube? ( ~dev-python/maxcube-api-0.1.0[${PYTHON_USEDEP}] )
|
||||
miio? ( ~dev-python/python-miio-0.4.8[${PYTHON_USEDEP}] )
|
||||
mikrotik? ( ~dev-python/librouteros-2.3.0[${PYTHON_USEDEP}] )
|
||||
mqtt? ( ~dev-python/hbmqtt-0.9.5[${PYTHON_USEDEP}]
|
||||
app-misc/mosquitto )
|
||||
musiccast? ( >=dev-python/pymusiccast-0.1.6[${PYTHON_USEDEP}] )
|
||||
mysql? ( || ( dev-python/mysqlclient[${PYTHON_USEDEP}]
|
||||
dev-python/mysql-python[${PYTHON_USEDEP}] )
|
||||
virtual/mysql )
|
||||
openwrt? ( ~dev-python/openwrt-luci-rpc-1.1.2[${PYTHON_USEDEP}] )
|
||||
plex? ( ~dev-python/PlexAPI-3.3.0[${PYTHON_USEDEP}] )
|
||||
qnap? ( ~dev-python/qnapstats-0.3.0[${PYTHON_USEDEP}] )
|
||||
roku? ( ~dev-python/roku-4.0.0[${PYTHON_USEDEP}] )
|
||||
recorder? ( ~dev-python/sqlalchemy-1.3.12[${PYTHON_USEDEP}] )
|
||||
ring? ( ~dev-python/ring-doorbell-0.6.0[${PYTHON_USEDEP}] )
|
||||
rxv? ( =dev-python/rxv-0.6.0[${PYTHON_USEDEP}]
|
||||
~dev-python/defusedxml-0.6.0[${PYTHON_USEDEP}] )
|
||||
samsungtv? ( ~dev-python/samsungctl-0.7.1[${PYTHON_USEDEP}] )
|
||||
signal? ( ~dev-python/pysignalclirestapi-0.1.4[${PYTHON_USEDEP}] )
|
||||
sma? ( ~dev-python/pysma-0.3.4[${PYTHON_USEDEP}] )
|
||||
socat? ( net-misc/socat )
|
||||
somfy? ( ~dev-python/pymfy-0.7.1[${PYTHON_USEDEP}] )
|
||||
sonos? ( >=dev-python/pysonos-0.0.24[${PYTHON_USEDEP}] )
|
||||
shodan? ( ~dev-python/shodan-1.21.1[${PYTHON_USEDEP}] )
|
||||
simplisafe? ( ~dev-python/simplisafe-python-5.3.6[${PYTHON_USEDEP}] )
|
||||
speedtest? ( ~net-analyzer/speedtest-cli-2.1.2[${PYTHON_USEDEP}] )
|
||||
ssl? ( dev-libs/openssl:0
|
||||
app-crypt/certbot
|
||||
net-proxy/haproxy )
|
||||
tradfri? ( >=dev-python/pytradfri-6.4.0[${PYTHON_USEDEP}] )
|
||||
ubee? ( ~dev-python/pyubee-0.7[${PYTHON_USEDEP}] )
|
||||
unify? ( ~dev-python/aiounify-11[${PYTHON_USEDEP}] )
|
||||
vera? ( ~dev-python/pyvera-0.3.7[${PYTHON_USEDEP}] )
|
||||
webostv? ( ~dev-python/aiopylgtv-0.2.7[${PYTHON_USEDEP}] )
|
||||
wemo? ( >=dev-python/pywemo-0.4.34[${PYTHON_USEDEP}] )
|
||||
wink? ( ~dev-python/pubnubsub-handler-1.0.8[${PYTHON_USEDEP}] )
|
||||
withings? ( ~dev-python/withings-api-2.1.3[${PYTHON_USEDEP}] )
|
||||
wled? ( ~dev-python/wled-0.2.1[${PYTHON_USEDEP}] )
|
||||
wwlln? ( ~dev-python/aiowwlln-2.0.2[${PYTHON_USEDEP}] )
|
||||
xknx? ( ~dev-python/xknx-0.11.2[${PYTHON_USEDEP}] )
|
||||
yeelight? ( ~dev-python/yeelight-0.5.0[${PYTHON_USEDEP}] )
|
||||
youtube? ( ~dev-python/youtube_dl-2020.01.01[${PYTHON_USEDEP}] )
|
||||
zigbee? ( ~dev-python/zigpy-deconz-0.7.0[${PYTHON_USEDEP}]
|
||||
~dev-python/zigpy-homeassistant-0.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/zigpy-xbee-homeassistant-0.8.0[${PYTHON_USEDEP}]
|
||||
~dev-python/bellows-homeassistant-0.12.0[${PYTHON_USEDEP}]
|
||||
~dev-python/zigpy-zigate-0.5.0[${PYTHON_USEDEP}]
|
||||
~dev-python/zha-quirks-0.0.31[${PYTHON_USEDEP}] )
|
||||
zoneminder? ( ~dev-python/zm-py-0.4.0[${PYTHON_USEDEP}] )
|
||||
z-wave? ( ~dev-python/pynacl-1.3.0[${PYTHON_USEDEP}]
|
||||
~dev-python/homeassistant-pyozw-0.1.7[${PYTHON_USEDEP}]
|
||||
~dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
|
||||
~dev-python/cffi-1.12.2[${PYTHON_USEDEP}] )
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
~dev-python/asynctest-0.12.2[${PYTHON_USEDEP}]
|
||||
~dev-python/coveralls-1.2.0[${PYTHON_USEDEP}]
|
||||
~dev-python/flake8-docstrings-1.3.0[${PYTHON_USEDEP}]
|
||||
~dev-python/flake8-3.7.5[${PYTHON_USEDEP}]
|
||||
~dev-python/mock-open-1.3.1[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
~dev-python/mypy-0.660[${PYTHON_USEDEP}]
|
||||
~dev-python/pydocstyle-3.0.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pylint-2.2.2[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-aiohttp-0.3.0[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-cov-2.6.1[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-sugar-0.9.2[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-timeout-1.3.3[${PYTHON_USEDEP}]
|
||||
~dev-python/pytest-4.2.1[${PYTHON_USEDEP}]
|
||||
~dev-python/requests-mock-1.5.2[${PYTHON_USEDEP}]
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/coverage[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
INSTALL_DIR="/opt/${PN}"
|
||||
|
||||
DISABLE_AUTOFORMATTING=1
|
||||
DOC_CONTENTS="
|
||||
The HA interface listens on port 8123
|
||||
hass configuration is in: /etc/${PN}
|
||||
daemon command line arguments are configured in: /etc/conf.d/${PN}
|
||||
logging is to: /var/log/${PN}/{server,errors,stdout}.log
|
||||
The sqlite db is by default in: /etc/${PN}
|
||||
support at https://git.edevau.net/onkelbeh/HomeAssistantRepository
|
||||
"
|
||||
|
||||
S="${WORKDIR}/home-assistant-${MY_PV}"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
pkg_setup() {
|
||||
enewgroup "${PN}"
|
||||
enewuser "${PN}" -1 -1 "$INSTALL_DIR" "${PN}"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
sed -e 's;astral==1.5;astral>=1.5;' \
|
||||
-i "setup.py" \
|
||||
-i homeassistant/package_constraints.txt
|
||||
|
||||
# https://github.com/home-assistant/home-assistant/issues/28811
|
||||
if use maxcube_hack ; then
|
||||
eapply "${FILESDIR}/maxcube_TypeError_dirty_hack.patch"
|
||||
fi
|
||||
|
||||
eapply_user
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
dodoc ${DOCS}
|
||||
distutils-r1_python_install_all
|
||||
|
||||
keepdir "$INSTALL_DIR"
|
||||
|
||||
keepdir "/etc/${PN}"
|
||||
fowners -R "${PN}:${PN}" "/etc/${PN}"
|
||||
|
||||
keepdir "/var/log/${PN}"
|
||||
fowners -R "${PN}:${PN}" "/var/log/${PN}"
|
||||
|
||||
newconfd "${FILESDIR}/${PN}.conf.d" "${PN}"
|
||||
newinitd "${FILESDIR}/${PN}.init.d" "${PN}"
|
||||
|
||||
if use socat ; then
|
||||
newinitd "${FILESDIR}/socat-zwave.init.d" "socat-zwave"
|
||||
sed -i -e 's/# need socat-zwave/need socat-zwave/g' "${D}/etc/init.d/${PN}" || die
|
||||
fi
|
||||
|
||||
if use mqtt ; then
|
||||
sed -i -e 's/# need mosquitto/need mosquitto/g' "${D}/etc/init.d/${PN}" || die
|
||||
fi
|
||||
|
||||
insinto /etc/logrotate.d
|
||||
newins "${FILESDIR}/${PN}.logrotate" "${PN}"
|
||||
|
||||
dobin "${FILESDIR}/hasstest"
|
||||
readme.gentoo_create_doc
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
@@ -32,6 +32,7 @@
|
||||
<flag name="daikin">Daikin wireless controllers</flag>
|
||||
<flag name="denonavr">Automation Library for Denon AVR receivers</flag>
|
||||
<flag name="discogs">Discogs Client</flag>
|
||||
<flag name="emulated_roku">emulate Roku API for Harmony and Android remotes</flag>
|
||||
<flag name="enigma">Support for Enigma2 boxes with openwebif support</flag>
|
||||
<flag name="esphome">Support for esphome sensors, covers and switches and it's dashboard</flag>
|
||||
<flag name="everlights">Library for controlling an EverLights lighting system</flag>
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
DIST aiokef-0.2.2.tar.gz 11897 BLAKE2B 893f2373dd2d389921c80ae68d2c9b09cb17c214aab409445181bcf3cb6c0cbac4c91cc354c81e72d35d8221f17bf16834a93888d23ccd68ac03409cdcd737c5 SHA512 8071f04703757c55ae3f51198cd1891cc18407e43ea894fdedabbeabd354795567d4796152acdd77f790cab11e826417f2e8b860ca1dffb86dc802a50dfaf87e
|
||||
DIST aiokef-0.2.5.tar.gz 12300 BLAKE2B 5339dcdd3ca651c0bdd1bfcd1448e81742c876c7b438d3a4f4ac1ba14e12367decece564ebcebcc8901bea9a8f57cfa74a0ecfe305d63557347b0014ba613e5d SHA512 3f28aff0689d2a7f0fd25610a909aed5a5a8691b832a7f3b5aad5b55f3774868624149cdf1a8c5d4bd76b25842084141c15105993b0f0160547a8d9870fc7ee4
|
||||
DIST aiokef-0.2.6.tar.gz 13033 BLAKE2B 5acc548ccc173fa31eef4d6f8aad9491cd578727b5db6792e2b6aaebfd2ca2cae27f52f06b54000e0bfa17030b0de3cbd46c2be9ac6a1c948cf5e2aad8d21fac SHA512 0e3950cf0d4585fcf32e7b766497f5359b8874972e8f8ad835ddadc9fee17123250a1eed012193c50f542895da4bd920817a45d6bca0729529029d5cccd3c946
|
||||
EBUILD aiokef-0.2.2.ebuild 770 BLAKE2B 16c847067e05d4c0785925177a884c076148e07492dba9cf219054841f9495d71bfccb8939649bbf8d4bb43e102578d61e5f255bd1e52073ffab502e6a7c4f10 SHA512 1620319496ab30de5f207c53dee0dab79cc69f32f8ca957c5688d79bf2ed33f28a62daadb8102fcc84dba4467783177dd1dfc0b2c0b0ac34b092bdbefc2a471c
|
||||
EBUILD aiokef-0.2.5.ebuild 770 BLAKE2B 16c847067e05d4c0785925177a884c076148e07492dba9cf219054841f9495d71bfccb8939649bbf8d4bb43e102578d61e5f255bd1e52073ffab502e6a7c4f10 SHA512 1620319496ab30de5f207c53dee0dab79cc69f32f8ca957c5688d79bf2ed33f28a62daadb8102fcc84dba4467783177dd1dfc0b2c0b0ac34b092bdbefc2a471c
|
||||
EBUILD aiokef-0.2.6.ebuild 770 BLAKE2B 16c847067e05d4c0785925177a884c076148e07492dba9cf219054841f9495d71bfccb8939649bbf8d4bb43e102578d61e5f255bd1e52073ffab502e6a7c4f10 SHA512 1620319496ab30de5f207c53dee0dab79cc69f32f8ca957c5688d79bf2ed33f28a62daadb8102fcc84dba4467783177dd1dfc0b2c0b0ac34b092bdbefc2a471c
|
||||
MISC metadata.xml 427 BLAKE2B c4f95427643bcbcd91b8a83aa6b863de4513e9c9aa9021b2fef30ca13532bd40d8c9bc0dc6e9c9b53fd81e2c7756905e0af11d8ffecc08ea70ba5d0133a1e377 SHA512 aaf4dbb56648772573faf99c676fb4fbf50b0c67d788ee65bd0d0717e110bbfb49912dd50c36d4567f787b700e582757dea780bb5115ee199a34923b16389e72
|
||||
|
||||
31
dev-python/aiokef/aiokef-0.2.6.ebuild
Normal file
31
dev-python/aiokef/aiokef-0.2.6.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A module for asynchronously interacting with KEF wireless speakers."
|
||||
HOMEPAGE="https://github.com/basnijholt/aiokef https://pypi.org/project/aiokef/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/tenacity[${PYTHON_USEDEP}]
|
||||
dev-python/typing[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
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 emulated-roku-0.1.8.tar.gz 5557 BLAKE2B cfb67d7f4917a46e849344788d7f844c05aaae089014ace9e64ec5b9dfadc4cf44d82ad39f1f8b96e4578fc297b669fa05edab76351c233dae84709cf15b977a SHA512 99e26bf4767a3cedd401e31123f176d891eeedf79018adebe9516ca4c2010958e5dc325760a005319d599b70b3a55bf53c8d8be1c1f57c49061762262ab62e53
|
||||
DIST emulated-roku-0.1.9.tar.gz 5739 BLAKE2B d8f5bf3b8a98cf102703a50b53e5c672e09ef83a319da6ddec47651af4b404aedeed962c5c71b5e8ff3e65dddd483d382800ec13f90ffbcc4d7dc9cbd862d1f1 SHA512 2156320f5c5c1098de6bfb43be22269064611afa590299981118c5b5a0b31a63b5101f0f3fb8f8ca103d56e20e960308be3e2865cdf66789c1f4c8fdf0421cf6
|
||||
DIST emulated-roku-0.2.0.tar.gz 5740 BLAKE2B f141648d62959a6400c2a6b8a7cebb7461b8dd6eead15e2171d4f4949846cbd0bfad93a8207f692b8afa4789eb7bfb82c08780d8b5eb19f423640ba7f9729da6 SHA512 dad2c788d11892d9c434bfb8029ed3be11112d9c716c426a1eac430b6e428535333488f8ff9dfef3529c038fa1cad6545303dc96a93d25098aac21113468799f
|
||||
EBUILD emulated-roku-0.1.8.ebuild 833 BLAKE2B 4285dd61420721b42b463759fda2ea3bb7ed45d3bbe2e3167b9cc7a81bd10f337cdb718306c87e5f218d06ed6547ec90dc15ec5c6efe713409e5e386b584d677 SHA512 bfe90010189dadfd45975c0d731c8258ef797033809eab67f413fc88c2f2b30258df36300b1117d3db6098989df029005a0d03bf6179eac12280021948d10e18
|
||||
EBUILD emulated-roku-0.1.9.ebuild 833 BLAKE2B 4285dd61420721b42b463759fda2ea3bb7ed45d3bbe2e3167b9cc7a81bd10f337cdb718306c87e5f218d06ed6547ec90dc15ec5c6efe713409e5e386b584d677 SHA512 bfe90010189dadfd45975c0d731c8258ef797033809eab67f413fc88c2f2b30258df36300b1117d3db6098989df029005a0d03bf6179eac12280021948d10e18
|
||||
EBUILD emulated-roku-0.2.0.ebuild 833 BLAKE2B 4285dd61420721b42b463759fda2ea3bb7ed45d3bbe2e3167b9cc7a81bd10f337cdb718306c87e5f218d06ed6547ec90dc15ec5c6efe713409e5e386b584d677 SHA512 bfe90010189dadfd45975c0d731c8258ef797033809eab67f413fc88c2f2b30258df36300b1117d3db6098989df029005a0d03bf6179eac12280021948d10e18
|
||||
MISC metadata.xml 317 BLAKE2B a7a788c2d76bb7bcc161b4099d4e9250809db38c554a20b3b5db189b818af3001161cf4cf57cc3f94bbb864215504c07149c028340fc525555bd20b89ada4046 SHA512 7c838edbc831b269e9ea48efef7bc141d09def26fac336d1706a4c4512a2397a8e8f9eec9626d3eda20588c1a3ce3a0b758783510b21ee14127ebcf13fe62ca9
|
||||
|
||||
34
dev-python/emulated-roku/emulated-roku-0.2.0.ebuild
Normal file
34
dev-python/emulated-roku/emulated-roku-0.2.0.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_P=${PN/-/_}-${PV}
|
||||
|
||||
DESCRIPTION="Library to emulate a roku server to serve as a proxyfor remotes such as Harmony"
|
||||
HOMEPAGE="https://gitlab.com/mindig.marton/emulated_roku https://pypi.org/project/emulated-roku/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.0.6[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
DIST pyatmo-2.2.1.tar.gz 13067 BLAKE2B 071214a89ea0d03f5529009ad737a7523544749b1288f78bd62fcf27add6a69c6008fbc72d604301d59bca4e54b82e05dd6ab4597a765363e121fefb656d5b52 SHA512 bb2691911a254ed9a86492a45fd61fd246f096dba8e6abfbe7e9c792e97b2644db8c72b35b67a212516aef1954e0e0d05cffc68294b9c5a2a9778b5f4ba8acad
|
||||
DIST pyatmo-2.3.2.tar.gz 13312 BLAKE2B d572fe20ebd95d3d3b8d06ebd10707c0f4a1e81b2f30ed287158b12d5e36834bd28f862b423bbcca3d4d2669a0607bd2fd1dfcbc41250419af227a4923207837 SHA512 a49fbcd537234574074b5ac8acc7d695729e42deefcc1e9c6b5c70b4b3c4ccaea0793f471db63eecf9648f5ea2068e978d73cd16e0f7ee2b5895a8bd7019085e
|
||||
DIST pyatmo-3.0.1.tar.gz 15156 BLAKE2B ffc84ddfe7ba5cb454446e515ef5d1e7bbc789d111013f737df93b4f7fdce404d49fda2a03a1aeef1131d291fcd7bdf5c0c666138589114e7fceef169a641ccb SHA512 e7c06aa43fedb1e431a738eaade60097edbf0ad28fa87754d2f91a85368a083874f18bc310da4f01adb061d6b06ec169f3a122ae293c015a87053c7ad5fdc9de
|
||||
DIST pyatmo-3.1.0.tar.gz 15556 BLAKE2B 1ff547cc0b994c527c2fb75ba91a350bcffdbed4008564bcfdcde7d8c29f080ef2e2c96d8a268495cea617fbb1ce82e00d773520a492f5d8e23160b923241715 SHA512 054761ec5cb31cf9642b616f2f34ff8fd9e097bf4785744849483a75266741d589255a0d080cad3599c862c75f66832170923662430f75455fd87db143bd6c89
|
||||
DIST pyatmo-3.2.0.tar.gz 17264 BLAKE2B 5f5f20b716374b102847801105e710463db7437e234e7f3c1b254278238d8d6888bfeca8e105aad2b4413c152518f52cd744aba6218647cc13551c1bd16ac68f SHA512 24855367cf6a21148a24b96672a4c1e854cd4358a70c5f3d4c401a4bb03cbb8e1193203c7713f77c84a3702ca998aa16766543a66a82c65cd367f959b36764b4
|
||||
EBUILD pyatmo-2.2.1.ebuild 750 BLAKE2B 3971af8d44f636198f1252de531b351ca4c6dde1128ab31a496dbab1daf6284a344454ad883e2003af9f1d99ab93c995114d5b4f3cabd1a0c51bfa220879b56d SHA512 45c7c19d43da6165a3b06f304afc2f9a5e6d5c980860513d60f7365a13c47cb174981647b8f946e24cde849aebc3a1ef6b4e032fd7777cd097a6439e809f6a6c
|
||||
DIST pyatmo-3.2.2.tar.gz 17467 BLAKE2B 2381277b3bd5d81564302989d2baf2b0c0c899c0e83648f8361b82aaceea12f7f1e7728ebb2d092718ddd553d8e7140b13adae4d6d47b3f571bb483abd03be4d SHA512 e20c56bb87e58c9f2bc38488e39345afb812c0d21f733aa0796b7adcd32864e2613892238d587814e6b7eb2c018ce2f1dff4fb76ee66c89a807b34a081c87847
|
||||
EBUILD pyatmo-2.3.2.ebuild 750 BLAKE2B 3971af8d44f636198f1252de531b351ca4c6dde1128ab31a496dbab1daf6284a344454ad883e2003af9f1d99ab93c995114d5b4f3cabd1a0c51bfa220879b56d SHA512 45c7c19d43da6165a3b06f304afc2f9a5e6d5c980860513d60f7365a13c47cb174981647b8f946e24cde849aebc3a1ef6b4e032fd7777cd097a6439e809f6a6c
|
||||
EBUILD pyatmo-3.0.1.ebuild 787 BLAKE2B ed84068a9110d23362a44a579520a993130fc74c6044414b721e920323b38e006ce17a31d325f1700242ad35eadb6aea422793ba7e453c87761b78afd119bf2c SHA512 c350924800205c55cf867a77ce3b50c292ce02fd2e5a498a56a6edcb93f1e021ebd1cba26bbabbc557755dfcb2bc7cb967864f2af3cf997576136035551379d0
|
||||
EBUILD pyatmo-3.1.0.ebuild 787 BLAKE2B ed84068a9110d23362a44a579520a993130fc74c6044414b721e920323b38e006ce17a31d325f1700242ad35eadb6aea422793ba7e453c87761b78afd119bf2c SHA512 c350924800205c55cf867a77ce3b50c292ce02fd2e5a498a56a6edcb93f1e021ebd1cba26bbabbc557755dfcb2bc7cb967864f2af3cf997576136035551379d0
|
||||
EBUILD pyatmo-3.2.0.ebuild 874 BLAKE2B 5b2a5fd56a97277eecdd998215a371205851dad41a2afc3a2d2f548f9ac683d7484783441925c1a4be1a6ffe9d753dc46f00b90341f1a9e5ff79db4fdb15929e SHA512 4ca9e102ab60d5c03908978997ea893e7ef73c3b885b1f93c728934260aaa8763e0551475713b273be5e8c1272a83de3fb62992a0569dd1687c281f10e6afd6a
|
||||
EBUILD pyatmo-3.2.2.ebuild 874 BLAKE2B 5b2a5fd56a97277eecdd998215a371205851dad41a2afc3a2d2f548f9ac683d7484783441925c1a4be1a6ffe9d753dc46f00b90341f1a9e5ff79db4fdb15929e SHA512 4ca9e102ab60d5c03908978997ea893e7ef73c3b885b1f93c728934260aaa8763e0551475713b273be5e8c1272a83de3fb62992a0569dd1687c281f10e6afd6a
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -16,7 +16,9 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/requests-oauthlib[${PYTHON_USEDEP}]
|
||||
dev-python/oauthlib[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
@@ -1,13 +1,13 @@
|
||||
DIST pydeconz-60.tar.gz 13336 BLAKE2B 1060439efed01ab825dc9a46b7a937b7389d75656b1a63f46f5a21dbaa84861fd2913e7cc222a67ef6b8a72b9deb96fe64e3f8efe134bf02cd373ae2bc2e9d54 SHA512 69a78fa4439a52f05377a10c0121ab2ecb0d0407acca2101f513efcbb180aacd83de86d08e79b6b2caffe82026d944b91f76e00d98589823f29e27a4e858b9d8
|
||||
DIST pydeconz-62.tar.gz 13366 BLAKE2B 91706e06accb93cde0bed51be6425ba5b9c38134eff6f64377279d8a3292af31e684f05db175862c7b0125d02125f623c87e796d94756269123b4f0fd0e72b79 SHA512 12a914d905ca0f45197bc1724df8083cc74476ef3ca791ef919faca965261b88316fa61a9ec833285c700ca3ecfb2e519f8ee413aa5093f50aa0afb368e9591d
|
||||
DIST pydeconz-64.tar.gz 13444 BLAKE2B bb4e74391e6e6c7114df7e086a8e0b7163b7268bff1be8c70382f965a28b857797f24515dee718beb830c98f0f66ae4ff4709ba6a2542c0e59e38962fdf8cacb SHA512 025bb9408310401457035360abd66e5c15610c331b6100f31fa2538ea9b41b1e55079fec56672301705eda3edf3e0a6a9bb6a1f4df0c939cd6d4468b03030891
|
||||
DIST pydeconz-65.tar.gz 13480 BLAKE2B d18b8c3775d2fa62e349d3fb9d6a2070257d7c14814aac6758986d50a6b9148d29af11d04e4ceb54a936fa13a966256342651b944a305f992f50e47250d0819c SHA512 27819d2389d7053f6752947a062c7d03eab8ecee7650c4b53faad338ac3ac8848e93fbe458cd04b17496d4d070cf108566630c913456ab09b24e411b00e1a3af
|
||||
DIST pydeconz-66.tar.gz 13621 BLAKE2B 9f318abeb8d991bb8c99d918b8269fe4dd6f174ef8175748b1d2b51014b8288864b23e555ca5b5256eee8c26d0187367684bac42f8b6690ceccac6a95b6a2407 SHA512 0309ab182b189db3ea8c7ce3627f10cca9aae402a1190d57265e6c3f87ef03494fb4890709df3930d206d68aad117e60b2886c46f1e27710f10b91304c1067fd
|
||||
DIST pydeconz-67.tar.gz 13723 BLAKE2B 67dc84eb59e52cb2eca44d9e1642955e2ebdce8961a1d43b490af605a3e660d33e17f38e60dde7b8f9316e30ad30f21b29c20006e0007471d6a2138b7048a0cc SHA512 079ecb07a693547f08f1c2a4cdb3952baf56e46fd45bea2cd68ccc2f4fab9db9cee19113e1663f6c62db8f130bdacd5b8b4ad3a74e7c74645b681e6217eceb51
|
||||
EBUILD pydeconz-60.ebuild 709 BLAKE2B 3a19e8652b0f9c8184255154ccd2d979a7993219a276716d7aa1689a7daa9bdc5da34860d8df9d7ff679f20462e66e7ce3a0ccafb399b71e7b4b9ec35ab953df SHA512 2ee53afb19c8df19198d2ded31dfb0a0f16fa924e3a20160a920f821576f9efccd1fbfcd062a2a99507e9267711d635076d70a93ad4fea8dcc644a95c3605041
|
||||
DIST pydeconz-68.tar.gz 14260 BLAKE2B 2219cf3295fe4fbd4c082aef0a65a6f004f4360c4649a6af91bbb7ca28a1f97e501f19953d9ad6a04e783acc8a8afebf8546f6704a3083d9584e046ece7d0cef SHA512 7831b2974304ffebd627ae9a9b3c399ea258b93c60f777458c00e21b5d970fc104fbb8baafd985c296338bd620fdb20768a0d85b8288ab1cfb7402ad74d109d4
|
||||
EBUILD pydeconz-62.ebuild 709 BLAKE2B 3a19e8652b0f9c8184255154ccd2d979a7993219a276716d7aa1689a7daa9bdc5da34860d8df9d7ff679f20462e66e7ce3a0ccafb399b71e7b4b9ec35ab953df SHA512 2ee53afb19c8df19198d2ded31dfb0a0f16fa924e3a20160a920f821576f9efccd1fbfcd062a2a99507e9267711d635076d70a93ad4fea8dcc644a95c3605041
|
||||
EBUILD pydeconz-64.ebuild 709 BLAKE2B 3a19e8652b0f9c8184255154ccd2d979a7993219a276716d7aa1689a7daa9bdc5da34860d8df9d7ff679f20462e66e7ce3a0ccafb399b71e7b4b9ec35ab953df SHA512 2ee53afb19c8df19198d2ded31dfb0a0f16fa924e3a20160a920f821576f9efccd1fbfcd062a2a99507e9267711d635076d70a93ad4fea8dcc644a95c3605041
|
||||
EBUILD pydeconz-65.ebuild 709 BLAKE2B 3a19e8652b0f9c8184255154ccd2d979a7993219a276716d7aa1689a7daa9bdc5da34860d8df9d7ff679f20462e66e7ce3a0ccafb399b71e7b4b9ec35ab953df SHA512 2ee53afb19c8df19198d2ded31dfb0a0f16fa924e3a20160a920f821576f9efccd1fbfcd062a2a99507e9267711d635076d70a93ad4fea8dcc644a95c3605041
|
||||
EBUILD pydeconz-66.ebuild 709 BLAKE2B 3a19e8652b0f9c8184255154ccd2d979a7993219a276716d7aa1689a7daa9bdc5da34860d8df9d7ff679f20462e66e7ce3a0ccafb399b71e7b4b9ec35ab953df SHA512 2ee53afb19c8df19198d2ded31dfb0a0f16fa924e3a20160a920f821576f9efccd1fbfcd062a2a99507e9267711d635076d70a93ad4fea8dcc644a95c3605041
|
||||
EBUILD pydeconz-67.ebuild 709 BLAKE2B 3a19e8652b0f9c8184255154ccd2d979a7993219a276716d7aa1689a7daa9bdc5da34860d8df9d7ff679f20462e66e7ce3a0ccafb399b71e7b4b9ec35ab953df SHA512 2ee53afb19c8df19198d2ded31dfb0a0f16fa924e3a20160a920f821576f9efccd1fbfcd062a2a99507e9267711d635076d70a93ad4fea8dcc644a95c3605041
|
||||
EBUILD pydeconz-68.ebuild 709 BLAKE2B 3a19e8652b0f9c8184255154ccd2d979a7993219a276716d7aa1689a7daa9bdc5da34860d8df9d7ff679f20462e66e7ce3a0ccafb399b71e7b4b9ec35ab953df SHA512 2ee53afb19c8df19198d2ded31dfb0a0f16fa924e3a20160a920f821576f9efccd1fbfcd062a2a99507e9267711d635076d70a93ad4fea8dcc644a95c3605041
|
||||
MISC metadata.xml 453 BLAKE2B 6c396198f4b05af61510917125f78e6d8a2213ff119fd21970e4e36e2d45c6f216c01d8d7fd26c4edc8287b86b2e978fd7b76ce44e693c3f1004cb14d8eb0ad4 SHA512 9918c1a9e34690da592a08ea322bd2cd443cc622c27d6e0fa170758e3a2c60466b800e8309b3dbeed6abb29b904e6c1b369f837ece2967deed59d5d1369e5a76
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
DIST pyintesishome-1.5.tar.gz 8256 BLAKE2B 87226a09adab7e1660f51973704a091a126708cfcd5ee604556f46354ec71091cd6650947ff6b49f06366d65c9a4cbb30471cdfa2ae8882781eefa24bc9b2d60 SHA512 1a9fe9f8b8f6f49bd3ce41afcb1881fc0cbb04f7a88b3a6c45ced2de4d233f108951751b4b5d0361dc73d4ae12f823ba230000acdb39f784298128aa2f036d51
|
||||
DIST pyintesishome-1.6.tar.gz 8279 BLAKE2B b250b45942b84a179bc42681275cb45002535ad32edd88c928c8d88b286a38384a9ba453dcaf7db3bf3da488df0aa6aa34f05d26bc05bd0439b6fadfd41b0092 SHA512 dcba6d350623b30dc1896c783efe8a809e29f0330f6582e8b72e596c16f7166a336e15e5c781dcd1ac893a824e5c2e51fdfab7d330f2a8e93ffad40ea6cb72cb
|
||||
EBUILD pyintesishome-1.5.ebuild 733 BLAKE2B d561519da38b5fe61fd679e2377b81512e00b8a09573b13c273b55854ea5bbbc0c1bd8be384f26df7df1127a4470840cc4b9a471ced0bc83b40da1091da02324 SHA512 9b5792ad336a84c58898b18102f97e0b592104b0747cff514ca0a633c81293d395ba0e3096cb32e6fb968a485153ed9ac1526bd9f2a481f35816bb1cc6166fc1
|
||||
EBUILD pyintesishome-1.6.ebuild 733 BLAKE2B d561519da38b5fe61fd679e2377b81512e00b8a09573b13c273b55854ea5bbbc0c1bd8be384f26df7df1127a4470840cc4b9a471ced0bc83b40da1091da02324 SHA512 9b5792ad336a84c58898b18102f97e0b592104b0747cff514ca0a633c81293d395ba0e3096cb32e6fb968a485153ed9ac1526bd9f2a481f35816bb1cc6166fc1
|
||||
MISC metadata.xml 440 BLAKE2B bd7b972e2aa5714c597022a51b46f9cb06aee9dec0d6817710e54043f956873b038f3ae42e5edec67a69c1d034ae5c959be6d2b1e4458b992d254c7133a8c877 SHA512 7776b91720e941f1890b7cd0a87c46f2af3971553f756c23e2af4d4bd06d9251a1f3f51444ad37895e67f85f27a72ed1a2916b9ddb41f7c2d0cf0a6eed0ba302
|
||||
|
||||
@@ -7,16 +7,16 @@ PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="The Home Assistant frontend"
|
||||
HOMEPAGE="https://github.com/home-assistant/home-assistant-polymer https://pypi.org/project/home-assistant-frontend/"
|
||||
DESCRIPTION="A python3 library for running asynchronus communications with IntesisHome Smart AC Controllers"
|
||||
HOMEPAGE="https://github.com/jnimmo/pyIntesisHome https://pypi.org/project/pyintesishome/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="~dev-python/user-agents-2.0[${PYTHON_USEDEP}]"
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
@@ -1,3 +1,5 @@
|
||||
DIST pyipma-1.2.1.tar.gz 4311 BLAKE2B 3405b76c6c30e089192bba3a80e5ce2b6a728cac55c8b652008df35c7170f16698803d10eee25b0d09b12b6ccdbe639e5868d51058714bdc8be554b888e0afc2 SHA512 30519bbf1fff668c9bc2710674b13436037d9759d1d967ed94bdef3fb0d8414d55b7856522cfd58be90cfaef7bda21c0d7528b0463728fb0f5f020f1f32d5cd5
|
||||
DIST pyipma-2.0.2.tar.gz 5366 BLAKE2B 7a70a6b66ea434d61d5ab559be40fb36b8390f95acc87bb8659f854f01d5160cf8ecc676a8bf6ff3beff1472e4f2668132eea48ee34082c55fb29272c3f551b1 SHA512 6a7c2f729d566d672a7acf51b96ba38dcd89f485818a3e1c34dec6b0140e43a9233b6ef1880bdb7ff2e6ee9333541fef5de37d61688ef9cedc565cff5f857e58
|
||||
EBUILD pyipma-1.2.1.ebuild 781 BLAKE2B 2cf129a07293288a2859a476f702860a9d96e4d610063b00f2b72cbce64c49adc993f5f70dbda9c549116755d63f020a78811446140d402a5d51a83af0a21084 SHA512 33cb41b603200601b3abfb88e72181ed9fc6bfdcd5a87579018f039e496d93668ccbf9d9669a5f319535fe23e1b9c2be2d5ccd101e5132fda8f7a08d2fbd9395
|
||||
EBUILD pyipma-2.0.2.ebuild 781 BLAKE2B 2cf129a07293288a2859a476f702860a9d96e4d610063b00f2b72cbce64c49adc993f5f70dbda9c549116755d63f020a78811446140d402a5d51a83af0a21084 SHA512 33cb41b603200601b3abfb88e72181ed9fc6bfdcd5a87579018f039e496d93668ccbf9d9669a5f319535fe23e1b9c2be2d5ccd101e5132fda8f7a08d2fbd9395
|
||||
MISC metadata.xml 435 BLAKE2B ecb42a56661d785cf77cb9cf8d31df0d46828cfc6ff38cc0c8a9899c5d20d00185f4c2e712fe8c0a399d5005fad74e39090efaa6db75c113d9bc47b15fb92488 SHA512 eb87d5c8647ea9af16e987b6db9b28832e85f401a23089de4685c0ba4c9605b9f345f51bd06e75dd6af7b1a4af034a8b437d0e8dc67e3bc099523115e12abd8c
|
||||
|
||||
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library for interfacing with Vizio SmartCast TVs and Sound Bars (2016+ models)"
|
||||
HOMEPAGE="https://github.com/vkorn/pyvizio https://pypi.org/project/pyvizio/"
|
||||
DESCRIPTION="Python library to retrieve information from Instituto Portuguges do Mar e Atmosfera."
|
||||
HOMEPAGE="https://github.com/dgomes/pyipma https://pypi.org/project/pyipma/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
@@ -16,10 +16,8 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/click[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/jsonpickle[${PYTHON_USEDEP}]
|
||||
dev-python/xmltodict[${PYTHON_USEDEP}]"
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/geopy[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
@@ -2,12 +2,10 @@ DIST pyvizio-0.0.11.tar.gz 10795 BLAKE2B 581a3d1a43da988c9764b6621db1688ceec5eb6
|
||||
DIST pyvizio-0.0.12.tar.gz 10926 BLAKE2B 4153f6a5aa258d12cf80cd48cd9c67ba404f0629d299f2c3898a08c56af41f6af4303434341f1e1af986787d168fd9c3379ed23151db22cac77b0d0fa17b7b86 SHA512 fdf93e391d6839283c8d95e86a18135937ced4d98935e6ac270f2a7e3ad259d2855d18b644a334da52ca0beac248584d269745623d1b04b07053d21c620199d7
|
||||
DIST pyvizio-0.0.15.tar.gz 11631 BLAKE2B 24abbe0d5584a4b9378f4d164390c63a75b0e0beb156f676a3c4735e52715bf65cf8c768545ce2610df2a4093b070d0cac42ace61ea93f806d61779ef933734e SHA512 1b9764a5137e85ba562f210b5756a1bda304d2d7d53ec48b039da9286ce20c87d6ed6bb64afcbdbbf14ad310b6c6267619233aa47c2f911b79c964f4ba385590
|
||||
DIST pyvizio-0.0.20.tar.gz 12045 BLAKE2B f8ec98097f69d39c592e593a98db6fd8a473b583cdfa120b738413ea25bd16c951968926929a8009bb3d45814d5e913a4aa3da9cd7ded9a0bd52b20c47950cee SHA512 b42f730fa8c3842a89bfe5c5ff270149a9bcfd85380f579cc9ceb3ed3dbd878c9f104e9f43c722a18b207d446ee763dde4d2f950bed32eff828304dc17abfb48
|
||||
DIST pyvizio-0.0.7.tar.gz 12029 BLAKE2B be632b8f93c6ab7b18b780af5703fc59e8d2249c6e9838e9f587cb87c616c14ed3495e0c9875ea306dfbbcb3a3c958ed4ed533644ccd2b263a13fe9893793310 SHA512 9a1ffdd8d4c2c03d7bddaef18bebf3186512b2444e9da42c5444eb6d2959af5a5161dd60fd0fc41ad05d55cf3d0e2252c4a5f86e431bc4f60125912398bbbbad
|
||||
DIST pyvizio-0.0.9.tar.gz 10388 BLAKE2B 7357273d6f5f2497b5ac7628c6bba5dd8c75a065edf7b1c54f792d1f6b06afc69f8e7ad0cc797e93b7f095bec15c4487d7718bbda38cc39d799bbb1eecfb1116 SHA512 31ef5389caee3e2fbc06ad27514d06a9002bddf26d306131999d7e8a0ef41088f07f3f38a825bc4879f05f3f763c82058e17471f1293b422764a5d59d7a02c85
|
||||
DIST pyvizio-0.1.1.tar.gz 12465 BLAKE2B ac22d95c873efb4962a08d2f94faba832794fab3297d788e3a152bae202e81ab86a3cc10be0db424441cc6c17bc93127f63ef36c1bf6f9337eeaf7a55fb77990 SHA512 9f5d1165c2bd581dd57c083b18aa357582562b9a7edc4e95d577eb1e36674bb407ac7a6c07c921dec3a66c676d0cb08c1e9d85b043874e3e55f7ccf543b177de
|
||||
EBUILD pyvizio-0.0.11.ebuild 865 BLAKE2B 10772c0a2eeefddf0a67ed422c7543566ace0602db21de27619cd982e1f93e1dcbc46d8ccd142e18bf0232bc74157901ff4acba1324ba3d85700300281f53c1a SHA512 f958a2b2cca56cb6bff9471827599c0240ca39225c9991e2bbd6dd7e403c891f14540c2bc83a0c37fb5d8819c005c2feba3ddf0b38832e1a63d422e7c3e3239a
|
||||
EBUILD pyvizio-0.0.12.ebuild 865 BLAKE2B 10772c0a2eeefddf0a67ed422c7543566ace0602db21de27619cd982e1f93e1dcbc46d8ccd142e18bf0232bc74157901ff4acba1324ba3d85700300281f53c1a SHA512 f958a2b2cca56cb6bff9471827599c0240ca39225c9991e2bbd6dd7e403c891f14540c2bc83a0c37fb5d8819c005c2feba3ddf0b38832e1a63d422e7c3e3239a
|
||||
EBUILD pyvizio-0.0.15.ebuild 903 BLAKE2B 0d9225e662c3ffb733d968d1b252758b395df6e52b47bb58e0e02d441c045592adcd8d5b8a6d51b918365d15c3a3d2993158025fdcbebf5379de9707a75146b6 SHA512 d22324f44281b2602e96db5d69ed7aae24614f989a04ca86b705d3472da7b83fd01d66ac67d97a6042da0049cae7641e9ea2d4e226b3a8792c3eb5fb281325b5
|
||||
EBUILD pyvizio-0.0.20.ebuild 903 BLAKE2B 0d9225e662c3ffb733d968d1b252758b395df6e52b47bb58e0e02d441c045592adcd8d5b8a6d51b918365d15c3a3d2993158025fdcbebf5379de9707a75146b6 SHA512 d22324f44281b2602e96db5d69ed7aae24614f989a04ca86b705d3472da7b83fd01d66ac67d97a6042da0049cae7641e9ea2d4e226b3a8792c3eb5fb281325b5
|
||||
EBUILD pyvizio-0.0.7.ebuild 865 BLAKE2B 5f67501f8db95d21b84b9cafe2d2e6abf3dcbfe138945ec36a7e34899fbb86360fb07adf53816f38cd98680f291cbb197b01fa7138db09c9cf3e82ea987c4510 SHA512 518692cdb44fa2cf4e45acd4cfd272ae34bb8de69f81cd0d99f73faf4171a05305fc1e263b49d14ceeae4945a05f605236548ed2812cad3012088b8613e38d02
|
||||
EBUILD pyvizio-0.0.9.ebuild 865 BLAKE2B 10772c0a2eeefddf0a67ed422c7543566ace0602db21de27619cd982e1f93e1dcbc46d8ccd142e18bf0232bc74157901ff4acba1324ba3d85700300281f53c1a SHA512 f958a2b2cca56cb6bff9471827599c0240ca39225c9991e2bbd6dd7e403c891f14540c2bc83a0c37fb5d8819c005c2feba3ddf0b38832e1a63d422e7c3e3239a
|
||||
EBUILD pyvizio-0.1.1.ebuild 903 BLAKE2B 0d9225e662c3ffb733d968d1b252758b395df6e52b47bb58e0e02d441c045592adcd8d5b8a6d51b918365d15c3a3d2993158025fdcbebf5379de9707a75146b6 SHA512 d22324f44281b2602e96db5d69ed7aae24614f989a04ca86b705d3472da7b83fd01d66ac67d97a6042da0049cae7641e9ea2d4e226b3a8792c3eb5fb281325b5
|
||||
MISC metadata.xml 442 BLAKE2B cab7cd6694836b143fae211de0975301bf5127494181539599ce21ff24afd9b02f93c5757cc9f5f34d67e1aa607c1073ba6075083476689d02888948c8866418 SHA512 6674f807f53e58b8763922639e06fc051c535da5994b99f04e84a37bedbed1fbb1cd012977e348452b6611d3119555395c5c7aea0dc4a7dd335b48d8e9664083
|
||||
|
||||
@@ -16,7 +16,8 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/click[${PYTHON_USEDEP}]
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/click[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/jsonpickle[${PYTHON_USEDEP}]
|
||||
dev-python/xmltodict[${PYTHON_USEDEP}]"
|
||||
@@ -4,7 +4,9 @@ AUX pyyaml-5.2-cve-2017-18342.patch 1420 BLAKE2B 1e3e6b3d3a977336d33d7925a7d0aac
|
||||
DIST PyYAML-5.1.1.tar.gz 274442 BLAKE2B 0235ea6a2cfefb0e99094be2a79331aebe0642d104bbcdfb037f45cb2f07e193daffc0bc9f307f677b9f37078e1bdedfd5371ae92272a981aee3b8b135502750 SHA512 fa47fb2d2903506c55e3651ec130ad5472168e0257eabec8fdf329336f60d9ef36df0f8c4eb7d5ab913f3037120048b02f715aa2215085b3b1ce936cdcff77bf
|
||||
DIST PyYAML-5.1.2.tar.gz 265034 BLAKE2B a3f6fe4a0c0a24f8934b94545e7727fad26b397755416a8127bd52fd9ea5e8fea3c6452ddfbd91edfa2e8ca88522b1ae9061c9221f394c8fa4cbd1c2dc256f72 SHA512 b5ee201c612486a95c87b7e41d474313160284359b8b30ababc80b51325aef9dd7dc27eb3b8a03a4749cb8c7e3789c5684d5c285fe35d4b20be1f189641531e0
|
||||
DIST PyYAML-5.2.tar.gz 265687 BLAKE2B 1354101e48d9f724d62ce4232e794b126b79541e9007b1f3805d2a4530f1f97aacd654f3db154fc2bfb82473deb924c8fc8fd5c1c51cbcb3560f016e897cb979 SHA512 d2c212ae445dd647d94084f0f177f3246964d77d8ced468c8cc94c2540df014034d26535ca181b25246b2dd34e6d20c87695bd91b2b0937d3a2aa2ffe0daf633
|
||||
DIST PyYAML-5.3.tar.gz 268214 BLAKE2B 2017ec6d64744323c7e6f3bdcea77b249943ba93844de363ba5d2b14cf70cc5c06e8427d12515e1e60f8432a87a115df1033d959fc42851f61818d0bdc8cd7a2 SHA512 9124bf4d58ebe925f430fd6ed749e5a3311a54d536a035d39794c485843ddb80692fd7f7bac05797507128b933297ff730d967f49e7237c7c567086a83ee9e1f
|
||||
EBUILD pyyaml-5.1.1.ebuild 983 BLAKE2B ad6ece23d08008f75d69a35bd246b456fee7db050fecc42a234237c24bd1e5bfba250e2b6ab7ddad9f78b7e6137231a9d49e7c4aeb1497f362ad70f060566389 SHA512 704c667a8862ed1e70949632cd8869e96788bdcff3f0be2c0389c2033e54cdc2886f87ef149dcb7b8d4f7e78746aa057bd346bde2d9e1f89f7e6314a60643e9b
|
||||
EBUILD pyyaml-5.1.2.ebuild 983 BLAKE2B ad6ece23d08008f75d69a35bd246b456fee7db050fecc42a234237c24bd1e5bfba250e2b6ab7ddad9f78b7e6137231a9d49e7c4aeb1497f362ad70f060566389 SHA512 704c667a8862ed1e70949632cd8869e96788bdcff3f0be2c0389c2033e54cdc2886f87ef149dcb7b8d4f7e78746aa057bd346bde2d9e1f89f7e6314a60643e9b
|
||||
EBUILD pyyaml-5.2.ebuild 978 BLAKE2B c76a5d248f886189d59147a29bf1fa767281279b114e542587892a5c197ecda7e8c3c566551d8bdc32b31be3ebc4f02ec11c506e4180f3853342661d736be1fc SHA512 708f25935e1027f13b7b830c370072fb957e91b61b55496c856cccfbee75d910c06c39705e7a1096c7a0cf5f588384a7dcf6c211ab8788d55a469192a1d6c24a
|
||||
EBUILD pyyaml-5.3.ebuild 978 BLAKE2B c76a5d248f886189d59147a29bf1fa767281279b114e542587892a5c197ecda7e8c3c566551d8bdc32b31be3ebc4f02ec11c506e4180f3853342661d736be1fc SHA512 708f25935e1027f13b7b830c370072fb957e91b61b55496c856cccfbee75d910c06c39705e7a1096c7a0cf5f588384a7dcf6c211ab8788d55a469192a1d6c24a
|
||||
MISC metadata.xml 542 BLAKE2B e97a76f493271a2b29267b0d3ba3f6f0a88788309ba76330b138057ed415aa5986d0e18358c5b3ed3d74485855388da361b455c48b4917ce4c06dd860693c717 SHA512 46fb8b1bb269416c8861bb0e5688ff9b8d5b6e8ce554cac310a2fe46484bef9cce0e1c3452d634532ae25f7cdbf0c306d6d57a052db4b6522e69e8705813d83f
|
||||
|
||||
46
dev-python/pyyaml/pyyaml-5.3.ebuild
Normal file
46
dev-python/pyyaml/pyyaml-5.3.ebuild
Normal file
@@ -0,0 +1,46 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_P="PyYAML-${PV}"
|
||||
|
||||
DESCRIPTION="YAML parser and emitter for Python"
|
||||
HOMEPAGE="https://pyyaml.org/wiki/PyYAML https://pypi.org/project/PyYAML/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86 amd64-linux x86-linux"
|
||||
IUSE="examples libyaml"
|
||||
|
||||
RDEPEND="libyaml? ( dev-libs/libyaml )"
|
||||
DEPEND="${RDEPEND}
|
||||
libyaml? ( $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]' python2_7 'python3*') )"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
PATCHES=(
|
||||
# bug #659348
|
||||
"${FILESDIR}/${P}-cve-2017-18342.patch"
|
||||
)
|
||||
|
||||
python_configure_all() {
|
||||
mydistutilsargs=( $(use_with libyaml) )
|
||||
}
|
||||
|
||||
python_test() {
|
||||
esetup.py test
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
if use examples; then
|
||||
dodoc -r examples
|
||||
docompress -x /usr/share/doc/${PF}
|
||||
fi
|
||||
}
|
||||
@@ -4,10 +4,12 @@ DIST zigpy-zigate-0.3.1.tar.gz 8478 BLAKE2B 3debdf9f4a52e9b4736aec91f6298a259960
|
||||
DIST zigpy-zigate-0.4.0.tar.gz 8258 BLAKE2B 9d2b6351546f9d629f07172cb9e006607b7848f06200ac906ef93be0df64dc9c4e338d66a9ccbe4c8bc1bc5440b43876a346660f49e87fbd39779f1f5b85ddc2 SHA512 6edbfaf2694f7817872d7b5017cdde5dcd96616b87754de0ac91907c98361d0a39b2007f5acd2a48219d9c7eb4c00bf0d34d71bbac7fe8c37c0d6c49e27a43d8
|
||||
DIST zigpy-zigate-0.4.1.tar.gz 8305 BLAKE2B dbef1573b82a777835e80a93bc5b91432c7f4270257a405437c8e493af9b64d38e4134c521739ef6030565efe6101e41ef70c70e8046bef97a03704d78f229d1 SHA512 141e72c8b9f6ebf26ed62732e712dd163a0b1929df85f01f033eb622109fe543e5b72e529bbbda31c60444e76112ee4c9b51053b28b40c4ab7b3905ce69ef58d
|
||||
DIST zigpy-zigate-0.5.0.tar.gz 8135 BLAKE2B c2e50d89fe34ea8e73159ae5ec0bc7b36116c1579a82816189ee9d5f0156c367a9d0d2a5fbe2d1c960e8f2341ead61a933ba5d92418acf73e9976bb2e68ff0f8 SHA512 08cc600bf993e580abe3d7ec41a6cd311a070cffb2e53e4f544c30b567ae1c480f05f3dd145e382403e022d9d7514267b882e7c362a1cfc461951c1cbb92ecd2
|
||||
DIST zigpy-zigate-0.5.1.tar.gz 8717 BLAKE2B 2649662cc1ab946264c38379df7a3fb71395f0bf04a7a9d2f069eba26ff0eb8a9fe6e0067d0a9d1f95692cd3a949116bf9ec4765981521eef32f200b91242eb3 SHA512 aef41154ecabac1b8766014e4b589589b609e41c5fb51c2b467743427806014312933398d4ddd6f22e6ab4e00186efcb60d2c9a5195418b3c73c425e43acc8ff
|
||||
EBUILD zigpy-zigate-0.1.0.ebuild 697 BLAKE2B 53f4f926a449f200d2f51c2cca9b7b872cf7682fddc8d0e0f1f9876ae0b34044abb744906930092117fb06dcb454ce8e585969e208411cdd9392034bd23cad1e SHA512 da21f60cc815169d01ae8708913a5b6ab2cd871d2d3ace5fe123aba55299dce9aa392194bb8d3e821c3e70e9a2ab3457fc8a17ac03044f35eab902942e78ad19
|
||||
EBUILD zigpy-zigate-0.2.0.ebuild 697 BLAKE2B 53f4f926a449f200d2f51c2cca9b7b872cf7682fddc8d0e0f1f9876ae0b34044abb744906930092117fb06dcb454ce8e585969e208411cdd9392034bd23cad1e SHA512 da21f60cc815169d01ae8708913a5b6ab2cd871d2d3ace5fe123aba55299dce9aa392194bb8d3e821c3e70e9a2ab3457fc8a17ac03044f35eab902942e78ad19
|
||||
EBUILD zigpy-zigate-0.3.1.ebuild 697 BLAKE2B 53f4f926a449f200d2f51c2cca9b7b872cf7682fddc8d0e0f1f9876ae0b34044abb744906930092117fb06dcb454ce8e585969e208411cdd9392034bd23cad1e SHA512 da21f60cc815169d01ae8708913a5b6ab2cd871d2d3ace5fe123aba55299dce9aa392194bb8d3e821c3e70e9a2ab3457fc8a17ac03044f35eab902942e78ad19
|
||||
EBUILD zigpy-zigate-0.4.0.ebuild 697 BLAKE2B 53f4f926a449f200d2f51c2cca9b7b872cf7682fddc8d0e0f1f9876ae0b34044abb744906930092117fb06dcb454ce8e585969e208411cdd9392034bd23cad1e SHA512 da21f60cc815169d01ae8708913a5b6ab2cd871d2d3ace5fe123aba55299dce9aa392194bb8d3e821c3e70e9a2ab3457fc8a17ac03044f35eab902942e78ad19
|
||||
EBUILD zigpy-zigate-0.4.1.ebuild 697 BLAKE2B 53f4f926a449f200d2f51c2cca9b7b872cf7682fddc8d0e0f1f9876ae0b34044abb744906930092117fb06dcb454ce8e585969e208411cdd9392034bd23cad1e SHA512 da21f60cc815169d01ae8708913a5b6ab2cd871d2d3ace5fe123aba55299dce9aa392194bb8d3e821c3e70e9a2ab3457fc8a17ac03044f35eab902942e78ad19
|
||||
EBUILD zigpy-zigate-0.5.0.ebuild 697 BLAKE2B 53f4f926a449f200d2f51c2cca9b7b872cf7682fddc8d0e0f1f9876ae0b34044abb744906930092117fb06dcb454ce8e585969e208411cdd9392034bd23cad1e SHA512 da21f60cc815169d01ae8708913a5b6ab2cd871d2d3ace5fe123aba55299dce9aa392194bb8d3e821c3e70e9a2ab3457fc8a17ac03044f35eab902942e78ad19
|
||||
EBUILD zigpy-zigate-0.5.1.ebuild 697 BLAKE2B 53f4f926a449f200d2f51c2cca9b7b872cf7682fddc8d0e0f1f9876ae0b34044abb744906930092117fb06dcb454ce8e585969e208411cdd9392034bd23cad1e SHA512 da21f60cc815169d01ae8708913a5b6ab2cd871d2d3ace5fe123aba55299dce9aa392194bb8d3e821c3e70e9a2ab3457fc8a17ac03044f35eab902942e78ad19
|
||||
MISC metadata.xml 450 BLAKE2B cbab0248ebdfe5cca0cf2d4da470f8339c2092fc5431b4185a787c3cf17cdc13cc6c87bd7fb4315d43d0a6e89c312c86214bf46b752dcd254a793625dd8a4be5 SHA512 7c6bc5a6f371c73c1c07e0d91dfb91b1bedb335e6190f236a3049e95a95f33645da636d586b572ffbc390fbeb62017ed96b87eba0ea1da8a23713f0abad55d96
|
||||
|
||||
30
dev-python/zigpy-zigate/zigpy-zigate-0.5.1.ebuild
Normal file
30
dev-python/zigpy-zigate/zigpy-zigate-0.5.1.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A library which communicates with ZiGate radios for zigpy"
|
||||
HOMEPAGE="https://github.com/doudz/zigpy-zigate https://pypi.org/project/zigpy-zigate/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user