dev-python/prometheus-client: add 0.21.0

Closes: #4136
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-02-19 10:55:49 +01:00
parent b2e939e95d
commit 372460e6db
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 32 additions and 5 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 2343 Ebuilds in total, 2329 of them have in total 2369 (43 different) licenses assigned.
There are 2344 Ebuilds in total, 2330 of them have in total 2370 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1332|
|Apache-2.0|552|
|Apache-2.0|553|
|GPL-3|145|
|BSD|123|
|GPL-2|26|

View File

@ -1,3 +1,5 @@
DIST prometheus_client-0.17.1.tar.gz 90360 BLAKE2B 3927d5b6829a04cd72a99ac3b0b6a12726865b41d17f165a53f83a6a3791f18e25e03995088152ac7eae016eab7c6e29bef1e605f4c444f9963be04483ca2f02 SHA512 c8c776d646ea4a18a85fd26c858158b67979173dcf52d0a337cdb87fe907ff4081d8e0771176ba8be0ea6e244ee9b9097396c9aeb6f6db170a2c0f5a4898c771
EBUILD prometheus-client-0.17.1.ebuild 521 BLAKE2B 09a8c5cd68d381189344434507387d45fcae153e9cd9787d01cc347d0b869524b8da1184ed04250cdb57003d352954a1fdf4808c55133fc1aed524a91a563bdc SHA512 6ed518fc6b3b7838e0b22d8804769cc46352d7ec2fb966bd3f3029836720ecbad8b3c504f15c0ad6bd755c90344481921d8587b49dc9e37329155da19f598272
DIST prometheus_client-0.21.0.tar.gz 78634 BLAKE2B 878c6b3948ebb45fced9ceb24ef5ebb07b2538117712dc2b0a6365282fa1bd0e732f5c79bf496aa54386cc42ced458202b1537c6706e3906a6c48d71a3709437 SHA512 ad86e7d7eb1919bda77c5fe80e800721c6d93f8b849955903ec346c2c6d35130f7e179b470c261aba3d8aa2f2cb10c43dcc5e8c06024dcd79fac5818b87f76c5
EBUILD prometheus-client-0.17.1.ebuild 521 BLAKE2B e29e03f4c85d6fb1a9e81a98e2e0436146f4d7f140679caddcc9e8e90a88eb619fdfbb6b476624d51d0e2bfa45592320daf91e1e97032f31b20fdbbae698256d SHA512 c1ef4a72521af124813dc16b429e89adf9db5f6d4567cf61942781f6cb87f747dafd47f6db973d4e291a46d3e3525f9c290098f1cba9ad5169c39484fc2f0ef8
EBUILD prometheus-client-0.21.0.ebuild 521 BLAKE2B e29e03f4c85d6fb1a9e81a98e2e0436146f4d7f140679caddcc9e8e90a88eb619fdfbb6b476624d51d0e2bfa45592320daf91e1e97032f31b20fdbbae698256d SHA512 c1ef4a72521af124813dc16b429e89adf9db5f6d4567cf61942781f6cb87f747dafd47f6db973d4e291a46d3e3525f9c290098f1cba9ad5169c39484fc2f0ef8
MISC metadata.xml 540 BLAKE2B 9fc4d350d9eb753e4b59cf9f9fd2ecb5c1f1255895e8ad1bf1e82b0b95fe5dde10d4d654e7e780a4ff202bf08fc26722e590f7509c271b40e89060d7149625c5 SHA512 527bb9c0cf54c9ff82d764bcfb08dd6ce3c02dfa8b35230e926c6aad0f2b63788f2154af7e938c08bf05491265b72fab8d9cd0dc48677b48e75164037168160e

View File

@ -1,10 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi

View File

@ -0,0 +1,25 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
DESCRIPTION="Python client for the Prometheus monitoring system"
HOMEPAGE="
https://github.com/prometheus/client_python/
https://pypi.org/project/prometheus-client/
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
RDEPEND="
dev-python/twisted[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest