Skip to content

Commit 98a0932

Browse files
committed
dev-python/habluetooth: fix 2.0.1, add 2.0.2
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 03de815 commit 98a0932

File tree

4 files changed

+46
-10
lines changed

4 files changed

+46
-10
lines changed

README.md

Lines changed: 3 additions & 3 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 1640 Ebuilds in total, 1629 of them have in total 1644 (42 different) licenses assigned.
615+
There are 1641 Ebuilds in total, 1630 of them have in total 1646 (42 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619-
|MIT|940|
620-
|Apache-2.0|349|
619+
|MIT|939|
620+
|Apache-2.0|352|
621621
|GPL-3|107|
622622
|BSD|91|
623623
|LGPL-3|23|

dev-python/habluetooth/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST habluetooth-2.0.1.tar.gz 31636 BLAKE2B 7e718c7f7317a51cd9e1bc66c9e2cbba00a94fd631ae247270408be72dedac5b444a034c63915db67ec08ecb0b94f545d028af6172fe954cf6da3a89577192d4 SHA512 5e75225b4d07e6b78d26507b95a7f3ddfee9ca39337897753add8ccfd8a4de81ddb149fa6bd60c0396c60cdc8fb6f091ddfb4296f38eb157556d282fc2f9b802
2-
EBUILD habluetooth-2.0.1.ebuild 904 BLAKE2B e6e082efb174beb05003570ea369423e51fef9ffd39cbd1afe104c6314fdff0d955432e916d1284eb965d1a1948928ff5b8fa2f456bf1c4c681547f54e6e9398 SHA512 696f531d9b306145f07832a55a35c438877d9e641117b4367208aedabfbf1eef03b836680d97904a364e4b463bdde4b165606941c75b15c77d12326293609451
2+
DIST habluetooth-2.0.2.tar.gz 31678 BLAKE2B ab0760cc88161c7b9b69a3c76e75c59bb4f5d72ad07119b990dabfc77fe6ad3636db5f329079c05f89aa7f30bd0c7e81957f41763c75cd9c4789c3e737d6c743 SHA512 19ee474b5d2a3c4929627e87059ddc46c88d1d803c8dd250da182de119fa088cd350fffeb3e2f143c197acb79eb35b3c4a71f4554cca281f4feea66d8f6ededb
3+
EBUILD habluetooth-2.0.1.ebuild 928 BLAKE2B fae9b582676a8f00b0746a326370278f8dc27398c7a36346a72d374014041ac601756eb42224edca8ab3025cf4e04616c0d9616f690def9faaf06227281270dd SHA512 31d073419d8c0117dea657d41055c04da5951beab0ed3a3fa215d10502e8e52f608d66578bcdfe1b45272fe6ec694bada767b8b415e4051cba76e133a96fbb0b
4+
EBUILD habluetooth-2.0.2.ebuild 928 BLAKE2B fae9b582676a8f00b0746a326370278f8dc27398c7a36346a72d374014041ac601756eb42224edca8ab3025cf4e04616c0d9616f690def9faaf06227281270dd SHA512 31d073419d8c0117dea657d41055c04da5951beab0ed3a3fa215d10502e8e52f608d66578bcdfe1b45272fe6ec694bada767b8b415e4051cba76e133a96fbb0b
35
MISC metadata.xml 529 BLAKE2B d5b1105a3535ac5fa41482f130d3f2bcdadedb14878cda087b258bf683ed68114eb4da36c9c42bf65545cfb75ec2295498c6f0ffe4fbc8016befcba4c6d9afd6 SHA512 e5a8681a4bfaa8d1fdbaf72543550b4620b22e0eba693505e552e932f8b42d4d63738ad1e2b0205332c409f5230b50cd75426978b7dc4acc11e786897cd87945

dev-python/habluetooth/habluetooth-2.0.1.ebuild

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
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

66
PYTHON_COMPAT=( python3_{10..12} )
7-
#DISTUTILS_USE_PEP517=setuptools|poetry
7+
DISTUTILS_USE_PEP517=poetry
88
inherit distutils-r1 pypi
99

1010
DESCRIPTION="High availability Bluetooth"
1111
HOMEPAGE="https://github.com/bluetooth-devices/habluetooth https://pypi.org/project/habluetooth/"
12-
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
1312

14-
LICENSE="Apache Software License 2.0"
13+
LICENSE="Apache-2.0"
1514
SLOT="0"
1615
KEYWORDS="amd64 arm arm64 x86"
1716
IUSE="test"
1817
RESTRICT="!test? ( test )"
1918

20-
DOCS=""
19+
DOCS="README.md"
2120

2221
RDEPEND=">=dev-python/bleak-0.21.1[${PYTHON_USEDEP}]
22+
>=dev-python/bleak-retry-connector-3.3.0[${PYTHON_USEDEP}]
2323
>=dev-python/bluetooth-data-tools-1.16.0[${PYTHON_USEDEP}]
2424
>=dev-python/bluetooth-adapters-0.16.1[${PYTHON_USEDEP}]
25-
>=dev-python/bluetooth-auto-recovery-1.2.3[${PYTHON_USEDEP}] "
25+
>=dev-python/bluetooth-auto-recovery-1.2.3[${PYTHON_USEDEP}]"
2626
BDEPEND="
27+
dev-python/cython[${PYTHON_USEDEP}]
2728
test? (
2829
dev-python/pytest[${PYTHON_USEDEP}]
2930
dev-python/pytest-cov[${PYTHON_USEDEP}]
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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="High availability Bluetooth"
11+
HOMEPAGE="https://github.com/bluetooth-devices/habluetooth https://pypi.org/project/habluetooth/"
12+
13+
LICENSE="Apache-2.0"
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/bleak-0.21.1[${PYTHON_USEDEP}]
22+
>=dev-python/bleak-retry-connector-3.3.0[${PYTHON_USEDEP}]
23+
>=dev-python/bluetooth-data-tools-1.16.0[${PYTHON_USEDEP}]
24+
>=dev-python/bluetooth-adapters-0.16.1[${PYTHON_USEDEP}]
25+
>=dev-python/bluetooth-auto-recovery-1.2.3[${PYTHON_USEDEP}]"
26+
BDEPEND="
27+
dev-python/cython[${PYTHON_USEDEP}]
28+
test? (
29+
dev-python/pytest[${PYTHON_USEDEP}]
30+
dev-python/pytest-cov[${PYTHON_USEDEP}]
31+
)"
32+
33+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)