Skip to content

Commit 1f9f303

Browse files
committed
dev-python/eq3btsmart: add 1.1.8
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3407 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent e481aab commit 1f9f303

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
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.
609-
There are 1915 Ebuilds in total, 1904 of them have in total 1927 (42 different) licenses assigned.
609+
There are 1916 Ebuilds in total, 1905 of them have in total 1928 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1097|
613+
|MIT|1098|
614614
|Apache-2.0|431|
615615
|GPL-3|112|
616616
|BSD|109|

dev-python/eq3btsmart/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST eq3btsmart-1.1.6.tar.gz 11064 BLAKE2B e61ce0c46cb0b8ae91fd4d06902136c4a99e57044905851c75b0378836a08516dda81922bb97303c08d2a51a37c68e0bd9d8d1e9e74e4248ac28e64d8b982b7e SHA512 04b659775515fa68919156a997ffcbc76b74dc5365ff07b0d456897d4dfb8b11fb868c5ed116c77438632a9bc78e3ef746b02f6b0d6ba6dbb044a71066924e47
2+
DIST eq3btsmart-1.1.8.tar.gz 10901 BLAKE2B 3624019030f6d61dcfd0d275f18391aa78f878a2705718244e84978b461b5056f6789e64a49e3189d50bb9940445d00c838ab0b37f9ce48edfd96ccfc3eff5c0 SHA512 53fba9edc25aa7bd0dc66efdbf42637dc6d06e7f53ce0f458b9e65fc5009757bdc146f40267f54b46dfd21c82b11c62b12a3327853ef9c085200fb9b2514e23f
23
EBUILD eq3btsmart-1.1.6.ebuild 742 BLAKE2B 3798a1569c86ca6913dbd2e8ef3fcdb77eff8466214579c57092a9fee4b622ed5b1a0bf1405eb1af3176333b16023c3fd13567b8c7dd1794a6f2a0ed0b4f61fb SHA512 836fc941e9615e4f8869cf29ef525a9ce10604dcf2d4d3b1feb1af4ce76bc30117c7a76707e02378ab986809900b851f238322375575f26ce76b1a3a4da2096b
4+
EBUILD eq3btsmart-1.1.8.ebuild 690 BLAKE2B 6e1436bf62715cff4c9630926c00b16544426bdf6f56f44b84e6a0cf02b21aa750a62fb2a3c9669a729ffc885f56df8639f0ac603e643c7597218b31c1c33f44 SHA512 439fb330eb2b7c8ae324fe83b1b002820744f3d5253ff2b682ac2f561ecc1759824bfaddbf079c3fd0a996a4af38bd62f3b97fe22a3ab536989226058611423b
35
MISC metadata.xml 394 BLAKE2B aafde96fdedf62234d770382bbd2596707f537c61b1a3c4fd38a93e7d7d9a99103c44b4b94ab39bacafca7faa8415560516958681582d8a26c780d1a2297e8c7 SHA512 1fdc255f9e081c8c17b6cf6928abd0fac17f87969198cc54baa22b70a0dbb6b772d7a318e9836a96a5905c656beb2e3f47877cf4b47e205b111591b923172764
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
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/bleak-0.21.0[${PYTHON_USEDEP}]
22+
>=dev-python/construct-2.10.68[${PYTHON_USEDEP}]
23+
>=dev-python/construct-typing-0.6.2[${PYTHON_USEDEP}]"
24+
25+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)