From bf774230c007c112d60fbfbb87ce5475b6577883 Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Thu, 20 Feb 2025 08:59:23 +0100 Subject: [PATCH] dev-python/agent-py: add 0.0.24 Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/4154 Signed-off-by: Andreas Billmeier --- README.md | 4 ++-- dev-python/agent-py/Manifest | 4 +++- dev-python/agent-py/agent-py-0.0.23.ebuild | 4 ++-- dev-python/agent-py/agent-py-0.0.24.ebuild | 23 ++++++++++++++++++++++ 4 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 dev-python/agent-py/agent-py-0.0.24.ebuild diff --git a/README.md b/README.md index dd3bd7773..9a3f80aa0 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 2360 Ebuilds in total, 2346 of them have in total 2388 (43 different) licenses assigned. +There are 2362 Ebuilds in total, 2348 of them have in total 2390 (43 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1339| -|Apache-2.0|562| +|Apache-2.0|564| |GPL-3|144| |BSD|125| |GPL-2|27| diff --git a/dev-python/agent-py/Manifest b/dev-python/agent-py/Manifest index e4433aecc..2efefeddb 100644 --- a/dev-python/agent-py/Manifest +++ b/dev-python/agent-py/Manifest @@ -1,3 +1,5 @@ DIST agent-py-0.0.23.tar.gz 5320 BLAKE2B 62aad6e64102abb1673b0bb4191a932c3c8655ee6c053a6346404671a9d5608d77f1befa0c01b26beec2f5dc87ef9c0c879753fda27a65b85533e344697b5905 SHA512 aea0b43cb9cf31096623817763ebd8b75ded90e8440937b4d2acac902d8898c82f0c4886b172bd5e38b61e7d8b569dc18c2b3cb533b8fb9a5d3553d9a369bfbe -EBUILD agent-py-0.0.23.ebuild 832 BLAKE2B 3883a12eddcebea18c44c75040d61eabc6edc32aa72190790eeb0583377d28aa1c444c3f86eb745fed3a4733ed159570423413dabec74336e52f05787637944d SHA512 2813fdaa1ae81ff4cb42584782b810435dc97b2a229632b0e36793e1d33e63a44e3ca7a809e4dacfd3834fe6aadd2f2349821aed253fd70f6c3731f479889ee5 +DIST agent-py-0.0.24.tar.gz 4935 BLAKE2B 815e187969c3cf725b3edc08f0ef2795fef308ad6a37a1d75f2c62e6b9aef8fc574e6c94b90fe052ec78de8d146324132cb68881ac3b90510b422afc658a1072 SHA512 dcf76e7a652be3d3677f53794a403872089f3474021183c86dd9e882f1b4d1b197832452d613d21ddbe5669a71d5e9ac48feb48ece3b0196df41e7816d4cb3ad +EBUILD agent-py-0.0.23.ebuild 832 BLAKE2B a6cf91c0abb458ce78314a79b444f666c8c70df84c551e110954acf94c9e1e9c2f40d5dd0a5f86f165ff17072cc35f53b65ea6068591267f57a815c34c89bc6e SHA512 d1c85f79b5d48a69479b70f8e5ad22c40988de25b12e039b6e72298d6eecda9ab0ebb02e6078c07b77fadf59f6b2105a11bc7190b94269589a1942c2a0491fba +EBUILD agent-py-0.0.24.ebuild 569 BLAKE2B 7e40a0335d85f3c70e69e4ef8c175254e287bd14f5ee9bc3da8a5101862907d809dd14193d561925eb27d2f579307213370d86fe9c1f74cecd6c04459b080acf SHA512 7f6e1590e65681eb151a463196e846d988c707f9858810463291e2e77967cd900fc5d2f4407960b6b71453d3f17abdbb0a65ccef5f93ea95c33e222df9a98667 MISC metadata.xml 516 BLAKE2B c5de90d66a9538902d66ecdcfb82871d6aa438ca01ab108fc982271f22991720fff4d8aaed5080087ee30609e65f5d5073da446c0193a493fe984c128dba4714 SHA512 bde85c4d7c58ff0f163a72abb2423b9cbee38966b9f22cfaf8610c84bf7c93ae8e9423d13b875e8c7a40fe9265f855b58d76d390377da6f9abf398b20d913c8d diff --git a/dev-python/agent-py/agent-py-0.0.23.ebuild b/dev-python/agent-py/agent-py-0.0.23.ebuild index c915022ef..737c7b454 100644 --- a/dev-python/agent-py/agent-py-0.0.23.ebuild +++ b/dev-python/agent-py/agent-py-0.0.23.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..13} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 pypi diff --git a/dev-python/agent-py/agent-py-0.0.24.ebuild b/dev-python/agent-py/agent-py-0.0.24.ebuild new file mode 100644 index 000000000..60b78ba7d --- /dev/null +++ b/dev-python/agent-py/agent-py-0.0.24.ebuild @@ -0,0 +1,23 @@ +# 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=setuptools +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi +DESCRIPTION="A python wrapper around the Agent REST API." +HOMEPAGE="https://github.com/ispysoftware/agent-py https://pypi.org/project/agent-py/" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest