summaryrefslogtreecommitdiff
path: root/dev-python/prometheus-client
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-10-13 04:04:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-10-13 04:04:07 +0100
commit7b5306e0d287565138e8b051e32f57e6af6ae0ed (patch)
tree7e232eacc1f02fc6abb1c416458b5a564d0e295f /dev-python/prometheus-client
parent3980ecf15e6202ac2f2015045b549600e709b721 (diff)
gentoo auto-resync : 13:10:2024 - 04:04:06
Diffstat (limited to 'dev-python/prometheus-client')
-rw-r--r--dev-python/prometheus-client/Manifest4
-rw-r--r--dev-python/prometheus-client/prometheus-client-0.20.0.ebuild35
-rw-r--r--dev-python/prometheus-client/prometheus-client-0.21.0.ebuild2
3 files changed, 2 insertions, 39 deletions
diff --git a/dev-python/prometheus-client/Manifest b/dev-python/prometheus-client/Manifest
index 5610a2a153a4..162bb9511c13 100644
--- a/dev-python/prometheus-client/Manifest
+++ b/dev-python/prometheus-client/Manifest
@@ -1,5 +1,3 @@
-DIST prometheus_client-0.20.0.tar.gz 78278 BLAKE2B ae7dea79a2c4f7b6870da9f749e9be09c353e062e744beb98538eba45d0394ef2ce5b99a696e40620b38ea228711dff30a2a571d09d7e1b4a3d75ca713938f92 SHA512 9e5aed628b052790af8954eee7914b6480226368229bb0dade2f8c3f88ab04971d2a8a55558fd7dbb125894f30cea56363cc670deb0aa6822f31562437031fb2
DIST prometheus_client-0.21.0.tar.gz 78634 BLAKE2B 878c6b3948ebb45fced9ceb24ef5ebb07b2538117712dc2b0a6365282fa1bd0e732f5c79bf496aa54386cc42ced458202b1537c6706e3906a6c48d71a3709437 SHA512 ad86e7d7eb1919bda77c5fe80e800721c6d93f8b849955903ec346c2c6d35130f7e179b470c261aba3d8aa2f2cb10c43dcc5e8c06024dcd79fac5818b87f76c5
-EBUILD prometheus-client-0.20.0.ebuild 757 BLAKE2B 916538286d6a49288eca5297bba304253dffba100259a83623a707c70fed2d25a21a8c2c06430060b6f98565233c7c973f9f91924d618c09a4935ca82a72ccaf SHA512 575651be9905a3992c1406635d2ae005a9c07cf3efe36e5e7758bd8eaf14858ec07a971d7bc33fbf0c0c864c5cfe90b16a27e2a9b4fb8d6ee906644a8a967bbd
-EBUILD prometheus-client-0.21.0.ebuild 765 BLAKE2B 35358b08106884d083d68d2e8f6d9c7dcc0b70be29613402143b14e325a9f29b68e0e7ce648b81a9a996eef033be3e656ad6e867a4ab20c3f3b11029cec7190b SHA512 26383654ab74a10134ce01cb7217f9b6057946c3c4fe6930bcb78c4a82745713ccf37e5216665f7ed78bd349013b235bfbdc853eeeed82106a3fca33200d0c19
+EBUILD prometheus-client-0.21.0.ebuild 757 BLAKE2B 916538286d6a49288eca5297bba304253dffba100259a83623a707c70fed2d25a21a8c2c06430060b6f98565233c7c973f9f91924d618c09a4935ca82a72ccaf SHA512 575651be9905a3992c1406635d2ae005a9c07cf3efe36e5e7758bd8eaf14858ec07a971d7bc33fbf0c0c864c5cfe90b16a27e2a9b4fb8d6ee906644a8a967bbd
MISC metadata.xml 409 BLAKE2B 900f1046ec87679dabe88792bfea55cdf6dbbc1f332260e5487628530a1e5b2e07a1b5776313c484ed2355c205dea165547628297da3fd3e0d9e7c352f4f7a54 SHA512 beee1bb3823aa235e8c2667b18157254335777dbf1169beaee54190d41819dd0e82c58a8ea09c4981740370d7e5463ce11d327e02bf411093dfb653a557077ff
diff --git a/dev-python/prometheus-client/prometheus-client-0.20.0.ebuild b/dev-python/prometheus-client/prometheus-client-0.20.0.ebuild
deleted file mode 100644
index a583ec6e9662..000000000000
--- a/dev-python/prometheus-client/prometheus-client-0.20.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..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 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- dev-python/twisted[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local EPYTEST_IGNORE=(
- # optional tests, broken with >=dev-python/asgiref-3.8
- tests/test_asgi.py
- )
-
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}
diff --git a/dev-python/prometheus-client/prometheus-client-0.21.0.ebuild b/dev-python/prometheus-client/prometheus-client-0.21.0.ebuild
index 7819cd833828..a583ec6e9662 100644
--- a/dev-python/prometheus-client/prometheus-client-0.21.0.ebuild
+++ b/dev-python/prometheus-client/prometheus-client-0.21.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
RDEPEND="
dev-python/twisted[${PYTHON_USEDEP}]