dev-python/wolf-comm: add 0.0.7
Closes: #3312 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
cabd37e457
commit
53597792eb
@ -1,3 +1,5 @@
|
||||
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
|
||||
DIST wolf_comm-0.0.7.tar.gz 11309 BLAKE2B ba8584d77ad44562524a02bb6b78d76ac6af04f948721c76aeac3502ad398bbdfad7787019495d15285319b155c1dc4f7f4f34737bfee122a4ffe565b11eff0f SHA512 90fcbb4a2b1ed2debdd7090846c1488670fb7bcc690336c328110ec4730a7d8ca674d9ec9ff4e83ecd91571b2d61b2d77818550d48bc0265f3f86ef91ce04a63
|
||||
EBUILD wolf-comm-0.0.6.ebuild 666 BLAKE2B 8518466b65d854ff4cc65441e8407d5fbad868498eb1fa6ac704624818fed901cb329fecf4491325eef2024f070c7a3fd3c7bd56715ac88aa39b627b53473ee1 SHA512 a16d9613f1465a5408586664a3a6ab9a480ae568bff59a78304fe996eab689efbb9646e61da6996407b8d93caee9adc445008cb147fcac097aefc4431a1443bd
|
||||
EBUILD wolf-comm-0.0.7.ebuild 666 BLAKE2B 8518466b65d854ff4cc65441e8407d5fbad868498eb1fa6ac704624818fed901cb329fecf4491325eef2024f070c7a3fd3c7bd56715ac88aa39b627b53473ee1 SHA512 a16d9613f1465a5408586664a3a6ab9a480ae568bff59a78304fe996eab689efbb9646e61da6996407b8d93caee9adc445008cb147fcac097aefc4431a1443bd
|
||||
MISC metadata.xml 519 BLAKE2B c36382e55f7dea3a81ed3e9d6d098caddca5b0a23ab4865fe85193742678a92a1f0c33057267fe3ee228c20a802edec214667337f043f192f37159c9d4a1ded0 SHA512 8176e49a971a3973090bef82e0356ed2e1fa2c621e66de33577d0f0999f37e1502ab7599b6147e38178c177decfc3cba178546cc188c02627198f639c171722b
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
26
dev-python/wolf-comm/wolf-comm-0.0.7.ebuild
Normal file
26
dev-python/wolf-comm/wolf-comm-0.0.7.ebuild
Normal 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=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
|
Loading…
x
Reference in New Issue
Block a user