Skip to content

Commit 5359779

Browse files
committed
dev-python/wolf-comm: add 0.0.7
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3312 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent cabd37e commit 5359779

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

dev-python/wolf-comm/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST wolf_comm-0.0.6.tar.gz 11390 BLAKE2B fa3bdc2b160038c9ac74e29b43b146e75a65caa861d1db086c085b27fbadef559464d6aba2aa8a649b294ca0def3f97eb77c67f7160778c6c547b472d05b195e SHA512 1eb39b04e2162bca26ea0acd8cde4ed4e7aface296e5ec854f59ce64005b33595c6da0ec378000b5612a7feb0038a1a1c2222748c4bae46cb128d46dfa4313a3
2-
EBUILD wolf-comm-0.0.6.ebuild 666 BLAKE2B bf4ed0a159da523c4905651ec2d673353ed97da5616e79a006682b9b353f3e9397beb02089d3157e91fde7726f09a8b5833831447f7b2cb5a998e51028b0e483 SHA512 b410e7069ba4f1114a970a9e80e422981f0a3acce6404a8751634925f38c16a6ac3d96c10a3cfab58d16b7507d7e9a91396a585c904bfbcec3ad67e0a0df7beb
2+
DIST wolf_comm-0.0.7.tar.gz 11309 BLAKE2B ba8584d77ad44562524a02bb6b78d76ac6af04f948721c76aeac3502ad398bbdfad7787019495d15285319b155c1dc4f7f4f34737bfee122a4ffe565b11eff0f SHA512 90fcbb4a2b1ed2debdd7090846c1488670fb7bcc690336c328110ec4730a7d8ca674d9ec9ff4e83ecd91571b2d61b2d77818550d48bc0265f3f86ef91ce04a63
3+
EBUILD wolf-comm-0.0.6.ebuild 666 BLAKE2B 8518466b65d854ff4cc65441e8407d5fbad868498eb1fa6ac704624818fed901cb329fecf4491325eef2024f070c7a3fd3c7bd56715ac88aa39b627b53473ee1 SHA512 a16d9613f1465a5408586664a3a6ab9a480ae568bff59a78304fe996eab689efbb9646e61da6996407b8d93caee9adc445008cb147fcac097aefc4431a1443bd
4+
EBUILD wolf-comm-0.0.7.ebuild 666 BLAKE2B 8518466b65d854ff4cc65441e8407d5fbad868498eb1fa6ac704624818fed901cb329fecf4491325eef2024f070c7a3fd3c7bd56715ac88aa39b627b53473ee1 SHA512 a16d9613f1465a5408586664a3a6ab9a480ae568bff59a78304fe996eab689efbb9646e61da6996407b8d93caee9adc445008cb147fcac097aefc4431a1443bd
35
MISC metadata.xml 519 BLAKE2B c36382e55f7dea3a81ed3e9d6d098caddca5b0a23ab4865fe85193742678a92a1f0c33057267fe3ee228c20a802edec214667337f043f192f37159c9d4a1ded0 SHA512 8176e49a971a3973090bef82e0356ed2e1fa2c621e66de33577d0f0999f37e1502ab7599b6147e38178c177decfc3cba178546cc188c02627198f639c171722b

dev-python/wolf-comm/wolf-comm-0.0.6.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{11..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
inherit distutils-r1 pypi
99

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=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="A package to communicate with Wolf SmartSet Cloud"
11+
HOMEPAGE="https://github.com/janrothkegel/wolf-comm https://pypi.org/project/wolf-comm/"
12+
13+
LICENSE="Apache-2.0"
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/httpx[${PYTHON_USEDEP}]
22+
dev-python/lxml[${PYTHON_USEDEP}]
23+
dev-python/pkce[${PYTHON_USEDEP}]
24+
dev-python/shortuuid[${PYTHON_USEDEP}]"
25+
26+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)