Skip to content

Commit 3be5607

Browse files
committed
dev-python/bluetooth-data-tools: add 1.14.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/2379 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent bf1d31a commit 3be5607

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

README.md

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

613613
## Licenses
614614
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.
615-
There are 1627 Ebuilds in total, 1616 of them have in total 1629 (40 different) licenses assigned.
615+
There are 1628 Ebuilds in total, 1617 of them have in total 1630 (40 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619619
|MIT|947|
620-
|Apache-2.0|330|
620+
|Apache-2.0|331|
621621
|GPL-3|96|
622622
|BSD|94|
623623
|GPL-2|27|
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
DIST bluetooth_data_tools-1.12.0.tar.gz 14850 BLAKE2B 3dbd72c595ceeabaeec2724f80c72b25ee6f0c14dbbaa10a924a00c44a5635413b2f9a6b54a56887b2cf5df3ccd07ad120626757f00125972174a98a834a0330 SHA512 e6c16596819cab43fed3d15c037938fcb3634046abdbec59fcca65aace9aae3fdfdc627c82a97a85fad49d8a3ff840e00b99d9ee51fa22385f74c1ac1606f0ad
22
DIST bluetooth_data_tools-1.13.0.tar.gz 14878 BLAKE2B fa929f28f1a81f3b0d9b1b4490e2ab21c1e981e3a825b4ab464bc1d71b457e01588ccef977cdbe85cf7e313430a330d5a166e1e9da4c67f9a78f1732243e3550 SHA512 cb3ee71b796bed71dad58b1f28d314bec7f99a2ab774e35a0203675c5bc37b2c715bdbd5b1707ae22c2e79c74b8605693dd0f7ab9cac0d4122b24cbcf05f25c5
3+
DIST bluetooth_data_tools-1.14.0.tar.gz 14920 BLAKE2B 8e08d9c497d930dd9da65c6ce749bec49f78a033cbff844e0ae23dd19faf41b2a884dd350d8dd8b126bfad5d3ecb8a22c30db39722062ea0c114823a543339e7 SHA512 151143e54fa315d6dfc3df4192a91356f041a195a8ba0cf9b319210c34287acaa3116e9d3aa1e845902a29a74f78b16c04326259df3c9c04eeabb86076eb5b9c
34
EBUILD bluetooth-data-tools-1.12.0-r1.ebuild 760 BLAKE2B 58b0ba8041cb671a431be46ea7b4bf380973651e5cfa6c620019c3c6e96b6a467595d7b497c2d42ff6635723f513995074691fc49079515ee1823d81124b489a SHA512 71d4edb6413adadfb34e1c5a49673d0140f951f7a2e493c2d3978fac95e94b74682914f9e9e9b0ff2503c1f3ad4e9ea4bb7c022948c8d4ebe3b070f75f563d0b
45
EBUILD bluetooth-data-tools-1.13.0-r1.ebuild 760 BLAKE2B 58b0ba8041cb671a431be46ea7b4bf380973651e5cfa6c620019c3c6e96b6a467595d7b497c2d42ff6635723f513995074691fc49079515ee1823d81124b489a SHA512 71d4edb6413adadfb34e1c5a49673d0140f951f7a2e493c2d3978fac95e94b74682914f9e9e9b0ff2503c1f3ad4e9ea4bb7c022948c8d4ebe3b070f75f563d0b
6+
EBUILD bluetooth-data-tools-1.14.0.ebuild 760 BLAKE2B 58b0ba8041cb671a431be46ea7b4bf380973651e5cfa6c620019c3c6e96b6a467595d7b497c2d42ff6635723f513995074691fc49079515ee1823d81124b489a SHA512 71d4edb6413adadfb34e1c5a49673d0140f951f7a2e493c2d3978fac95e94b74682914f9e9e9b0ff2503c1f3ad4e9ea4bb7c022948c8d4ebe3b070f75f563d0b
57
MISC metadata.xml 531 BLAKE2B dfe73f41530273a0247cd87f68280675e0667b36d5bbbfea05e1dc4b485d923d96547ff0551864ebbaa991122235e0b13150aff148092d8d8dcb544a95a49c5d SHA512 88002e357b71f089566f5db4e514fdc6d072088e0bb67f2d7943759f9b2d8cfb9a7874d3fd56b315871ff060af3459053e522cd1bf152423bbf35f38c1e9efc1
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
PYTHON_COMPAT=( python3_{10..12} )
6+
DISTUTILS_USE_PEP517=poetry
7+
inherit distutils-r1 pypi
8+
DESCRIPTION="Tools for converting bluetooth data and packets"
9+
HOMEPAGE="https://github.com/bdraco/bluetooth-data-tools https://pypi.org/project/bluetooth-data-tools/"
10+
11+
LICENSE="Apache-2.0"
12+
SLOT="0"
13+
KEYWORDS="amd64 arm arm64 x86"
14+
IUSE="test"
15+
RESTRICT="!test? ( test )"
16+
17+
DOCS="README.md"
18+
19+
BDEPEND="
20+
>=dev-python/cryptography-41.0.3[${PYTHON_USEDEP}]
21+
>=dev-python/cython-3.0.2[${PYTHON_USEDEP}]
22+
test? (
23+
dev-python/pytest[${PYTHON_USEDEP}]
24+
dev-python/pytest-cov[${PYTHON_USEDEP}]
25+
)"
26+
27+
python_test() {
28+
py.test -v -v || die
29+
}
30+
31+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)