dev-python/linear-garage-door: add 0.2.9

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 18:21:00 +01:00
parent 6384b87b82
commit 03e0dc55af
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 31 additions and 4 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 1717 Ebuilds in total, 1706 of them have in total 1725 (42 different) licenses assigned.
There are 1718 Ebuilds in total, 1707 of them have in total 1726 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|976|
|MIT|977|
|Apache-2.0|378|
|GPL-3|115|
|BSD|97|

View File

@ -1,3 +1,5 @@
DIST linear_garage_door-0.2.7.tar.gz 9743 BLAKE2B 4866c76f49e70c1ff57f2ff6b6dce8a793ff6083ac4b36408abb0f3c1a473bcf65a147af213aad7290d853246fea84cbb72ca2cd5a63a1217f6e384b746740b6 SHA512 c6574c3dfa9c81b2fb8f6c3972fea54a9d260347686f85c52457858f07b4af037dd635f0c050ebaf184efefb2441fa222b6567f79f07619589a84e864b45ee87
EBUILD linear-garage-door-0.2.7.ebuild 692 BLAKE2B 403ef4a6d84834920b7a5a82f894d65fe7ab39dfc8f0e39267d4fd37e4ae250660b1f9cde6e8494a09b50fc88c3120c536a53c58946e82823776d4187db2b53e SHA512 1b5ea75d6ee90b06b483b8f1722621be5491d2f4677b2dd81ca3387c39bd4da1d11d446cde175a86eb1c520656942171bb411dbdd903c48b1bb2a8b25ce12395
DIST linear_garage_door-0.2.9.tar.gz 8669 BLAKE2B e08cddbf81f250e21b0655f8d92571bd4e31d6a8380e70c9bc53a721168bb362502f3e3f7e4e8aca5f21d56bb442e44927470c61fec93ee5627d0db6c269c9a8 SHA512 ff84f653996923a7767955f80417383e20d58de77a64e7a0ab2bc68afb2077044b1a37874a2dd7e9971a4d02a5a37c8fd4e312195c27450a508e2203a7e45b8a
EBUILD linear-garage-door-0.2.7.ebuild 692 BLAKE2B a424a9dd50b5caf253f36edb7124c0e5d3593dbdb51837698e53eca524152313d0d3303116438813ca57b8f936b7f7ab5cd02f50d71f19e6ecdef49335d5c96f SHA512 7a7c39bcf18c3aa4ba4abd4e51414bb34315f992d5376fd2ce0782134a00a9f820a712165df44dc8f72009a2dbbc5ea90f5e9a2cb0475df7f0eead12bb2b621d
EBUILD linear-garage-door-0.2.9.ebuild 653 BLAKE2B 79aa05ca40643bb55b7453c5d97f12bfa344c309db6ab2cbc19f19f03b993ed831e86e21989d1b5a36ffac9de3cadb444c190e39a72f49d1ed061ed41c2e6721 SHA512 d7bdb320c373df555a59a3e9f6e574cc9dce4ed681e4745617f91a758c9ffb482b5c512e2cf285f1b2ae8d042349cdd4ddccb94a1659d04bdcc2415087b9b355
MISC metadata.xml 528 BLAKE2B 487840ba4efc91e9ea27f14c01b80c2ad7e867d8c818a4b5649a3804ad4ee683b13799b7adad9a26e83dee48625d3719232e071fe0abd2bbc0c992d51be3c4f5 SHA512 a8959d3cf606b6065bced34f2a74267d0d345370de02571ee23d868a8c296778d26e61bae09c8a436af77b546e2c6d8c9936ceb5e0482d17f80ae3c3c76ed0a2

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,25 @@
# Copyright 1999-2024 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="Control Linear Garage Doors with Python"
HOMEPAGE="https://IceBotYT.github.io/linear-garage-door https://pypi.org/project/linear-garage-door/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/dnspython-2.3.0[${PYTHON_USEDEP}]
>=dev-python/tenacity-8.2.3[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]"
distutils_enable_tests pytest