dev-python/eq3btsmart: new package, add 1.1.6

Closes: #3261
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-05-12 10:58:50 +02:00
parent ca58c47c02
commit 61d1bbf76b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST eq3btsmart-1.1.6.tar.gz 11064 BLAKE2B e61ce0c46cb0b8ae91fd4d06902136c4a99e57044905851c75b0378836a08516dda81922bb97303c08d2a51a37c68e0bd9d8d1e9e74e4248ac28e64d8b982b7e SHA512 04b659775515fa68919156a997ffcbc76b74dc5365ff07b0d456897d4dfb8b11fb868c5ed116c77438632a9bc78e3ef746b02f6b0d6ba6dbb044a71066924e47
EBUILD eq3btsmart-1.1.6.ebuild 742 BLAKE2B 3798a1569c86ca6913dbd2e8ef3fcdb77eff8466214579c57092a9fee4b622ed5b1a0bf1405eb1af3176333b16023c3fd13567b8c7dd1794a6f2a0ed0b4f61fb SHA512 836fc941e9615e4f8869cf29ef525a9ce10604dcf2d4d3b1feb1af4ce76bc30117c7a76707e02378ab986809900b851f238322375575f26ce76b1a3a4da2096b
MISC metadata.xml 394 BLAKE2B aafde96fdedf62234d770382bbd2596707f537c61b1a3c4fd38a93e7d7d9a99103c44b4b94ab39bacafca7faa8415560516958681582d8a26c780d1a2297e8c7 SHA512 1fdc255f9e081c8c17b6cf6928abd0fac17f87969198cc54baa22b70a0dbb6b772d7a318e9836a96a5905c656beb2e3f47877cf4b47e205b111591b923172764

View File

@ -0,0 +1,26 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Python library that allows interaction with eQ-3 Bluetooth smart thermostats. "
HOMEPAGE="https://github.com/eulemitkeule/eq3btsmart https://pypi.org/project/eq3btsmart/"
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/bleak-0.21.0[${PYTHON_USEDEP}]
>=dev-python/construct-2.10.68[${PYTHON_USEDEP}]
>=dev-python/construct-typing-0.6.2[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View File

@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">eq3btsmart</remote-id>
<remote-id type="github">eulemitkeule/eq3btsmart</remote-id>
</upstream>
</pkgmetadata>