dev-python/wolf-comm: new package, add 0.0.6

Closes: #3039
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-10 20:00:23 +01:00
parent 9b8c0be034
commit b6a3b5560b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST wolf_comm-0.0.6.tar.gz 11390 BLAKE2B fa3bdc2b160038c9ac74e29b43b146e75a65caa861d1db086c085b27fbadef559464d6aba2aa8a649b294ca0def3f97eb77c67f7160778c6c547b472d05b195e SHA512 1eb39b04e2162bca26ea0acd8cde4ed4e7aface296e5ec854f59ce64005b33595c6da0ec378000b5612a7feb0038a1a1c2222748c4bae46cb128d46dfa4313a3
EBUILD wolf-comm-0.0.6.ebuild 666 BLAKE2B bf4ed0a159da523c4905651ec2d673353ed97da5616e79a006682b9b353f3e9397beb02089d3157e91fde7726f09a8b5833831447f7b2cb5a998e51028b0e483 SHA512 b410e7069ba4f1114a970a9e80e422981f0a3acce6404a8751634925f38c16a6ac3d96c10a3cfab58d16b7507d7e9a91396a585c904bfbcec3ad67e0a0df7beb
MISC metadata.xml 519 BLAKE2B c36382e55f7dea3a81ed3e9d6d098caddca5b0a23ab4865fe85193742678a92a1f0c33057267fe3ee228c20a802edec214667337f043f192f37159c9d4a1ded0 SHA512 8176e49a971a3973090bef82e0356ed2e1fa2c621e66de33577d0f0999f37e1502ab7599b6147e38178c177decfc3cba178546cc188c02627198f639c171722b

View File

@ -0,0 +1,16 @@
<?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">wolf-comm</remote-id>
<remote-id type="github">janrothkegel/wolf-comm</remote-id>
<maintainer status="unknown">
<email>jan.rothkegel@web.de</email>
<name>Jan Rothkegel</name>
</maintainer>
</upstream>
</pkgmetadata>

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..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A package to communicate with Wolf SmartSet Cloud"
HOMEPAGE="https://github.com/janrothkegel/wolf-comm https://pypi.org/project/wolf-comm/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/httpx[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pkce[${PYTHON_USEDEP}]
dev-python/shortuuid[${PYTHON_USEDEP}]"
distutils_enable_tests pytest