From 6c3dc8df5fb7cb64ee88868d6ac8164197db8c7a Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Sat, 21 Sep 2024 15:02:14 +0200 Subject: [PATCH] dev-python/evolutionhttp: new package, add 0.0.18 Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3589 Signed-off-by: Andreas Billmeier --- README.md | 4 ++-- dev-python/evolutionhttp/Manifest | 3 +++ .../evolutionhttp/evolutionhttp-0.0.18.ebuild | 20 +++++++++++++++++++ dev-python/evolutionhttp/metadata.xml | 16 +++++++++++++++ 4 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 dev-python/evolutionhttp/Manifest create mode 100644 dev-python/evolutionhttp/evolutionhttp-0.0.18.ebuild create mode 100644 dev-python/evolutionhttp/metadata.xml diff --git a/README.md b/README.md index 064d07f1c..69effa48c 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 1980 Ebuilds in total, 1969 of them have in total 1994 (42 different) licenses assigned. +There are 1981 Ebuilds in total, 1970 of them have in total 1995 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1146| -|Apache-2.0|441| +|Apache-2.0|442| |GPL-3|115| |BSD|112| |LGPL-3|25| diff --git a/dev-python/evolutionhttp/Manifest b/dev-python/evolutionhttp/Manifest new file mode 100644 index 000000000..a72d7da5e --- /dev/null +++ b/dev-python/evolutionhttp/Manifest @@ -0,0 +1,3 @@ +DIST evolutionhttp-0.0.18.tar.gz 11324 BLAKE2B 09af6c2678d480da32eb3c5479c449e60e6c60d5a2d4d6a3349f0f2ded9743a28ebb29a961abacaec1ceb8b1ecb559340a93ba77cc1e063cf9b4008333b58ffa SHA512 4931591d819ede61adc9f7d28a9653e8a9f9e691ef640c1077130343db645b2915f07f0bfddb3521405c952bbd9e85e6d27626a77a0f0fcfd6057f3a9f3516ff +EBUILD evolutionhttp-0.0.18.ebuild 529 BLAKE2B ea7b42a04f40216836851fd73bbdc4cebba38157e2a5e10df2bbf6dfdd536cd7e988816a78e03a764375352c26ff4ec769609ae9b8e632f3f01f46707286bcbd SHA512 f68efb34c045c34e5c54e5a7db13ebffbfa26f01a7b5dd4c82ac1623b94e0f6cb3b83e5e76415e1db53476f3868350fffcc64538f685af2704c9c6bf734ed42a +MISC metadata.xml 528 BLAKE2B 9ecab539c92da8af61f92494f86262b074ea3ccc1dbf6c8b476e2a66525856cacb2ec52ed73acefee719d1c482c41e8cc50969c9c630b647426ae84be62e5356 SHA512 5290ef2f18b4ddbc035aaf0a88a833589baddfa80979fcfe06bc4f5613f2ecbff2f4ae8ae20c5b32ac9eb539f806b263b6e4f0f880919ca549ab42bbc2226c75 diff --git a/dev-python/evolutionhttp/evolutionhttp-0.0.18.ebuild b/dev-python/evolutionhttp/evolutionhttp-0.0.18.ebuild new file mode 100644 index 000000000..5d98acd43 --- /dev/null +++ b/dev-python/evolutionhttp/evolutionhttp-0.0.18.ebuild @@ -0,0 +1,20 @@ +# 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=hatchling +inherit distutils-r1 pypi + +DESCRIPTION="An HTTP client for controlling a Bryant Evolution HVAC system" +HOMEPAGE="https://github.com/danielsmyers/evolutionhttp/ https://pypi.org/project/evolutionhttp/" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" +distutils_enable_tests pytest diff --git a/dev-python/evolutionhttp/metadata.xml b/dev-python/evolutionhttp/metadata.xml new file mode 100644 index 000000000..a3ccf96e2 --- /dev/null +++ b/dev-python/evolutionhttp/metadata.xml @@ -0,0 +1,16 @@ + + + + + b@edevau.net + Andreas Billmeier + + + evolutionhttp + danielsmyers/evolutionhttp + + danielsmyers@gmail.com + Daniel Myers + + +