dev-python/python-tado: add 0.17.0

Closes: #2657
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-04 17:58:41 +01:00
parent e18e2850a5
commit c14b8adb2e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 39 additions and 5 deletions

View File

@ -612,13 +612,13 @@ 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 1630 Ebuilds in total, 1619 of them have in total 1633 (42 different) licenses assigned.
There are 1631 Ebuilds in total, 1620 of them have in total 1634 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|937|
|Apache-2.0|347|
|GPL-3|103|
|GPL-3|104|
|BSD|91|
|LGPL-3|22|
|GPL-2|20|

View File

@ -1,4 +1,5 @@
DIST python-tado-0.15.0.tar.gz 28140 BLAKE2B 1b937b575b6db209c01d0dbde4596f1eabc094da0b34d3fe7c8f870d24363d33f80223683e09bd5edbe59ed7f8f7761622c25751f676c27bdcec20f535042c24 SHA512 f428df99175602e1b6f51d879e4bc2908a28adcc026ff48ac0cf9cbee7f1355d93f2a58225921545caa9897753ca03c719b9f63818786e5c260f214b62aa3bb9
EBUILD python-tado-0.12.0.ebuild 750 BLAKE2B bb74d7f8b8e045841d340eba7b097e4c014b363dccd0a8b7f2e2f5c86e58309807085196bb79d9c06075c7a4b7ee85c7f2cba9f6b31ccc5885c553a17ab8714e SHA512 055cff4ae97c172fa6647d787ea70ed9bdecb16e2c302ef5b4d83bf5e66bf0a06ed8b80efe14cb3215fb3df3dbb4e30e523dd0eb92d282b3a0fe81ca3a5fb8b2
EBUILD python-tado-0.15.0.ebuild 755 BLAKE2B 89d9fc3c17d149cd0b93251971201a8b69c65918eab4c03ce079ebfccaca6ac987423468cf5c8274d8f4c67f16c77dafcecea96383c99d4d2193254c095e662f SHA512 ba96c07898034b1f7f87fe9c289f2dea856c1003564e0c4078b8628239531d9cdca8f85d01108d2570fbf5e37933d4711be7e9faa1f308615327f3c564b18baf
DIST python-tado-0.17.0.tar.gz 28326 BLAKE2B 14761a4099e3e42798a8f9aeca523d1328127cffcc8304266e2c4b7bc4a9cba1c9f89d024bb8aa037a252bb75b179040607717315e9446daf2a98f5c4adbd9f4 SHA512 4e727a6f033422ee2102bc67d69cdf8d9ca39de8bc60e5365d236c36aaa578e94dbef9881c4a144fc688ae535d994101aea50bca7fc4b5f553e448b5735db265
EBUILD python-tado-0.15.0.ebuild 755 BLAKE2B 5dcfaaeac53e0351309c35915a9f2a032cc7a4dce30b5b4a85f1e2044316a778173b848b5e1ae6d2e1509b3530a449452465291564544c2b07c79796a9e7a4ea SHA512 e3efb2a95f0e7318a7de463c32e30039b556f9a26b122e5657ce32c27971e4dabc5403f84f52d3527b17af2a992a51930012f41e14a6e667d11a5e00dc597df8
EBUILD python-tado-0.17.0.ebuild 693 BLAKE2B 2a913f0ea44ad105e01ebd09652005579e13d4a693b59895aa80925c6a7c7a6cf0fce8529036d19d8fa6eff19157268d7e81d7baa18a1765051d298a6660d8a4 SHA512 1d5bfe8769574cf2f51e98d2577afe16d47511c001b107bba42183153205f9d990ddf50757e466808a88ee4804a355bdba149b9361d931761c9b2227dfab5dff
MISC metadata.xml 546 BLAKE2B 2e127e4238884d654479268cb5db76ffb6600584848218b863452014a8979c37e13ad2803ac9a4a1eff9aa20314ee9426f3de86cceee8b3ac640c9d1265c244e SHA512 e990d680e9859a69f09a22a4d98dd752aeaf62ba0269f75f76ea53f31601543bec91e86520feaf2b2cfdfbd9215c54ad1d9ad046ba95203ab9b1737578105de1

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,33 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="PyTado -- Pythonize your central heating"
HOMEPAGE="https://github.com/wmalgadey/PyTado https://pypi.org/project/python-tado/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
src_prepare() {
echo -e "requests" > requirements.txt
eapply_user
}
distutils_enable_tests pytest