dev-python/broadlink: add 0.19.0

Closes: #3251
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-05-12 07:09:52 +02:00
parent 3b52f7a5a7
commit 2097f5202e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 29 additions and 5 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 1785 Ebuilds in total, 1774 of them have in total 1793 (42 different) licenses assigned.
There are 1786 Ebuilds in total, 1775 of them have in total 1794 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1016|
|MIT|1017|
|Apache-2.0|395|
|GPL-3|106|
|BSD|106|

View File

@ -1,3 +1,5 @@
DIST broadlink-0.18.3.tar.gz 17981 BLAKE2B f1f840ce3e48745172ff9766a5f4f61f6e5815ae4d1fca0c2ad7f751246f01644f7132fddb360380d97bae273d0f6919e65071d2d99ced92503e29620436818b SHA512 6f46025be3d6c8a2abb93df8fe8d80f8fef23d46262886e784426f204c9ed1cdbd9051c98c77890ecc69ae2e88cccc2e79eb9e80d837c3d71873051817f12110
EBUILD broadlink-0.18.3.ebuild 556 BLAKE2B 6ff5de10ca195c1d360d706bcff080c3b770b67cd86f18c75a97c97728e82b197b844c117f83557537b93857d73719c5b1e028c5257d560fc7bbcd52a66b0a9c SHA512 3ffa30f3937ec991604fe41234e2e76fcd1b324829321d489e73379aa001786465c7d13327809acc2bac011cdbe07520a7b5d2a309c06c52f0c3f3422b2d0fd9
DIST broadlink-0.19.0.tar.gz 21397 BLAKE2B 330177f765edec5c12ae66ce38a9bb882bf611fcd66dbdfe01e6ab3677cfa0f5337526fd29568f47a8a0a1b1d0da27b9029299568a64cbd1cbf5d2170df66321 SHA512 9138faba02b4ebd306a396c7606599375b3426fd0141645b8646668fab2a2e9ca2da87b83a5bac9d8751eebcbc63241247704a93a53015ed16cd25791401bf48
EBUILD broadlink-0.18.3.ebuild 556 BLAKE2B e4f65249955d3ae9974bb4b57db1bd19327e8abf276f192a1adc8d83605bb93c3f74529b1042b19aea3d9cc197d5060004312fe912db0ca72b758250f91a1777 SHA512 bea0f6c62651329fe17cbbf013d7603ae83d69468df451b6e23bc1e2210c5503c2fb55e0a79a666c858b2e0b29cfd083849b169dba63944fc2d6241a4c0e1e72
EBUILD broadlink-0.19.0.ebuild 556 BLAKE2B e4f65249955d3ae9974bb4b57db1bd19327e8abf276f192a1adc8d83605bb93c3f74529b1042b19aea3d9cc197d5060004312fe912db0ca72b758250f91a1777 SHA512 bea0f6c62651329fe17cbbf013d7603ae83d69468df451b6e23bc1e2210c5503c2fb55e0a79a666c858b2e0b29cfd083849b169dba63944fc2d6241a4c0e1e72
MISC metadata.xml 520 BLAKE2B 55fa0ab5f6d197bcdf50423954a95bb5bfd966bf2f8ee8ee8823ff5bc6e37738028d77952dff353804111e1ce0aa85fd6ee4491ecada53cbfdaa5fc298770e2f SHA512 2d665eb279b13b6f7fffa63c01a552fcdf27b4bc3504ff5b34d23bfb3fd2dbcfd1dcea89b15bd0f82ed167f09a604c4af8064240a3e88122a399e9f44bccd700

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python API for controlling Broadlink devices"

View File

@ -0,0 +1,22 @@
# 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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python API for controlling Broadlink devices"
HOMEPAGE="https://github.com/mjg59/python-broadlink https://pypi.org/project/broadlink/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/cryptography-3.2[${PYTHON_USEDEP}]"
distutils_enable_tests pytest