summaryrefslogtreecommitdiff
path: root/dev-python/django-prometheus
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-10-14 18:26:50 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-10-14 18:26:50 +0000
commitc2720ac25b7d977ec887c5f4293bfbc146cb4564 (patch)
treef12ae1ccdcd4623500f47a19ea9af19df7fb257a /dev-python/django-prometheus
parentb23fe642a4c13209b4150e5da3387378590f0f86 (diff)
downloadbaldeagleos-repo-c2720ac25b7d977ec887c5f4293bfbc146cb4564.tar.gz
baldeagleos-repo-c2720ac25b7d977ec887c5f4293bfbc146cb4564.tar.xz
baldeagleos-repo-c2720ac25b7d977ec887c5f4293bfbc146cb4564.zip
Adding metadata
Diffstat (limited to 'dev-python/django-prometheus')
-rw-r--r--dev-python/django-prometheus/Manifest2
-rw-r--r--dev-python/django-prometheus/django-prometheus-2.4.0.ebuild31
-rw-r--r--dev-python/django-prometheus/django-prometheus-2.4.1.ebuild1
3 files changed, 2 insertions, 32 deletions
diff --git a/dev-python/django-prometheus/Manifest b/dev-python/django-prometheus/Manifest
index baba9f6e7925..bbc7e3c255e1 100644
--- a/dev-python/django-prometheus/Manifest
+++ b/dev-python/django-prometheus/Manifest
@@ -1,2 +1,2 @@
-DIST django_prometheus-2.4.0.tar.gz 24393 BLAKE2B 5b37af7501332348aa1dd463939a741f0d820b31ab62f34276888fa4d9cc86296b1c6d57e8bd085333561049c19af42e5a56acacd62bdfaf5eeed1940825cca6 SHA512 21fc667045242d34ad8bde8378769f7a48e1ebd15b0de9140c512376f4a0e2b368cf81ab70fe107da2c687dae1dd44efa403a142298c2904c51902ae8a40f33c
DIST django_prometheus-2.4.1.tar.gz 24464 BLAKE2B b0a94e0a7eb35401d6ba17d3436bdec1bd4ea01f6d54fa6927213e6ff1f66ea259aa2241f9443a68d9427cbc1c377e4979cfe0f8e3736639818be536d37c34c3 SHA512 bfcf5afd1c209db350697000419078ae021f50e187a699922ed2f6b5d1b61b6b845ebd26eba812c0d4aceb31d5a424251d558473dd5739351ef4fd63fde77170
+DIST django_prometheus-2.4.1.tar.gz.provenance 9624 BLAKE2B c714b0c6d65c94dd59a444239ee78cd1a8bfb092dc3b3b06b941f04eef133a0d4802efdca2c35acdd8ac249139466560b583cdf50e6a91c6df62d014ba419497 SHA512 fb3611e883fe31916159f7de33bca4bf86910b84894e93b3c4762f9307f994964ea397995b9a2fb35e05e254f3faa6f318803562623e282c3cde912f9938d0f0
diff --git a/dev-python/django-prometheus/django-prometheus-2.4.0.ebuild b/dev-python/django-prometheus/django-prometheus-2.4.0.ebuild
deleted file mode 100644
index aa9855ef987f..000000000000
--- a/dev-python/django-prometheus/django-prometheus-2.4.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Library to export Django metrics for Prometheus"
-HOMEPAGE="
- https://github.com/django-commons/django-prometheus/
- https://pypi.org/project/django-prometheus/
-"
-
-LICENSE="Apache-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
- dev-python/django[${PYTHON_USEDEP}]
- >=dev-python/prometheus-client-0.7[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- sed -i "/pytest-runner/d" setup.py || die
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/django-prometheus/django-prometheus-2.4.1.ebuild b/dev-python/django-prometheus/django-prometheus-2.4.1.ebuild
index 70107b41dfc2..7ed07e75c2da 100644
--- a/dev-python/django-prometheus/django-prometheus-2.4.1.ebuild
+++ b/dev-python/django-prometheus/django-prometheus-2.4.1.ebuild
@@ -4,6 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_VERIFY_REPO=https://github.com/django-commons/django-prometheus
PYTHON_COMPAT=( python3_{10..14} )
inherit distutils-r1 pypi