dev-python/wolf-comm: add 0.0.15

Closes: #3934
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-25 22:07:19 +02:00
parent e77c7a1e6d
commit 95c4185226
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 2069 Ebuilds in total, 2058 of them have in total 2085 (42 different) licenses assigned.
There are 2070 Ebuilds in total, 2059 of them have in total 2087 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1195|
|Apache-2.0|466|
|Apache-2.0|468|
|GPL-3|126|
|BSD|111|
|LGPL-3|24|

View File

@ -1,6 +1,8 @@
DIST wolf_comm-0.0.15.tar.gz 12461 BLAKE2B c5f3187d65d2babaa05e0ef065befb30991faa9944ede6093fa56afd5e06c339750bb506a49a187ce3e9fca272f5f45cb654165f24bf6160f2135f0c18a24e1a SHA512 f3fb416015e3a2e3484f26601cea0064167562ccc482ab20bf5a3fb200afb69fbfa23e2c19d483750a237cfcf47ac823667038066473601934bcd6b220b72554
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
DIST wolf_comm-0.0.9.tar.gz 11528 BLAKE2B 678dcb62d0ea006b904604bbc084979fe2abc40c76a963b5ca5575cf601e2abb7f45f1df2385d86882d8db42af0d0a9e36c42656b182e3d86e72e4b8a18756d1 SHA512 0f74c7153dc9e3c9e3e7dc69d4e30c58bd1812009d9484b2b074a39cbf9021e0088555f4173669582b2202b94b0b2c276a589bd79b6e323125839ba7353d6b04
EBUILD wolf-comm-0.0.15.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
EBUILD wolf-comm-0.0.9.ebuild 666 BLAKE2B 8518466b65d854ff4cc65441e8407d5fbad868498eb1fa6ac704624818fed901cb329fecf4491325eef2024f070c7a3fd3c7bd56715ac88aa39b627b53473ee1 SHA512 a16d9613f1465a5408586664a3a6ab9a480ae568bff59a78304fe996eab689efbb9646e61da6996407b8d93caee9adc445008cb147fcac097aefc4431a1443bd

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