From 779852decd95dbc806421cdff2c205a8acfaf2f3 Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Fri, 12 Apr 2024 16:06:10 +0200 Subject: [PATCH] sci-geosciences/aranet4: add 2.2.3 Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3206 Signed-off-by: Andreas Billmeier --- README.md | 4 ++-- sci-geosciences/aranet4/Manifest | 4 +++- sci-geosciences/aranet4/aranet4-2.2.2.ebuild | 4 ++-- sci-geosciences/aranet4/aranet4-2.2.3.ebuild | 24 ++++++++++++++++++++ 4 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 sci-geosciences/aranet4/aranet4-2.2.3.ebuild diff --git a/README.md b/README.md index 860777da2..a7d3e54de 100644 --- a/README.md +++ b/README.md @@ -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 1975 Ebuilds in total, 1964 of them have in total 1983 (42 different) licenses assigned. +There are 1977 Ebuilds in total, 1966 of them have in total 1985 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1117| +|MIT|1119| |Apache-2.0|447| |GPL-3|129| |BSD|112| diff --git a/sci-geosciences/aranet4/Manifest b/sci-geosciences/aranet4/Manifest index e3a70416a..7679c530f 100644 --- a/sci-geosciences/aranet4/Manifest +++ b/sci-geosciences/aranet4/Manifest @@ -1,3 +1,5 @@ DIST aranet4-2.2.2.tar.gz 13930 BLAKE2B f6d276056277fb9d32a65563697b50f5f09be843f204a7af99f0a14eb10a8d6de4f87f5c9f4f802228b1b4c9353bb6c20e7af3e7bd3e7d991471b5c5346aee8b SHA512 ac02e71c6829290faaebe50e74cc71cf17524217d963d6404971715527f3266fabe0bd8c5887282f43ab9e7843f4e278652e51c502124b9c4dfa9aa1503a591f -EBUILD aranet4-2.2.2.ebuild 671 BLAKE2B 30de9b3de7499501eca693049c28bbb530d14a66f2f8828de96bcb77e8333b78ecc7c5a6a8995cc388672bac85c57c006a942ed8536ae9cdc71453b7c2c409e4 SHA512 585149589e42ea1bdf1e161f1dc9b001805426feb8eaa8422c09c1bbfb428d4c704910dc810f6bacaea4c4e5f0ca346e4375721efa8ec2bbd2cedbe78450ab8c +DIST aranet4-2.2.3.tar.gz 14287 BLAKE2B 1dd22d5c4757d7830d8bdde8759ca444a6ab83bd84f1a23670434c24cf5f15746abf04961fb562635962db4668584560288aca69ea54dc397e7003da10eafe0b SHA512 3ed577004a55968a8a3ac4fb89e2995312cf6443505bdeb4ed22ad959efeb73c34d87f5fabf80d1ba62d9719e14fbde9da1a9d67382f282ffdf3fd0de25ddd44 +EBUILD aranet4-2.2.2.ebuild 671 BLAKE2B d2bc45d007d2bad4eca202215df2d33a054ebca59a21155f824355215ed8ead991c1c02c644d38dccb87def552bea5561fd20440913e6658de724b5d0544d66e SHA512 5dd50baaff39824952905d19b6c84018b82dc1115aba7116d77b742bca4b0580c2fad9ab0098a6968d8153025e3a47056cea1722a8b13571f6991e3e78e240c9 +EBUILD aranet4-2.2.3.ebuild 569 BLAKE2B 00bad261b4acaf8383ff05f53f88297ed394708243e2eb6e34c2fd146e9e2ad127281452fad5e72a570df3f6784c0dfb35a846f33a9ded9b00fbd53910e03c9b SHA512 26cfd2d99ed7e36997cc845c8bd172a338a8946f26949523a6f0eaad31658aec54189c62ef6900a0e546301e4434b4ad55f307bf3b23c99542b98b6a78e9339c MISC metadata.xml 389 BLAKE2B d28e9f1bd4d630290f1800afb21864a4308f4fad13f873a4ecdc8de0ea08fb05716c62978f26e347b4fc95e935dfb400aa4843f0d6df5927d87839ab8a3580c4 SHA512 1f96cc081fef62dea7cc66119db369d91ac68cc62328d5acd5a417f98f2f4b5e56a6a3ff3ff8601acc1117c0152a38a478219305c385468b0940d19af3487639 diff --git a/sci-geosciences/aranet4/aranet4-2.2.2.ebuild b/sci-geosciences/aranet4/aranet4-2.2.2.ebuild index fe5e607b9..c94767715 100644 --- a/sci-geosciences/aranet4/aranet4-2.2.2.ebuild +++ b/sci-geosciences/aranet4/aranet4-2.2.2.ebuild @@ -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 diff --git a/sci-geosciences/aranet4/aranet4-2.2.3.ebuild b/sci-geosciences/aranet4/aranet4-2.2.3.ebuild new file mode 100644 index 000000000..9c8c74569 --- /dev/null +++ b/sci-geosciences/aranet4/aranet4-2.2.3.ebuild @@ -0,0 +1,24 @@ +# 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="Aranet4 and Aranet2 Python client" +HOMEPAGE="https://github.com/Anrijs/Aranet4-Python https://pypi.org/project/aranet4/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND="dev-python/bleak[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest