From 5754d5a1821b34c663ea9bb9fa0dd63171a2723d Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Fri, 12 Apr 2024 18:52:34 +0200 Subject: [PATCH] dev-python/pysensibo: drop 1.0.35 Signed-off-by: Andreas Billmeier --- README.md | 4 +-- dev-python/pysensibo/Manifest | 4 +-- dev-python/pysensibo/pysensibo-1.0.35.ebuild | 31 -------------------- dev-python/pysensibo/pysensibo-1.0.36.ebuild | 4 +-- 4 files changed, 5 insertions(+), 38 deletions(-) delete mode 100644 dev-python/pysensibo/pysensibo-1.0.35.ebuild diff --git a/README.md b/README.md index 18c878e90..73b12d600 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 1846 Ebuilds in total, 1835 of them have in total 1855 (42 different) licenses assigned. +There are 1843 Ebuilds in total, 1832 of them have in total 1852 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1050| +|MIT|1047| |Apache-2.0|410| |GPL-3|119| |BSD|105| diff --git a/dev-python/pysensibo/Manifest b/dev-python/pysensibo/Manifest index 8c357cc13..88ea208eb 100644 --- a/dev-python/pysensibo/Manifest +++ b/dev-python/pysensibo/Manifest @@ -1,5 +1,3 @@ -DIST pysensibo-1.0.35.tar.gz 8464 BLAKE2B b17c385d22d6a1e91061ff0f465a887cde99b553f6cf6d256fac95432c9dd155096b37970031f7e37e244c7a47e833300421b14d5d7f57035addece050cec5d5 SHA512 cb6ae34099e6c2c6261d335f55188a9eb4644440872bdcf4fb228e051bad653bf4870874542a45f3eddd11d7a17524689180e9cb70d9a5356013de94219b2e6e DIST pysensibo-1.0.36.tar.gz 8467 BLAKE2B 9e414cf0d88a126f7738955feb3385ba93513d33a4f9edccc945e697c4570920f511d14f92ac50bef945178a4fdb025bee3273fc94d9a3be5701c2c4b8f55065 SHA512 af1d948aa16c84259838fec6d5c5dd0773368045bfbf547ce50909a5263a0d048f82da6839a9b2d1ed9c4e6eaac625f3c998e345a9a687f25ffa035be96ca10e -EBUILD pysensibo-1.0.35.ebuild 641 BLAKE2B a4417721056dfb39d62de1333a766f1d52de6aabfb22b9b216d8e9ff03667f1b2de9cedb18ce602e35d116e33684ac2a101d6aba731b0879eb2f07c0ee23e5a8 SHA512 98f5f41a591732abffb3252944607ecb9598414a8f15edc211304c55f4ab40585b6bb6dd38afcf754538ee80a23f0dadaf99992b0ee233f2e78ade5c15ccab8b -EBUILD pysensibo-1.0.36.ebuild 641 BLAKE2B a4417721056dfb39d62de1333a766f1d52de6aabfb22b9b216d8e9ff03667f1b2de9cedb18ce602e35d116e33684ac2a101d6aba731b0879eb2f07c0ee23e5a8 SHA512 98f5f41a591732abffb3252944607ecb9598414a8f15edc211304c55f4ab40585b6bb6dd38afcf754538ee80a23f0dadaf99992b0ee233f2e78ade5c15ccab8b +EBUILD pysensibo-1.0.36.ebuild 641 BLAKE2B 460843e42ae66358924c860dfb34887918c3a4fde74a0a26a75c668f7024fedcb6e3a1a01c252637561355b9e23a43f78d072f491fe8c9f062dfc48293826a9e SHA512 ac64e7fa86a7f352eafff88ff52904c2ac8d228328fbd9981169447221e8882f5169880db6622f27a976b692ffa2ec6d9e6750a8a39fd5f7762a4f0767f646e7 MISC metadata.xml 529 BLAKE2B 87843df93004effef04fc905e796f861ca18e026cbc437c131ce5256b5ee4cb5b77ec8a24fe8eec2d84e4d94468d8f498ce3316b4924e5fa85da28b63b4b23d5 SHA512 99e3e0e102ac5819de498d72115c053b0599941bd051989c998e1554f0de1249ac42f8ddf16f1c657a14465963ee11b0fdfa10c4cf90eff65cfc5174707febd8 diff --git a/dev-python/pysensibo/pysensibo-1.0.35.ebuild b/dev-python/pysensibo/pysensibo-1.0.35.ebuild deleted file mode 100644 index 989ceb7f3..000000000 --- a/dev-python/pysensibo/pysensibo-1.0.35.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="asyncio-friendly python API for Sensibo" -HOMEPAGE="https://github.com/andrey-git/pysensibo https://pypi.org/project/pysensibo/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.md" - -RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_test() { - py.test -v -v || die -} - -distutils_enable_tests pytest diff --git a/dev-python/pysensibo/pysensibo-1.0.36.ebuild b/dev-python/pysensibo/pysensibo-1.0.36.ebuild index 989ceb7f3..9bdf60398 100644 --- a/dev-python/pysensibo/pysensibo-1.0.36.ebuild +++ b/dev-python/pysensibo/pysensibo-1.0.36.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