Skip to content

Commit 192b5fc

Browse files
committed
dev-python/leaone-ble: new package, add 0.1.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/2817 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 1ed84a5 commit 192b5fc

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed

dev-python/leaone-ble/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST leaone_ble-0.1.0.tar.gz 5993 BLAKE2B 1134853e785e493433757bb63eaaa143ba7cd8381fc3270a4ff25331c7eb012d1639d613d7a4c0f41f61378d2b768d3c34e112f6196c04d737205cf6c6c4907b SHA512 eff03fd60d0261a353c7af485a744d504bbbb8889916e86d079e3645d990e33e134de143d571ea781b8d832227c05e13f451466a9c5e69f0f19eaece450df9a8
2+
EBUILD leaone-ble-0.1.0.ebuild 749 BLAKE2B a828ac9c04a548d1c440de405422da6b9658c46fe5d20121ca8c3fefaad37db83855ceb4df5d1ded16a64be445a641bded994ebdda91a4ee1b4692de9f4dceaf SHA512 af48b292f17b7b9c8e63d1ccb1d620077a94c236de3d1049fade9159416ebc69f0d083c85adad5a3cfc7229129e12b4efa63a3c380413d34372037267a406bf9
3+
MISC metadata.xml 527 BLAKE2B 936c7198171394def21424abc66e0d47b5705782d64e5cf314faee0a18a9fabb19599b4e8785078086aac80e0149b36132817644771f65661714dad86b60ec97 SHA512 eb156775cc9d8b3358205257b8c31ba6187bb37679c31a43dfb570f5bd5b0e7ca16b0171ffde965c9b8dfea53ea211127c951cbcf0334bd9c50fc853c2e36ff9
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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="Bluetooth parser for LeaOne devices"
11+
HOMEPAGE="https://github.com/bluetooth-devices/leaone-ble https://pypi.org/project/leaone-ble/"
12+
13+
LICENSE="MIT"
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/home-assistant-bluetooth-1.10.4[${PYTHON_USEDEP}]
22+
>=dev-python/bluetooth-sensor-state-data-1.6.2[${PYTHON_USEDEP}]
23+
>=dev-python/sensor-state-data-2.18.0[${PYTHON_USEDEP}]
24+
>=dev-python/bluetooth-data-tools-1.19.0[${PYTHON_USEDEP}]"
25+
26+
distutils_enable_tests pytest

dev-python/leaone-ble/metadata.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">leaone-ble</remote-id>
10+
<remote-id type="github">bluetooth-devices/leaone-ble</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>J. Nick Koston</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>

0 commit comments

Comments
 (0)