summaryrefslogtreecommitdiff
path: root/www/py-dj50-django-prometheus/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-dj50-django-prometheus/files')
-rw-r--r--www/py-dj50-django-prometheus/files/patch-pyproject.toml11
-rw-r--r--www/py-dj50-django-prometheus/files/patch-setup.py13
2 files changed, 0 insertions, 24 deletions
diff --git a/www/py-dj50-django-prometheus/files/patch-pyproject.toml b/www/py-dj50-django-prometheus/files/patch-pyproject.toml
deleted file mode 100644
index 5bf778c4f9e3..000000000000
--- a/www/py-dj50-django-prometheus/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-Relax version requirements of py-setuptools.
-
---- pyproject.toml.orig 2024-10-06 12:58:05 UTC
-+++ pyproject.toml
-@@ -1,5 +1,5 @@
- [build-system]
--requires = [ "setuptools >= 67.7.2", "wheel >= 0.40.0"]
-+requires = [ "setuptools", "wheel >= 0.40.0"]
- build-backend = "setuptools.build_meta"
-
- [tool.pytest.ini_options]
diff --git a/www/py-dj50-django-prometheus/files/patch-setup.py b/www/py-dj50-django-prometheus/files/patch-setup.py
deleted file mode 100644
index 6e28293ebe58..000000000000
--- a/www/py-dj50-django-prometheus/files/patch-setup.py
+++ /dev/null
@@ -1,13 +0,0 @@
-Remove py-pytest-runner as build time dependency because it is deprecated and
-should be no longer used.
-
---- setup.py.orig 2024-10-01 12:41:04 UTC
-+++ setup.py
-@@ -40,7 +40,6 @@ setup(
- long_description=LONG_DESCRIPTION,
- long_description_content_type="text/markdown",
- tests_require=["pytest", "pytest-django"],
-- setup_requires=["pytest-runner"],
- options={"bdist_wheel": {"universal": "1"}},
- install_requires=[
- "prometheus-client>=0.7",