From 73e015838d216a3ea8132b9c8ec2072554bd3025 Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Tue, 22 Oct 2024 18:17:06 +0200 Subject: [PATCH] dev-python/yalesmartalarmclient: add 0.4.3 Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3936 Signed-off-by: Andreas Billmeier --- README.md | 4 ++-- dev-python/yalesmartalarmclient/Manifest | 2 ++ .../yalesmartalarmclient-0.4.3.ebuild | 22 +++++++++++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 dev-python/yalesmartalarmclient/yalesmartalarmclient-0.4.3.ebuild diff --git a/README.md b/README.md index 5e3291f56..d79966d23 100644 --- a/README.md +++ b/README.md @@ -606,12 +606,12 @@ 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 2058 Ebuilds in total, 2047 of them have in total 2075 (42 different) licenses assigned. +There are 2059 Ebuilds in total, 2048 of them have in total 2076 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1193| -|Apache-2.0|462| +|Apache-2.0|463| |GPL-3|125| |BSD|110| |LGPL-3|24| diff --git a/dev-python/yalesmartalarmclient/Manifest b/dev-python/yalesmartalarmclient/Manifest index 952628c92..a9c84b3a3 100644 --- a/dev-python/yalesmartalarmclient/Manifest +++ b/dev-python/yalesmartalarmclient/Manifest @@ -1,5 +1,7 @@ DIST yalesmartalarmclient-0.3.9.tar.gz 13038 BLAKE2B d23583373f2070791840e3047700baafa6e3cf7ea6b52420af93e51365fad2cc5c3a19f76425d4522c8835368c88cc26381234b230182ad224523ae36362a574 SHA512 a9a1d28e888c10fb81b491e81b3ae417ab9a78a5a82586ca97023c3c32eb99bb1d21d3ada4f45d7d3e6c4bddc7b8e14d56bbe40a943c64eb3f22272ea28e0966 DIST yalesmartalarmclient-0.4.0.tar.gz 18712 BLAKE2B 0d21e89755830a207830d5e5a6a87d9d6ff868a96ea67d08722789d25ee1648d4fc235a89ff98bdb11039015ec5540fd52c0411f2ec7b206e7a3152bf1307f49 SHA512 3d4e257265344dbb04eeb7c240f0d8553f9917c6b61de878f3f1a8a055a39642730ca8c4cb525c4e55afd91a6cfeea0acd5e3f215c7425e3b3370bd2d8caf113 +DIST yalesmartalarmclient-0.4.3.tar.gz 18975 BLAKE2B 2187ca6ff3492a5b1e92cc0de5fdbf5cbc7002814c6bb17eeebd5467b970398d8f19ac1394e361b60aed1c07bce1c64fe6de07fbe98dae5f2c14fa1e5c98bcbf SHA512 b3d1ae06ce29d6a585ba8709ec8a718fa833390e56827f0cad74fab4be09a60ba54dbc390ec69ebd53e77576aa8cb8a256eb9f4b73bf7998049b2deae976752b EBUILD yalesmartalarmclient-0.3.9.ebuild 679 BLAKE2B 78840471c077bb2499cd9bb43e2fc14aace4868875d2da0d7b10075611f6ba3890677cba768e480b5fc2fa5ed3d1dfac0b7ed8d1c7f77cd596f7155be8c202fe SHA512 b1d955c2b61eb6092aa495e79d0c87bfbf4b7f2cb5d5e3d0f5207acb573dec8864f51e64c192cc20e60ca40af7ad790005f27ff2a13540b416a59999b348da68 EBUILD yalesmartalarmclient-0.4.0.ebuild 576 BLAKE2B 7fa02a1d8d4bff5648c5ad94c2784f39176b351479aa536e76bbee36392c4af89bc83a16bd53d7ffecb563989cfb489f328406d33b994cf077dbc10645ae803c SHA512 0911217d04f118462619ce4b12c01289a62912e7984fe1a890d0f8a0061f61c44909b292671e6146283d93a280cbc327cd136342359c9d5f76528a60fec5db70 +EBUILD yalesmartalarmclient-0.4.3.ebuild 576 BLAKE2B 7fa02a1d8d4bff5648c5ad94c2784f39176b351479aa536e76bbee36392c4af89bc83a16bd53d7ffecb563989cfb489f328406d33b994cf077dbc10645ae803c SHA512 0911217d04f118462619ce4b12c01289a62912e7984fe1a890d0f8a0061f61c44909b292671e6146283d93a280cbc327cd136342359c9d5f76528a60fec5db70 MISC metadata.xml 547 BLAKE2B 45b7f1220e31e085e602d73d8b405684134000b84af2367803e14d79c80d4969b08688b5944315fd73cb17255e6400169d22d925cc32f0eb1f7fa3a078df8a0d SHA512 85b40583c5c80cc30aacfbbbba9f5230da8021425c7007f5129fa8c9078392822d335d69bec60054bf51747d904a06e99c94732f0456544d61944dcb75fcb6eb diff --git a/dev-python/yalesmartalarmclient/yalesmartalarmclient-0.4.3.ebuild b/dev-python/yalesmartalarmclient/yalesmartalarmclient-0.4.3.ebuild new file mode 100644 index 000000000..a2637b17c --- /dev/null +++ b/dev-python/yalesmartalarmclient/yalesmartalarmclient-0.4.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{11..13} ) +DISTUTILS_USE_PEP517=poetry +inherit distutils-r1 pypi + +DESCRIPTION="Interact with Yale Smart Alarm systems" +HOMEPAGE="https://github.com/domwillcode/yale-smart-alarm-client https://pypi.org/project/yalesmartalarmclient/" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND=">=dev-python/requests-2.32.0[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest