dev-python/gardena-bluetooth: add 1.4.1

Closes: #2609
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-03 19:31:12 +01:00
parent d0b52c41d5
commit 212961ffa5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 24 additions and 2 deletions

View File

@ -612,11 +612,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 1599 Ebuilds in total, 1588 of them have in total 1602 (42 different) licenses assigned.
There are 1600 Ebuilds in total, 1589 of them have in total 1603 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|918|
|MIT|919|
|Apache-2.0|339|
|GPL-3|102|
|BSD|88|

View File

@ -1,3 +1,5 @@
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
MISC metadata.xml 456 BLAKE2B 2e19315fc457912e9a63d2284788d5277fe53198d82f3aac457a77ac6030d3eb29cd228e93cd21d776f7153ac3476a01fb00d563d1b5eae95c563e18dcf54acd SHA512 b5c6fca8e392040b08ca5e14b31b06879a14382a2aeb61ad2c1b4d6d5b25764acd82e3977a1dc4ecfff6baddc8123c84285e0e85cb0c08cee9cbe5ef59e97a62

View File

@ -0,0 +1,20 @@
# 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}]"