dev-python/gardena-bluetooth: add 1.4.3

Closes: #3634
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-20 10:39:33 +02:00
parent 4c9678422c
commit 274c21c651
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 24 additions and 2 deletions

View File

@ -606,11 +606,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 2022 Ebuilds in total, 2011 of them have in total 2039 (42 different) licenses assigned.
There are 2023 Ebuilds in total, 2012 of them have in total 2040 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1167|
|MIT|1168|
|Apache-2.0|453|
|GPL-3|119|
|BSD|113|

View File

@ -1,5 +1,7 @@
DIST gardena_bluetooth-1.4.1.tar.gz 7754 BLAKE2B 31f6b245d3d911ee547c638a5b15facaca46743be3c83aa62d36ac077ecc413bbaa3a4397d2883e24691fb61c9e870d9e619dc5ae0d01e68d45267c462830888 SHA512 3be75a88b322d843deeec63d0a9905ecc3888eb67c8258f19402ad218784e9c9276588c6cb42662ef343a88c58930d7c6bea4ccfe6940e84d9c9b6080cb284aa
DIST gardena_bluetooth-1.4.2.tar.gz 7782 BLAKE2B a8f8defdcb14a74fa5961945b0821aa2d29cb95a2305f249c19018519ca996819782899d36a8d89e1daf5411e35afbd06a86dfae29e04dd9b4944c068248e683 SHA512 dd37ab86684cefd82ec5401c9e29a82a832d1ffc7cdf5e0b97324088fc1170615629956ec21310f72fd3c9d637a0393a5844a74ad67fd4f77eaa2ab2c08dcb8c
DIST gardena_bluetooth-1.4.3.tar.gz 7824 BLAKE2B af58dc64edebb6177c787e6ec99ad83ea00708575ae1c79fc4db94fcfa26fd331d9e9fa68e9389faea992467ca9e869126a60b50dfbbac879d6d174294ecde98 SHA512 6605852e039081d7dc06e73d70bff3b93707db649fe1ca1439c92cf7b603635bed81893814e2341416c486bb8c5104fb6491d7c91f372a8b1121299499318f8f
EBUILD gardena-bluetooth-1.4.1.ebuild 564 BLAKE2B 029ad6d725f3e417096c9517938914e12f204a6933460cf7784368782e5352b582c0837d7f4940f837067b0edab4f0bcca91adfd89eece4a7d4802ee916261a3 SHA512 1332413664d9198243ab97433fef79d97736bbad089231f29a12bb7051de9d9a0577c62a4cb1e240fc17dff145ba34cf5a04c8f39048b8f86897810f9110100f
EBUILD gardena-bluetooth-1.4.2.ebuild 564 BLAKE2B 029ad6d725f3e417096c9517938914e12f204a6933460cf7784368782e5352b582c0837d7f4940f837067b0edab4f0bcca91adfd89eece4a7d4802ee916261a3 SHA512 1332413664d9198243ab97433fef79d97736bbad089231f29a12bb7051de9d9a0577c62a4cb1e240fc17dff145ba34cf5a04c8f39048b8f86897810f9110100f
EBUILD gardena-bluetooth-1.4.3.ebuild 564 BLAKE2B 029ad6d725f3e417096c9517938914e12f204a6933460cf7784368782e5352b582c0837d7f4940f837067b0edab4f0bcca91adfd89eece4a7d4802ee916261a3 SHA512 1332413664d9198243ab97433fef79d97736bbad089231f29a12bb7051de9d9a0577c62a4cb1e240fc17dff145ba34cf5a04c8f39048b8f86897810f9110100f
MISC metadata.xml 456 BLAKE2B 2e19315fc457912e9a63d2284788d5277fe53198d82f3aac457a77ac6030d3eb29cd228e93cd21d776f7153ac3476a01fb00d563d1b5eae95c563e18dcf54acd SHA512 b5c6fca8e392040b08ca5e14b31b06879a14382a2aeb61ad2c1b4d6d5b25764acd82e3977a1dc4ecfff6baddc8123c84285e0e85cb0c08cee9cbe5ef59e97a62

View File

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