summaryrefslogtreecommitdiff
path: root/dev-python/prometheus-client
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-06 07:16:05 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-06 07:16:05 +0000
commitd460b89304bcd03f839efc77b08a2d1b899bddd2 (patch)
tree57880cbdcc30d2314d637626aa2ad61b655cd89f /dev-python/prometheus-client
parentafb5832780c297900c8f0532c7781a381d28740f (diff)
downloadbaldeagleos-repo-d460b89304bcd03f839efc77b08a2d1b899bddd2.tar.gz
baldeagleos-repo-d460b89304bcd03f839efc77b08a2d1b899bddd2.tar.xz
baldeagleos-repo-d460b89304bcd03f839efc77b08a2d1b899bddd2.zip
Adding metadata
Diffstat (limited to 'dev-python/prometheus-client')
-rw-r--r--dev-python/prometheus-client/prometheus-client-0.23.1.ebuild7
-rw-r--r--dev-python/prometheus-client/prometheus-client-0.24.0.ebuild5
-rw-r--r--dev-python/prometheus-client/prometheus-client-0.24.1.ebuild7
3 files changed, 17 insertions, 2 deletions
diff --git a/dev-python/prometheus-client/prometheus-client-0.23.1.ebuild b/dev-python/prometheus-client/prometheus-client-0.23.1.ebuild
index 5b0f18fb29c4..a17ac924b2b1 100644
--- a/dev-python/prometheus-client/prometheus-client-0.23.1.ebuild
+++ b/dev-python/prometheus-client/prometheus-client-0.23.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -36,3 +36,8 @@ distutils_enable_tests pytest
EPYTEST_DESELECT=(
tests/test_parser.py::test_benchmark_text_string_to_metric_families
)
+
+EPYTEST_IGNORE=(
+ # Optional testdep on dev-python/asgiref
+ tests/test_asgi.py
+)
diff --git a/dev-python/prometheus-client/prometheus-client-0.24.0.ebuild b/dev-python/prometheus-client/prometheus-client-0.24.0.ebuild
index 1a64578b8e16..655bdf29649c 100644
--- a/dev-python/prometheus-client/prometheus-client-0.24.0.ebuild
+++ b/dev-python/prometheus-client/prometheus-client-0.24.0.ebuild
@@ -36,3 +36,8 @@ distutils_enable_tests pytest
EPYTEST_DESELECT=(
tests/test_parser.py::test_benchmark_text_string_to_metric_families
)
+
+EPYTEST_IGNORE=(
+ # Optional testdep on dev-python/asgiref
+ tests/test_asgi.py
+)
diff --git a/dev-python/prometheus-client/prometheus-client-0.24.1.ebuild b/dev-python/prometheus-client/prometheus-client-0.24.1.ebuild
index 1a64578b8e16..a17ac924b2b1 100644
--- a/dev-python/prometheus-client/prometheus-client-0.24.1.ebuild
+++ b/dev-python/prometheus-client/prometheus-client-0.24.1.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
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}]
@@ -36,3 +36,8 @@ distutils_enable_tests pytest
EPYTEST_DESELECT=(
tests/test_parser.py::test_benchmark_text_string_to_metric_families
)
+
+EPYTEST_IGNORE=(
+ # Optional testdep on dev-python/asgiref
+ tests/test_asgi.py
+)