Skip to content

Commit 2097f52

Browse files
committed
dev-python/broadlink: add 0.19.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3251 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 3b52f7a commit 2097f52

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
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 1785 Ebuilds in total, 1774 of them have in total 1793 (42 different) licenses assigned.
620+
There are 1786 Ebuilds in total, 1775 of them have in total 1794 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1016|
624+
|MIT|1017|
625625
|Apache-2.0|395|
626626
|GPL-3|106|
627627
|BSD|106|

dev-python/broadlink/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST broadlink-0.18.3.tar.gz 17981 BLAKE2B f1f840ce3e48745172ff9766a5f4f61f6e5815ae4d1fca0c2ad7f751246f01644f7132fddb360380d97bae273d0f6919e65071d2d99ced92503e29620436818b SHA512 6f46025be3d6c8a2abb93df8fe8d80f8fef23d46262886e784426f204c9ed1cdbd9051c98c77890ecc69ae2e88cccc2e79eb9e80d837c3d71873051817f12110
2-
EBUILD broadlink-0.18.3.ebuild 556 BLAKE2B 6ff5de10ca195c1d360d706bcff080c3b770b67cd86f18c75a97c97728e82b197b844c117f83557537b93857d73719c5b1e028c5257d560fc7bbcd52a66b0a9c SHA512 3ffa30f3937ec991604fe41234e2e76fcd1b324829321d489e73379aa001786465c7d13327809acc2bac011cdbe07520a7b5d2a309c06c52f0c3f3422b2d0fd9
2+
DIST broadlink-0.19.0.tar.gz 21397 BLAKE2B 330177f765edec5c12ae66ce38a9bb882bf611fcd66dbdfe01e6ab3677cfa0f5337526fd29568f47a8a0a1b1d0da27b9029299568a64cbd1cbf5d2170df66321 SHA512 9138faba02b4ebd306a396c7606599375b3426fd0141645b8646668fab2a2e9ca2da87b83a5bac9d8751eebcbc63241247704a93a53015ed16cd25791401bf48
3+
EBUILD broadlink-0.18.3.ebuild 556 BLAKE2B e4f65249955d3ae9974bb4b57db1bd19327e8abf276f192a1adc8d83605bb93c3f74529b1042b19aea3d9cc197d5060004312fe912db0ca72b758250f91a1777 SHA512 bea0f6c62651329fe17cbbf013d7603ae83d69468df451b6e23bc1e2210c5503c2fb55e0a79a666c858b2e0b29cfd083849b169dba63944fc2d6241a4c0e1e72
4+
EBUILD broadlink-0.19.0.ebuild 556 BLAKE2B e4f65249955d3ae9974bb4b57db1bd19327e8abf276f192a1adc8d83605bb93c3f74529b1042b19aea3d9cc197d5060004312fe912db0ca72b758250f91a1777 SHA512 bea0f6c62651329fe17cbbf013d7603ae83d69468df451b6e23bc1e2210c5503c2fb55e0a79a666c858b2e0b29cfd083849b169dba63944fc2d6241a4c0e1e72
35
MISC metadata.xml 520 BLAKE2B 55fa0ab5f6d197bcdf50423954a95bb5bfd966bf2f8ee8ee8823ff5bc6e37738028d77952dff353804111e1ce0aa85fd6ee4491ecada53cbfdaa5fc298770e2f SHA512 2d665eb279b13b6f7fffa63c01a552fcdf27b4bc3504ff5b34d23bfb3fd2dbcfd1dcea89b15bd0f82ed167f09a604c4af8064240a3e88122a399e9f44bccd700

dev-python/broadlink/broadlink-0.18.3.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
inherit distutils-r1 pypi
99
DESCRIPTION="Python API for controlling Broadlink devices"
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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_{11..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
DESCRIPTION="Python API for controlling Broadlink devices"
10+
HOMEPAGE="https://github.com/mjg59/python-broadlink https://pypi.org/project/broadlink/"
11+
12+
LICENSE="MIT"
13+
SLOT="0"
14+
KEYWORDS="amd64 arm arm64 x86"
15+
IUSE="test"
16+
RESTRICT="!test? ( test )"
17+
18+
DOCS="README.md"
19+
20+
RDEPEND=">=dev-python/cryptography-3.2[${PYTHON_USEDEP}]"
21+
22+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)