git: e6022931e5cf - main - www/py-dj40-django-prometheus: Remove expired port:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 May 2023 10:30:44 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=e6022931e5cf1225efc55a10163deeb16bec7a63 commit e6022931e5cf1225efc55a10163deeb16bec7a63 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-05-20 10:19:09 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-05-20 10:30:38 +0000 www/py-dj40-django-prometheus: Remove expired port: 2023-05-20 www/py-dj40-django-prometheus: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/ --- MOVED | 1 + www/Makefile | 1 - www/py-dj40-django-prometheus/Makefile | 38 --------------------------------- www/py-dj40-django-prometheus/distinfo | 3 --- www/py-dj40-django-prometheus/pkg-descr | 14 ------------ 5 files changed, 1 insertion(+), 56 deletions(-) diff --git a/MOVED b/MOVED index 37f20f554d5a..f7d720e5f8c6 100644 --- a/MOVED +++ b/MOVED @@ -7554,3 +7554,4 @@ www/py-dj40-django-taggit|www/py-dj41-django-taggit|2023-05-20|Has expired: Exte devel/py-dj40-graphene-django|devel/py-dj41-graphene-django|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/ www/py-dj40-django-mptt|www/py-dj41-django-mptt|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/ www/py-dj40-django-js-asset|www/py-dj41-django-js-asset|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/ +www/py-dj40-django-prometheus|www/py-dj41-django-prometheus|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/ diff --git a/www/Makefile b/www/Makefile index 679d801c6434..031c46b85de1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1463,7 +1463,6 @@ SUBDIR += py-cssselect SUBDIR += py-cssutils SUBDIR += py-dj-database-url - SUBDIR += py-dj40-django-prometheus SUBDIR += py-dj40-django-timezone-field SUBDIR += py-dj40-djangorestframework SUBDIR += py-dj41-django-auth-ldap diff --git a/www/py-dj40-django-prometheus/Makefile b/www/py-dj40-django-prometheus/Makefile deleted file mode 100644 index 97293e65fb51..000000000000 --- a/www/py-dj40-django-prometheus/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -PORTNAME= django-prometheus -PORTVERSION= 2.2.0 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj40- - -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.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/ -EXPIRATION_DATE= 2023-05-20 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django40>=2.2:www/py-django40@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}prometheus-client>=0.7:net-mgmt/py-prometheus-client@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist distutils - -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}dj40-django-redis>=4.8:www/py-dj40-django-redis@${PY_FLAVOR} - -.include <bsd.port.mk> diff --git a/www/py-dj40-django-prometheus/distinfo b/www/py-dj40-django-prometheus/distinfo deleted file mode 100644 index 65dd0e40195c..000000000000 --- a/www/py-dj40-django-prometheus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1641495767 -SHA256 (django-prometheus-2.2.0.tar.gz) = 240378a1307c408bd5fc85614a3a57f1ce633d4a222c9e291e2bbf325173b801 -SIZE (django-prometheus-2.2.0.tar.gz) = 24995 diff --git a/www/py-dj40-django-prometheus/pkg-descr b/www/py-dj40-django-prometheus/pkg-descr deleted file mode 100644 index 0962e7b87336..000000000000 --- a/www/py-dj40-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.