diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-30 06:30:02 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-31 00:06:35 +0000 |
commit | 6c4a0266cc0a63674e67451797cb54604ad18ced (patch) | |
tree | 07b1b109127da4be2b178cf03f7da164b44206b9 | |
parent | a4d1a362bc4d258466c8f88e6ecea2e4c6e3b242 (diff) |
www/py-dj41-django-prometheus: Remove expired port
2023-12-31 www/py-dj41-django-prometheus: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/py-dj41-django-prometheus/Makefile | 40 | ||||
-rw-r--r-- | www/py-dj41-django-prometheus/distinfo | 3 | ||||
-rw-r--r-- | www/py-dj41-django-prometheus/pkg-descr | 14 |
5 files changed, 1 insertions, 58 deletions
@@ -8277,3 +8277,4 @@ sysutils/afbinit||2023-12-31|Has expired: sparc64 architecture is deprecated in x11-drivers/xf86-video-sunffb||2023-12-31|Removed www/py-dj41-django-rich|www/py-dj42-django-rich|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/ www/py-dj41-django-redis|www/py-dj42-django-redis|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/ +www/py-dj41-django-prometheus|www/py-dj42-django-prometheus|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/ diff --git a/www/Makefile b/www/Makefile index c171e783c954..614ab938e821 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1498,7 +1498,6 @@ SUBDIR += py-dj41-django-filter SUBDIR += py-dj41-django-js-asset SUBDIR += py-dj41-django-mptt - SUBDIR += py-dj41-django-prometheus SUBDIR += py-dj41-django-timezone-field SUBDIR += py-dj41-djangorestframework SUBDIR += py-dj41-drf-spectacular-sidecar diff --git a/www/py-dj41-django-prometheus/Makefile b/www/py-dj41-django-prometheus/Makefile deleted file mode 100644 index 3c33331091df..000000000000 --- a/www/py-dj41-django-prometheus/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -PORTNAME= django-prometheus -PORTVERSION= 2.3.1 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj41- - -MAINTAINER= kai@FreeBSD.org -COMMENT= Export Django monitoring metrics for Prometheus.io -WWW= https://github.com/korfuri/django-prometheus - -LICENSE= APACHE20 - -DEPRECATED= Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/ -EXPIRATION_DATE= 2023-12-31 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=3.2:www/py-django41@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}prometheus-client>=0.7:net-mgmt/py-prometheus-client@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils 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}psycopg2>=0:databases/py-psycopg2@${PY_FLAVOR} -REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj41-django-redis>=4.8:www/py-dj41-django-redis@${PY_FLAVOR} - -.include <bsd.port.mk> diff --git a/www/py-dj41-django-prometheus/distinfo b/www/py-dj41-django-prometheus/distinfo deleted file mode 100644 index 4f11977cb57e..000000000000 --- a/www/py-dj41-django-prometheus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1683262385 -SHA256 (django-prometheus-2.3.1.tar.gz) = f9c8b6c780c9419ea01043c63a437d79db2c33353451347894408184ad9c3e1e -SIZE (django-prometheus-2.3.1.tar.gz) = 24718 diff --git a/www/py-dj41-django-prometheus/pkg-descr b/www/py-dj41-django-prometheus/pkg-descr deleted file mode 100644 index 0962e7b87336..000000000000 --- a/www/py-dj41-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. |