dev-python/gardena-bluetooth: drop 1.4.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 17:34:58 +02:00
parent 15f17d8579
commit 531d5709e2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 5 additions and 27 deletions

View File

@ -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 1968 Ebuilds in total, 1957 of them have in total 1977 (42 different) licenses assigned.
There are 1967 Ebuilds in total, 1956 of them have in total 1976 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1115|
|MIT|1114|
|Apache-2.0|447|
|GPL-3|128|
|BSD|110|

View File

@ -1,5 +1,3 @@
DIST gardena_bluetooth-1.4.0.tar.gz 7753 BLAKE2B b1e78e24eadadb9586b83d5a942d996e89d10bcb4827c527ac410d36bfe31746a36572f93e0841203322f19c1312826f2af1bb04e9172580a209045c938adebb SHA512 d1d6f820472c8aed471198a7f63badca4630742bf2bc7562fb521f2e0f2f8992f4505e9df2a766b70959e8843bd032162abbaa8de420716700d4abc99c6bd3ff
DIST gardena_bluetooth-1.4.1.tar.gz 7754 BLAKE2B 31f6b245d3d911ee547c638a5b15facaca46743be3c83aa62d36ac077ecc413bbaa3a4397d2883e24691fb61c9e870d9e619dc5ae0d01e68d45267c462830888 SHA512 3be75a88b322d843deeec63d0a9905ecc3888eb67c8258f19402ad218784e9c9276588c6cb42662ef343a88c58930d7c6bea4ccfe6940e84d9c9b6080cb284aa
EBUILD gardena-bluetooth-1.4.0.ebuild 564 BLAKE2B 11e1b44f24d15f3930de4755b01ac5e70e36faf443f158c431d3a412acb1479fc70ab58fccbae1b784553808edab98a1ae44da60c067c4d03612272972da6055 SHA512 4e481d0ce07180b41d8543b7bc32d331e7eda0651372c7c53daea75c38af20d3426ee20a9c2a995c8539724e7cebfe8815ada3c8271172bc61ad34e5c052f0fc
EBUILD gardena-bluetooth-1.4.1.ebuild 564 BLAKE2B 11e1b44f24d15f3930de4755b01ac5e70e36faf443f158c431d3a412acb1479fc70ab58fccbae1b784553808edab98a1ae44da60c067c4d03612272972da6055 SHA512 4e481d0ce07180b41d8543b7bc32d331e7eda0651372c7c53daea75c38af20d3426ee20a9c2a995c8539724e7cebfe8815ada3c8271172bc61ad34e5c052f0fc
EBUILD gardena-bluetooth-1.4.1.ebuild 564 BLAKE2B f6c95172720355c675d6404a88ef60c02a9d808edfc380b6a6b92f658c2c609c6e1ead3341ab28ee042d272f58a79c9d7dc6ba6d4bf145a40628eabf9125026b SHA512 4c6519095f8cdc3eb38c5b8f9685d53090b0c04d0e9d3925315fd257aa3c01beee1a6ac21c4a1089e80ad9d7e73861d224915a8d148b6f8ea017f1ee60854088
MISC metadata.xml 456 BLAKE2B 2e19315fc457912e9a63d2284788d5277fe53198d82f3aac457a77ac6030d3eb29cd228e93cd21d776f7153ac3476a01fb00d563d1b5eae95c563e18dcf54acd SHA512 b5c6fca8e392040b08ca5e14b31b06879a14382a2aeb61ad2c1b4d6d5b25764acd82e3977a1dc4ecfff6baddc8123c84285e0e85cb0c08cee9cbe5ef59e97a62

View File

@ -1,20 +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=poetry
inherit distutils-r1 pypi
DESCRIPTION="controlling gardena bluetooth enabled watering computers"
HOMEPAGE=" https://pypi.org/project/gardena-bluetooth/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
DOCS="README.rst"
RDEPEND=">=dev-python/bleak-0.20.2[${PYTHON_USEDEP}]
>=dev-python/bleak-retry-connector-3.0.2[${PYTHON_USEDEP}]
>=dev-python/tzlocal-5.0.1[${PYTHON_USEDEP}]"

View File

@ -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=poetry
inherit distutils-r1 pypi