Skip to content

Commit 03e0dc5

Browse files
committed
dev-python/linear-garage-door: add 0.2.9
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 6384b87 commit 03e0dc5

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1717 Ebuilds in total, 1706 of them have in total 1725 (42 different) licenses assigned.
620+
There are 1718 Ebuilds in total, 1707 of them have in total 1726 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|976|
624+
|MIT|977|
625625
|Apache-2.0|378|
626626
|GPL-3|115|
627627
|BSD|97|
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST linear_garage_door-0.2.7.tar.gz 9743 BLAKE2B 4866c76f49e70c1ff57f2ff6b6dce8a793ff6083ac4b36408abb0f3c1a473bcf65a147af213aad7290d853246fea84cbb72ca2cd5a63a1217f6e384b746740b6 SHA512 c6574c3dfa9c81b2fb8f6c3972fea54a9d260347686f85c52457858f07b4af037dd635f0c050ebaf184efefb2441fa222b6567f79f07619589a84e864b45ee87
2-
EBUILD linear-garage-door-0.2.7.ebuild 692 BLAKE2B 403ef4a6d84834920b7a5a82f894d65fe7ab39dfc8f0e39267d4fd37e4ae250660b1f9cde6e8494a09b50fc88c3120c536a53c58946e82823776d4187db2b53e SHA512 1b5ea75d6ee90b06b483b8f1722621be5491d2f4677b2dd81ca3387c39bd4da1d11d446cde175a86eb1c520656942171bb411dbdd903c48b1bb2a8b25ce12395
2+
DIST linear_garage_door-0.2.9.tar.gz 8669 BLAKE2B e08cddbf81f250e21b0655f8d92571bd4e31d6a8380e70c9bc53a721168bb362502f3e3f7e4e8aca5f21d56bb442e44927470c61fec93ee5627d0db6c269c9a8 SHA512 ff84f653996923a7767955f80417383e20d58de77a64e7a0ab2bc68afb2077044b1a37874a2dd7e9971a4d02a5a37c8fd4e312195c27450a508e2203a7e45b8a
3+
EBUILD linear-garage-door-0.2.7.ebuild 692 BLAKE2B a424a9dd50b5caf253f36edb7124c0e5d3593dbdb51837698e53eca524152313d0d3303116438813ca57b8f936b7f7ab5cd02f50d71f19e6ecdef49335d5c96f SHA512 7a7c39bcf18c3aa4ba4abd4e51414bb34315f992d5376fd2ce0782134a00a9f820a712165df44dc8f72009a2dbbc5ea90f5e9a2cb0475df7f0eead12bb2b621d
4+
EBUILD linear-garage-door-0.2.9.ebuild 653 BLAKE2B 79aa05ca40643bb55b7453c5d97f12bfa344c309db6ab2cbc19f19f03b993ed831e86e21989d1b5a36ffac9de3cadb444c190e39a72f49d1ed061ed41c2e6721 SHA512 d7bdb320c373df555a59a3e9f6e574cc9dce4ed681e4745617f91a758c9ffb482b5c512e2cf285f1b2ae8d042349cdd4ddccb94a1659d04bdcc2415087b9b355
35
MISC metadata.xml 528 BLAKE2B 487840ba4efc91e9ea27f14c01b80c2ad7e867d8c818a4b5649a3804ad4ee683b13799b7adad9a26e83dee48625d3719232e071fe0abd2bbc0c992d51be3c4f5 SHA512 a8959d3cf606b6065bced34f2a74267d0d345370de02571ee23d868a8c296778d26e61bae09c8a436af77b546e2c6d8c9936ceb5e0482d17f80ae3c3c76ed0a2

dev-python/linear-garage-door/linear-garage-door-0.2.7.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{10..12} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Control Linear Garage Doors with Python"
11+
HOMEPAGE="https://IceBotYT.github.io/linear-garage-door https://pypi.org/project/linear-garage-door/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND=">=dev-python/dnspython-2.3.0[${PYTHON_USEDEP}]
22+
>=dev-python/tenacity-8.2.3[${PYTHON_USEDEP}]
23+
>=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]"
24+
25+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)