dev-python/habluetooth: fix 2.0.1, add 2.0.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-01-06 11:17:14 +01:00
parent 03de815de8
commit 98a0932f4a
4 changed files with 46 additions and 10 deletions

View File

@@ -1,3 +1,5 @@
DIST habluetooth-2.0.1.tar.gz 31636 BLAKE2B 7e718c7f7317a51cd9e1bc66c9e2cbba00a94fd631ae247270408be72dedac5b444a034c63915db67ec08ecb0b94f545d028af6172fe954cf6da3a89577192d4 SHA512 5e75225b4d07e6b78d26507b95a7f3ddfee9ca39337897753add8ccfd8a4de81ddb149fa6bd60c0396c60cdc8fb6f091ddfb4296f38eb157556d282fc2f9b802
EBUILD habluetooth-2.0.1.ebuild 904 BLAKE2B e6e082efb174beb05003570ea369423e51fef9ffd39cbd1afe104c6314fdff0d955432e916d1284eb965d1a1948928ff5b8fa2f456bf1c4c681547f54e6e9398 SHA512 696f531d9b306145f07832a55a35c438877d9e641117b4367208aedabfbf1eef03b836680d97904a364e4b463bdde4b165606941c75b15c77d12326293609451
DIST habluetooth-2.0.2.tar.gz 31678 BLAKE2B ab0760cc88161c7b9b69a3c76e75c59bb4f5d72ad07119b990dabfc77fe6ad3636db5f329079c05f89aa7f30bd0c7e81957f41763c75cd9c4789c3e737d6c743 SHA512 19ee474b5d2a3c4929627e87059ddc46c88d1d803c8dd250da182de119fa088cd350fffeb3e2f143c197acb79eb35b3c4a71f4554cca281f4feea66d8f6ededb
EBUILD habluetooth-2.0.1.ebuild 928 BLAKE2B fae9b582676a8f00b0746a326370278f8dc27398c7a36346a72d374014041ac601756eb42224edca8ab3025cf4e04616c0d9616f690def9faaf06227281270dd SHA512 31d073419d8c0117dea657d41055c04da5951beab0ed3a3fa215d10502e8e52f608d66578bcdfe1b45272fe6ec694bada767b8b415e4051cba76e133a96fbb0b
EBUILD habluetooth-2.0.2.ebuild 928 BLAKE2B fae9b582676a8f00b0746a326370278f8dc27398c7a36346a72d374014041ac601756eb42224edca8ab3025cf4e04616c0d9616f690def9faaf06227281270dd SHA512 31d073419d8c0117dea657d41055c04da5951beab0ed3a3fa215d10502e8e52f608d66578bcdfe1b45272fe6ec694bada767b8b415e4051cba76e133a96fbb0b
MISC metadata.xml 529 BLAKE2B d5b1105a3535ac5fa41482f130d3f2bcdadedb14878cda087b258bf683ed68114eb4da36c9c42bf65545cfb75ec2295498c6f0ffe4fbc8016befcba4c6d9afd6 SHA512 e5a8681a4bfaa8d1fdbaf72543550b4620b22e0eba693505e552e932f8b42d4d63738ad1e2b0205332c409f5230b50cd75426978b7dc4acc11e786897cd87945

View File

@@ -1,29 +1,30 @@
# 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} )
#DISTUTILS_USE_PEP517=setuptools|poetry
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="High availability Bluetooth"
HOMEPAGE="https://github.com/bluetooth-devices/habluetooth https://pypi.org/project/habluetooth/"
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache Software License 2.0"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS=""
DOCS="README.md"
RDEPEND=">=dev-python/bleak-0.21.1[${PYTHON_USEDEP}]
>=dev-python/bleak-retry-connector-3.3.0[${PYTHON_USEDEP}]
>=dev-python/bluetooth-data-tools-1.16.0[${PYTHON_USEDEP}]
>=dev-python/bluetooth-adapters-0.16.1[${PYTHON_USEDEP}]
>=dev-python/bluetooth-auto-recovery-1.2.3[${PYTHON_USEDEP}] "
>=dev-python/bluetooth-auto-recovery-1.2.3[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2024 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="High availability Bluetooth"
HOMEPAGE="https://github.com/bluetooth-devices/habluetooth https://pypi.org/project/habluetooth/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/bleak-0.21.1[${PYTHON_USEDEP}]
>=dev-python/bleak-retry-connector-3.3.0[${PYTHON_USEDEP}]
>=dev-python/bluetooth-data-tools-1.16.0[${PYTHON_USEDEP}]
>=dev-python/bluetooth-adapters-0.16.1[${PYTHON_USEDEP}]
>=dev-python/bluetooth-auto-recovery-1.2.3[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest