dev-python/oemthermostat: enable py3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 22:36:20 +01:00
parent 3658a8431a
commit 466b6ccad5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 6 additions and 6 deletions

View File

@ -518,7 +518,7 @@
|neurio_energy|Integrate your Neurio meter information into Home Assistant|N|N|Y|0.14|
|nexia|allows you to integrate your Nexia thermostats into Home Assistant|N|N|Y|0.108|
|nextbus| will give you the next departure time and associated data fro NextBus|N|N|Y|0.93|
|nextcloud|pulls summary Nextcloud information into Home Assistant|N|N|Y|0.108|
|nextcloud|pulls summary Nextcloud information into Home Assistant|Y|Y|Y|0.108|
|nextdns|allows you to monitor NextDNS statistics|N|N|Y|2022.8.1|
|nfandroidtv|Notifications for Android TV and Notifications for Fire TV|Y|Y|Y||
|nibe_heatpump|control and monitor Nibe Heat Pumps in Home Assistant|N|N|Y|2022.10.0|

View File

@ -116,13 +116,13 @@ Since homeassistant-0.115.3 the **Main Ebuild** is released in three different s
[![emerge ha-min](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-min.yml/badge.svg)](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-min.yml)
These are the USE Flags I use in production myself. All will compile fine and are extensively tested in every release, a daily compilation test is run at Github, big thanks to @antonfischl1980, it currently holds **100** USE Flags.
These are the USE Flags I use in production myself. All will compile fine and are extensively tested in every release, a daily compilation test is run at Github, big thanks to @antonfischl1980, it currently holds **101** USE Flags.
### `app-misc/homeassistant`
[![emerge ha-med](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-med.yml/badge.svg?branch=master)](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-med.yml)
The Ebuild we have since `0.97.0`, as soon as I know that at least one user is actively using a component, it will be added. These all compile fine, but some version conflicts could occure, a daily compilation test is run at Github, big thanks to @antonfischl1980, It currently holds **295** USE Flags.
The Ebuild we have since `0.97.0`, as soon as I know that at least one user is actively using a component, it will be added. These all compile fine, but some version conflicts could occure, a daily compilation test is run at Github, big thanks to @antonfischl1980, It currently holds **296** USE Flags.
### `app-misc/homeassistant-full`

View File

@ -1,3 +1,3 @@
DIST oemthermostat-1.1.1.tar.gz 13542 BLAKE2B e307859b39d33334d2fe729d0d3933d493c3c581e07bf0ff5dafe692153497a024f566d76ab9e2fe94ef8a8f00b77a5ceb9f5b08c0dcee7d7e8c7207cb11e11a SHA512 1b9545e972bd10c043ab31cb0eca3fe166de65811feea7158bdf70da9cc07b7762fa103bcb8cfaf113a79bcd29fc7d7959ee1b39a1530d0a80cb47dc2ccfe50b
EBUILD oemthermostat-1.1.1.ebuild 597 BLAKE2B 8dcac5b114f204d9a6a079eab1452ff1f7436629504c5ae614302c4a12ef1cfd0748954d43e531ac46e6014659879c2ade41897b179945a486c0b46165e52645 SHA512 556b9d82a571af1a58b33a1c9f5f489cedcc4b817fae7077555ee2869e101848b6b7e6eacbe31d0f9b1b2571d020bf7406c2c9c8653dadd0ccb408e9d02f3ce8
EBUILD oemthermostat-1.1.1.ebuild 598 BLAKE2B 47099dd7614334531771fa7be410b22827489890ed088328ad02305fac7826743a184edab98392cff11cad878d42fd4fdfcd01aaf1df5e762356c960456f6bc7 SHA512 d60cdfff4bf1d0ab86444b296ef0c77bdd765d178f26d7bf7dc26a110367e0c5d12a6f98de4d56e9f8ba3e85f8f115c510ca344474132d476bbc532bdb8ded60
MISC metadata.xml 538 BLAKE2B 64986c2d210cd42c584fdfd6b7403ee3e94df9c59bbfe2725b182924da877492f8f1cec1cd7ef8035237c6ed8d8318746e5d0f136f6e2f9361bdca205b2bc5aa SHA512 f2bf8880d56272e464bc51a84fd21abe8133deed63503fcd372514f5c78c6033b1575c0130f939e033cf4fa0100ecbba2bfd4a82e9ce96231afc9a96ca092afb

View File

@ -1,9 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi