diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2026-06-30 19:41:53 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2026-06-30 19:41:53 +0000 |
| commit | 5f5602dd7e1f9b0a0c6d8e22a38e7c4e4868e461 (patch) | |
| tree | a3fe6551fff31c0f2eb1630ed7e800b9f6c98d24 | |
| parent | 1d4f1a20d7e99819d4d61a232c0584ab5bcfaad7 (diff) | |
www/py-dj52-django-prometheus: Remove expired port
2026-06-30 www/py-dj52-django-prometheus: Obsolete, please use www/py-django-prometheus instead
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | www/Makefile | 1 | ||||
| -rw-r--r-- | www/py-dj52-django-prometheus/Makefile | 42 | ||||
| -rw-r--r-- | www/py-dj52-django-prometheus/distinfo | 3 | ||||
| -rw-r--r-- | www/py-dj52-django-prometheus/files/patch-pyproject.toml | 11 | ||||
| -rw-r--r-- | www/py-dj52-django-prometheus/files/patch-setup.py | 13 | ||||
| -rw-r--r-- | www/py-dj52-django-prometheus/pkg-descr | 14 |
7 files changed, 1 insertions, 84 deletions
@@ -5395,3 +5395,4 @@ www/py-dj52-django-redis|www/py-django-redis|2026-06-30|Has expired: Obsolete, p www/py-dj52-channels-redis|www/py-channels-redis|2026-06-30|Has expired: Obsolete, please use www/py-channels-redis instead www/py-dj52-channels|www/py-channels|2026-06-30|Has expired: Obsolete, please use www/py-channels instead www/py-dj52-django-permissionedforms|www/py-django-permissionedforms|2026-06-30|Has expired: Obsolete, please use www/py-django-permissionedforms instead +www/py-dj52-django-prometheus|www/py-django-prometheus|2026-06-30|Has expired: Obsolete, please use www/py-django-prometheus instead diff --git a/www/Makefile b/www/Makefile index 18d7d4b4a697..d7d456c5052e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1578,7 +1578,6 @@ SUBDIR += py-dj52-django-modelcluster SUBDIR += py-dj52-django-multiselectfield SUBDIR += py-dj52-django-netfields - SUBDIR += py-dj52-django-prometheus SUBDIR += py-dj52-django-stubs-ext SUBDIR += py-dj52-django-tables2 SUBDIR += py-dj52-django-taggit diff --git a/www/py-dj52-django-prometheus/Makefile b/www/py-dj52-django-prometheus/Makefile deleted file mode 100644 index 6874652887eb..000000000000 --- a/www/py-dj52-django-prometheus/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -PORTNAME= django-prometheus -DISTVERSION= 2.4.1 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- -DISTNAME= django_prometheus-${DISTVERSION} - -MAINTAINER= kai@FreeBSD.org -COMMENT= Export Django monitoring metrics for Prometheus.io -WWW= https://github.com/django-commons/django-prometheus - -LICENSE= APACHE20 - -DEPRECATED= Obsolete, please use www/py-django-prometheus instead -EXPIRATION_DATE=2026-06-30 - -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0.40.0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=4.2<6.0:www/py-django52@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}prometheus-client>=0.7:net-mgmt/py-prometheus-client@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist pep517 pytest - -TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} - -NO_ARCH= yes - -OPTIONS_GROUP= DATABASE CACHE -OPTIONS_GROUP_CACHE= MEMCACHED REDIS -OPTIONS_GROUP_DATABASE= MYSQL PGSQL - -MEMCACHED_DESC= Memcached distributed memory caching support - -MEMCACHED_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-memcached>=0:databases/py-python-memcached@${PY_FLAVOR} -MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mysqlclient>=0:databases/py-mysqlclient@${PY_FLAVOR} -PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg>=0:databases/py-psycopg@${PY_FLAVOR} -REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj52-django-redis>=4.12.1:www/py-dj52-django-redis@${PY_FLAVOR} - -.include <bsd.port.mk> diff --git a/www/py-dj52-django-prometheus/distinfo b/www/py-dj52-django-prometheus/distinfo deleted file mode 100644 index a97af1466c0e..000000000000 --- a/www/py-dj52-django-prometheus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1751183595 -SHA256 (django_prometheus-2.4.1.tar.gz) = 073628243d2a6de6a8a8c20e5b512872dfb85d66e1b60b28bcf1eca0155dad95 -SIZE (django_prometheus-2.4.1.tar.gz) = 24464 diff --git a/www/py-dj52-django-prometheus/files/patch-pyproject.toml b/www/py-dj52-django-prometheus/files/patch-pyproject.toml deleted file mode 100644 index 31ac1775bdb0..000000000000 --- a/www/py-dj52-django-prometheus/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ -Relax version requirements of py-setuptools. - ---- pyproject.toml.orig 2025-06-18 18:06:03 UTC -+++ pyproject.toml -@@ -1,5 +1,5 @@ - [build-system] --requires = ["setuptools >= 67.7.2, < 72.0.0", "wheel >= 0.40.0"] -+requires = ["setuptools", "wheel >= 0.40.0"] - build-backend = "setuptools.build_meta" - - [tool.pytest.ini_options] diff --git a/www/py-dj52-django-prometheus/files/patch-setup.py b/www/py-dj52-django-prometheus/files/patch-setup.py deleted file mode 100644 index 6e28293ebe58..000000000000 --- a/www/py-dj52-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", diff --git a/www/py-dj52-django-prometheus/pkg-descr b/www/py-dj52-django-prometheus/pkg-descr deleted file mode 100644 index 0962e7b87336..000000000000 --- a/www/py-dj52-django-prometheus/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This library exports Django monitoring metrics for Prometheus.io. - -It provides support to monitor the following databases types: - -* SQLite (via Django) -* PostgreSQL -* MySQL - -In addition, caches can also be monitored: - -* memcached -* Redis - -It's even possible to export metrics of Django models and migrations. |
