dev-python/python-tado: add 0.17.3

Closes: #2691
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 18:53:48 +01:00
parent 9b5c085f34
commit 16113086f1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 32 additions and 2 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 1655 Ebuilds in total, 1644 of them have in total 1660 (42 different) licenses assigned.
There are 1656 Ebuilds in total, 1645 of them have in total 1661 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|945|
|Apache-2.0|358|
|GPL-3|107|
|GPL-3|108|
|BSD|92|
|LGPL-3|23|
|GPL-2|20|

View File

@ -1,5 +1,7 @@
DIST python-tado-0.15.0.tar.gz 28140 BLAKE2B 1b937b575b6db209c01d0dbde4596f1eabc094da0b34d3fe7c8f870d24363d33f80223683e09bd5edbe59ed7f8f7761622c25751f676c27bdcec20f535042c24 SHA512 f428df99175602e1b6f51d879e4bc2908a28adcc026ff48ac0cf9cbee7f1355d93f2a58225921545caa9897753ca03c719b9f63818786e5c260f214b62aa3bb9
DIST python-tado-0.17.0.tar.gz 28326 BLAKE2B 14761a4099e3e42798a8f9aeca523d1328127cffcc8304266e2c4b7bc4a9cba1c9f89d024bb8aa037a252bb75b179040607717315e9446daf2a98f5c4adbd9f4 SHA512 4e727a6f033422ee2102bc67d69cdf8d9ca39de8bc60e5365d236c36aaa578e94dbef9881c4a144fc688ae535d994101aea50bca7fc4b5f553e448b5735db265
DIST python-tado-0.17.3.tar.gz 31884 BLAKE2B b442e8f7b03f366cb22d3ac9def7b0a4ed50a959342172db7f4e11432a735357405aca4b23676f5e05f7726d2b01cf9ebd094e7a0febbc92c56d68c333e07a21 SHA512 ef387f0383f9d8f852d7ec65702107a4731e2fabfe4f661c6d23b2cbfcef3a0c1a2295a963278ed9fdfdc16f67e4fa684eecc05a4725665d1e2d12cf684737f8
EBUILD python-tado-0.15.0.ebuild 755 BLAKE2B 5dcfaaeac53e0351309c35915a9f2a032cc7a4dce30b5b4a85f1e2044316a778173b848b5e1ae6d2e1509b3530a449452465291564544c2b07c79796a9e7a4ea SHA512 e3efb2a95f0e7318a7de463c32e30039b556f9a26b122e5657ce32c27971e4dabc5403f84f52d3527b17af2a992a51930012f41e14a6e667d11a5e00dc597df8
EBUILD python-tado-0.17.0.ebuild 693 BLAKE2B 2a913f0ea44ad105e01ebd09652005579e13d4a693b59895aa80925c6a7c7a6cf0fce8529036d19d8fa6eff19157268d7e81d7baa18a1765051d298a6660d8a4 SHA512 1d5bfe8769574cf2f51e98d2577afe16d47511c001b107bba42183153205f9d990ddf50757e466808a88ee4804a355bdba149b9361d931761c9b2227dfab5dff
EBUILD python-tado-0.17.3.ebuild 631 BLAKE2B a9ca93974cede6285026ce3d838863bda9004b49d98847b2a29b6cad8d5fb003d41aa65a1db0af4e0572dfdadff026e21c40a7cb0401d2d7b67a623f5cee21ff SHA512 e633a79254115010ae17ba315301cb79267857f251485c753b79154d74a4a1d44e617db511118075e1892b5d85bd6c31b83f641daa30e36b87f8684250e60466
MISC metadata.xml 546 BLAKE2B 2e127e4238884d654479268cb5db76ffb6600584848218b863452014a8979c37e13ad2803ac9a4a1eff9aa20314ee9426f3de86cceee8b3ac640c9d1265c244e SHA512 e990d680e9859a69f09a22a4d98dd752aeaf62ba0269f75f76ea53f31601543bec91e86520feaf2b2cfdfbd9215c54ad1d9ad046ba95203ab9b1737578105de1

View File

@ -0,0 +1,28 @@
# 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}]"
src_prepare() {
echo -e "requests" > requirements.txt
eapply_user
}
distutils_enable_tests pytest