dev-python/tololib: add 1.1.0

Closes: #3155
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-03 21:47:48 +02:00
parent 24f78db5fa
commit 4f41cdd085
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 26 additions and 5 deletions

View File

@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1956 Ebuilds in total, 1945 of them have in total 1964 (42 different) licenses assigned.
There are 1957 Ebuilds in total, 1946 of them have in total 1965 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1103|
|MIT|1104|
|Apache-2.0|449|
|GPL-3|129|
|BSD|111|

View File

@ -1,3 +1,5 @@
DIST tololib-0.1.0b4.tar.gz 19196 BLAKE2B cae3a20f4562a3bea77c8923fccf94f16f4dd8709110ab743b5fdb402e832aab3515a2f3276b82e13c175c40d609e2755c0a2df8a3967dd62c22a31184410ee6 SHA512 70a1ff2e223544589b6ccaceba9dbe236d0ac284312c175a4c7e268a4988ac24f8974215023b5d2548e09e37de587d844c0cee0e10a6cc23bec09fec7be4df69
EBUILD tololib-0.1.0_beta4.ebuild 595 BLAKE2B ffaf3ae94e6e0c2d656d7ba8fcdd7f5219642005fbed5e8759d9aed3d1d09df060af583d4fc77c98cac1aafa9689e00e331c361988d4df7793ce8f6822d6368a SHA512 4dede3f37e8644f32bbe5442a2c3d25f2b8d09a56c511e078c7656326438dc34832e55aa216f810dc022d8dad27bd7efa78338b29f1944ed53c4848a68fa7995
DIST tololib-1.1.0.tar.gz 18661 BLAKE2B 9ba722d47a0ec5b1e3e5493384b24bc8fc2e617ec7f1f4442f6704ab77aa5f7e8a11752740fdf547e8d2e421e2bc57372abe3801b747020967336d734ef1adb6 SHA512 f0bc2be11e4d6fa3e88021f227a17fd75be3d053295b327b877add8e68b35c8106b9052b6c5edea51ce902455780fb1cff514d47cea3e16bdce44b671824b08e
EBUILD tololib-0.1.0_beta4.ebuild 595 BLAKE2B f58559b7b02cfab675e38ad679d85d8400b4a9215c220e59eae6a5bb902b084549f314fda029f7cadd5ec2ae97586f87b2a1e0c8f19b4f65d89f32bec7a24735 SHA512 c226f9dc10c30ce82941affc7cac61c9b4a841e6ef60db6f6834d813f143ce4a5551bd5ff44450898180ebff3da1d841286f2308a74654d7727d723a50d59a38
EBUILD tololib-1.1.0.ebuild 492 BLAKE2B 9872b987c32d5392a430b0cccd3b1e95a9cbbb085bd5cc33e413f9df80d62da072515ea5650d41e60aa780a8a1a7e5e72535533eaaef7e389427691aeff721b1 SHA512 7b74772d20312a3db7bbcd06188d4c166caf6ef6f46421a353777a4b52ba198172897676614992feca83891e4e869fdce4877b2a8e4938147c03a74e782748c3
MISC metadata.xml 509 BLAKE2B e19f350ce02e50797043ca2f08e48ada185460bbdc24997879ee9198d16042f42ac503cea53b34b0d1e1c8a0125fbfb3371ca9f37f76ed9941dbe2ef05cfd54e SHA512 4ca0262dc9cc226bc286c93cd86dee14d1d054539b8e5e474f1fc38252d047e12d1fe123afdc0f89268bcb366934c095945a5d89ffe916a9a257d27e46314207

View File

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

View File

@ -0,0 +1,19 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..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 )"
distutils_enable_tests pytest