dev-python/tololib: new package, add 0.1.0_beta4

Closes: #2375
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-11-05 11:00:29 +01:00
committed by Andreas Billmeier
parent c9a7e13725
commit 709f44bba7
4 changed files with 50 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ These are the USE Flags I use in production myself. All will compile fine and ar
[![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 **296** 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 **295** USE Flags.
### `app-misc/homeassistant-full`
@@ -616,8 +616,8 @@ There are 1621 Ebuilds in total, 1610 of them have in total 1623 (40 different)
|License| Ebuilds using it|
|-------|-----|
|MIT|944|
|Apache-2.0|327|
|MIT|945|
|Apache-2.0|326|
|GPL-3|96|
|BSD|94|
|GPL-2|27|

View File

@@ -0,0 +1,3 @@
DIST tololib-0.1.0b4.tar.gz 19196 BLAKE2B cae3a20f4562a3bea77c8923fccf94f16f4dd8709110ab743b5fdb402e832aab3515a2f3276b82e13c175c40d609e2755c0a2df8a3967dd62c22a31184410ee6 SHA512 70a1ff2e223544589b6ccaceba9dbe236d0ac284312c175a4c7e268a4988ac24f8974215023b5d2548e09e37de587d844c0cee0e10a6cc23bec09fec7be4df69
EBUILD tololib-0.1.0_beta4.ebuild 595 BLAKE2B ffaf3ae94e6e0c2d656d7ba8fcdd7f5219642005fbed5e8759d9aed3d1d09df060af583d4fc77c98cac1aafa9689e00e331c361988d4df7793ce8f6822d6368a SHA512 4dede3f37e8644f32bbe5442a2c3d25f2b8d09a56c511e078c7656326438dc34832e55aa216f810dc022d8dad27bd7efa78338b29f1944ed53c4848a68fa7995
MISC metadata.xml 509 BLAKE2B e19f350ce02e50797043ca2f08e48ada185460bbdc24997879ee9198d16042f42ac503cea53b34b0d1e1c8a0125fbfb3371ca9f37f76ed9941dbe2ef05cfd54e SHA512 4ca0262dc9cc226bc286c93cd86dee14d1d054539b8e5e474f1fc38252d047e12d1fe123afdc0f89268bcb366934c095945a5d89ffe916a9a257d27e46314207

View File

@@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">tololib</remote-id>
<remote-id type="gitlab">MatthiasLohr/tololib</remote-id>
<maintainer status="unknown">
<email>mail@mlohr.com</email>
<name>Matthias Lohr</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python Library for Controlling TOLO Sauna/Steam Bath Devices"
HOMEPAGE="https://gitlab.com/MatthiasLohr/tololib https://pypi.org/project/tololib/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest