Skip to content

Commit 61d1bbf

Browse files
committed
dev-python/eq3btsmart: new package, add 1.1.6
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3261 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent ca58c47 commit 61d1bbf

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

dev-python/eq3btsmart/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST eq3btsmart-1.1.6.tar.gz 11064 BLAKE2B e61ce0c46cb0b8ae91fd4d06902136c4a99e57044905851c75b0378836a08516dda81922bb97303c08d2a51a37c68e0bd9d8d1e9e74e4248ac28e64d8b982b7e SHA512 04b659775515fa68919156a997ffcbc76b74dc5365ff07b0d456897d4dfb8b11fb868c5ed116c77438632a9bc78e3ef746b02f6b0d6ba6dbb044a71066924e47
2+
EBUILD eq3btsmart-1.1.6.ebuild 742 BLAKE2B 3798a1569c86ca6913dbd2e8ef3fcdb77eff8466214579c57092a9fee4b622ed5b1a0bf1405eb1af3176333b16023c3fd13567b8c7dd1794a6f2a0ed0b4f61fb SHA512 836fc941e9615e4f8869cf29ef525a9ce10604dcf2d4d3b1feb1af4ce76bc30117c7a76707e02378ab986809900b851f238322375575f26ce76b1a3a4da2096b
3+
MISC metadata.xml 394 BLAKE2B aafde96fdedf62234d770382bbd2596707f537c61b1a3c4fd38a93e7d7d9a99103c44b4b94ab39bacafca7faa8415560516958681582d8a26c780d1a2297e8c7 SHA512 1fdc255f9e081c8c17b6cf6928abd0fac17f87969198cc54baa22b70a0dbb6b772d7a318e9836a96a5905c656beb2e3f47877cf4b47e205b111591b923172764
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_{11..13} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Python library that allows interaction with eQ-3 Bluetooth smart thermostats. "
11+
HOMEPAGE="https://github.com/eulemitkeule/eq3btsmart https://pypi.org/project/eq3btsmart/"
12+
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
13+
14+
LICENSE="MIT"
15+
SLOT="0"
16+
KEYWORDS="amd64 arm arm64 x86"
17+
IUSE="test"
18+
RESTRICT="!test? ( test )"
19+
20+
DOCS="README.md"
21+
22+
RDEPEND=">=dev-python/bleak-0.21.0[${PYTHON_USEDEP}]
23+
>=dev-python/construct-2.10.68[${PYTHON_USEDEP}]
24+
>=dev-python/construct-typing-0.6.2[${PYTHON_USEDEP}]"
25+
26+
distutils_enable_tests pytest

dev-python/eq3btsmart/metadata.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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">eq3btsmart</remote-id>
10+
<remote-id type="github">eulemitkeule/eq3btsmart</remote-id>
11+
</upstream>
12+
</pkgmetadata>

0 commit comments

Comments
 (0)