dev-python/yalexs-ble: add 2.3.2

Closes: #2366
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-05 10:00:13 +01:00 committed by Andreas Billmeier
parent b87f9bcc5a
commit 0e524ff764
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 36 additions and 3 deletions

View File

@ -612,13 +612,13 @@ 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 1614 Ebuilds in total, 1603 of them have in total 1617 (40 different) licenses assigned.
There are 1616 Ebuilds in total, 1605 of them have in total 1619 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|940|
|Apache-2.0|326|
|GPL-3|95|
|Apache-2.0|327|
|GPL-3|96|
|BSD|94|
|GPL-2|27|
|LGPL-3|23|

View File

@ -1,5 +1,7 @@
DIST yalexs_ble-2.3.0.tar.gz 33969 BLAKE2B 9dba2cc7a095c2e8e3c07cfd1c847975cb94482506ba473c562183024e92ff241d007952b7bbfc2cea37eee56aebd885d13c0deee065b31c40aae6e8864576ed SHA512 ad626777e212292e26bc9035a942b1e0dc4b478501377b60d57a4725c365c4e190e44df1c24801fb60143a7857e551edde7b4bb63587ef0a734b3794bfed9215
DIST yalexs_ble-2.3.1.tar.gz 33880 BLAKE2B 235ee982f282c6b7c5e9ba69fafa7ba6e5e3a603027995f78ecd3e4c077ffdb0df28f33d6ad11f3d81be5a1ea3043bb69a7e2fb39da144098dea35be26ee3719 SHA512 d540302efc6afa9ec849484a85a958adff6e90c891ddc0a6bdd4ae7d5d75e2b96933e455ed4d2e28a2275553257ba7a763682e7b8517662179f72cecf5f1825c
DIST yalexs_ble-2.3.2.tar.gz 33888 BLAKE2B 2695e42c878237da0a9e6f711042e27328f14f1aedcfc89da713a49349beaea067d9bd0069dd5ab567eacb81820842591cede14d7c4ddbb84727f73fc7d8e612 SHA512 d783b93f37fa199b541cb642c64d8c488b2e996b6ede84ed16df738b4a55960fbbadec16e0c8ac91f13f0470ad2b6c70695173d583f9cd2242cee3a955fa4a8f
EBUILD yalexs-ble-2.3.0.ebuild 1076 BLAKE2B a6a40a5228ba44c424332e3885b523f92f15fdd2c78dd135d788355479b5ce1f1a4d34d3d776338f3e6f67dc0af679922d0c966175e4339a9f6f0aefe5773ceb SHA512 dfb5a194119d1efca8df8f8f84a6dae002a639b845382eae3e59bf02146ad83b7a6ed90b58993ab413354e20fc5489508c34f8412d0ec7323c42b890d402f0a3
EBUILD yalexs-ble-2.3.1.ebuild 1035 BLAKE2B ece8ba755cc23cc9c3843cd35c2c37de3f3c56baa8c61b28e81d758f9b34d5795e77ad468cfe99cb665821e84a1ffe11809c81243baba16a906129f29a08a15d SHA512 3dda3acbd569a021c635dc2c855b23085e10809336e58c31b433296499734acc996b412df10377b4121be7da2b30343b4786e1dc51d396e0baea319582755189
EBUILD yalexs-ble-2.3.2.ebuild 963 BLAKE2B 013af4afb6b1bcfd0e9431231c11641d2991e887cd01d84efaaad1a0019b34ffd75c23bb43ba265b97cd655f79510bfa932e2410eacf9eee5f0cc190d2a4b8a6 SHA512 214e28279d61c30a1e1b0068bfcc2fe5b36b8e83eb16155f5d20b55b8c07ae9fa439c1b9025894acc72670b92ff61b14c064ee354f111a5e7e91e011b9ded754
MISC metadata.xml 511 BLAKE2B 2d6e825f02f45e8bee3910c06443651e30dff67f628562fdcc0cc8a40053730877aef171faaf84838f278aff736cff8c31dc6d4b9156e3422c7c2193ecb0b16a SHA512 e15b91ee62ca0ac922e5e203231dc4d44c7cc04a0e468944a9a5a708d7ceba0011f37d97abcd43fa2405ddfac1bb94faaba779b081e7159d452930293044e9b5

View File

@ -0,0 +1,31 @@
# Copyright 1999-2023 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="Bluetooth control of Yale and August locks"
HOMEPAGE="https://github.com/bdraco/yalexs-ble https://pypi.org/project/yalexs-ble/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/bleak-0.19.0[${PYTHON_USEDEP}]
>=dev-python/bleak-retry-connector-2.9.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep '>=dev-python/async-timeout-3.0.1[${PYTHON_USEDEP}]' python3_10)
>=dev-python/cryptography-38.0.0[${PYTHON_USEDEP}]
>=dev-python/lru-dict-1.1.4[${PYTHON_USEDEP}]
>=dev-python/async-interrupt-1.1.1[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"