dev-python/wolf-comm: add 0.0.8

Closes: #3461
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-08 15:29:33 +02:00
parent a00f00f39e
commit 4245d31ad5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 30 additions and 2 deletions

View File

@ -606,12 +606,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
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.
There are 1864 Ebuilds in total, 1853 of them have in total 1876 (42 different) licenses assigned.
There are 1865 Ebuilds in total, 1854 of them have in total 1877 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1070|
|Apache-2.0|415|
|Apache-2.0|416|
|BSD|108|
|GPL-3|107|
|LGPL-3|25|

View File

@ -1,5 +1,7 @@
DIST wolf_comm-0.0.6.tar.gz 11390 BLAKE2B fa3bdc2b160038c9ac74e29b43b146e75a65caa861d1db086c085b27fbadef559464d6aba2aa8a649b294ca0def3f97eb77c67f7160778c6c547b472d05b195e SHA512 1eb39b04e2162bca26ea0acd8cde4ed4e7aface296e5ec854f59ce64005b33595c6da0ec378000b5612a7feb0038a1a1c2222748c4bae46cb128d46dfa4313a3
DIST wolf_comm-0.0.7.tar.gz 11309 BLAKE2B ba8584d77ad44562524a02bb6b78d76ac6af04f948721c76aeac3502ad398bbdfad7787019495d15285319b155c1dc4f7f4f34737bfee122a4ffe565b11eff0f SHA512 90fcbb4a2b1ed2debdd7090846c1488670fb7bcc690336c328110ec4730a7d8ca674d9ec9ff4e83ecd91571b2d61b2d77818550d48bc0265f3f86ef91ce04a63
DIST wolf_comm-0.0.8.tar.gz 11442 BLAKE2B ff4375770415177e7d074ba116d23a451eac0f3c494620103643a20e742035cdc30d2ee502fb5683f7dd9852ffb0099292b4db69f719145864f5869f2083d45b SHA512 de4eb1111ab9289ad4f7eabba4dcf425ced52575ddd2f91683bfd5000e59fe68017a9fa1b939a7b2cb2da334e49f0f9654ec875e574486dd3e18733794cabbcd
EBUILD wolf-comm-0.0.6.ebuild 666 BLAKE2B 8518466b65d854ff4cc65441e8407d5fbad868498eb1fa6ac704624818fed901cb329fecf4491325eef2024f070c7a3fd3c7bd56715ac88aa39b627b53473ee1 SHA512 a16d9613f1465a5408586664a3a6ab9a480ae568bff59a78304fe996eab689efbb9646e61da6996407b8d93caee9adc445008cb147fcac097aefc4431a1443bd
EBUILD wolf-comm-0.0.7.ebuild 666 BLAKE2B 8518466b65d854ff4cc65441e8407d5fbad868498eb1fa6ac704624818fed901cb329fecf4491325eef2024f070c7a3fd3c7bd56715ac88aa39b627b53473ee1 SHA512 a16d9613f1465a5408586664a3a6ab9a480ae568bff59a78304fe996eab689efbb9646e61da6996407b8d93caee9adc445008cb147fcac097aefc4431a1443bd
EBUILD wolf-comm-0.0.8.ebuild 666 BLAKE2B 8518466b65d854ff4cc65441e8407d5fbad868498eb1fa6ac704624818fed901cb329fecf4491325eef2024f070c7a3fd3c7bd56715ac88aa39b627b53473ee1 SHA512 a16d9613f1465a5408586664a3a6ab9a480ae568bff59a78304fe996eab689efbb9646e61da6996407b8d93caee9adc445008cb147fcac097aefc4431a1443bd
MISC metadata.xml 519 BLAKE2B c36382e55f7dea3a81ed3e9d6d098caddca5b0a23ab4865fe85193742678a92a1f0c33057267fe3ee228c20a802edec214667337f043f192f37159c9d4a1ded0 SHA512 8176e49a971a3973090bef82e0356ed2e1fa2c621e66de33577d0f0999f37e1502ab7599b6147e38178c177decfc3cba178546cc188c02627198f639c171722b

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..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