Skip to content

Commit b6a3b55

Browse files
committed
dev-python/wolf-comm: new package, add 0.0.6
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3039 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 9b8c0be commit b6a3b55

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed

dev-python/wolf-comm/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
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
3+
MISC metadata.xml 519 BLAKE2B c36382e55f7dea3a81ed3e9d6d098caddca5b0a23ab4865fe85193742678a92a1f0c33057267fe3ee228c20a802edec214667337f043f192f37159c9d4a1ded0 SHA512 8176e49a971a3973090bef82e0356ed2e1fa2c621e66de33577d0f0999f37e1502ab7599b6147e38178c177decfc3cba178546cc188c02627198f639c171722b

dev-python/wolf-comm/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">wolf-comm</remote-id>
10+
<remote-id type="github">janrothkegel/wolf-comm</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Jan Rothkegel</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>
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..12} )
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)