git: f4b6627c4734 - main - www/py-dj50-django-rich: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 01 Jun 2025 20:30:15 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f4b6627c473491a73c704d813b96c3601cfb9d5e

commit f4b6627c473491a73c704d813b96c3601cfb9d5e
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-01 20:29:59 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-01 20:29:59 +0000

    www/py-dj50-django-rich: Remove expired port
    
    2025-05-31 www/py-dj50-django-rich: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
---
 MOVED                             |  1 +
 www/Makefile                      |  1 -
 www/py-dj50-django-rich/Makefile  | 30 ------------------------------
 www/py-dj50-django-rich/distinfo  |  3 ---
 www/py-dj50-django-rich/pkg-descr | 11 -----------
 5 files changed, 1 insertion(+), 45 deletions(-)

diff --git a/MOVED b/MOVED
index 07b07ffd4aed..027857d00a63 100644
--- a/MOVED
+++ b/MOVED
@@ -4438,3 +4438,4 @@ www/py-dj50-django-auth-ldap|www/py-dj51-django-auth-ldap|2025-06-01|Has expired
 textproc/bar||2025-06-01|Has expired: Obsolete, consider using sysutils/pv
 www/py-dj50-django-tables2|www/py-dj51-django-tables2|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
 www/py-dj50-django-choices-field|www/py-dj51-django-choices-field|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj50-django-rich|www/py-dj51-django-rich|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index 5fcdffa287c7..46939dd32704 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1523,7 +1523,6 @@
     SUBDIR += py-dj50-django-mptt
     SUBDIR += py-dj50-django-prometheus
     SUBDIR += py-dj50-django-redis
-    SUBDIR += py-dj50-django-rich
     SUBDIR += py-dj50-django-timezone-field
     SUBDIR += py-dj50-django-tree-queries
     SUBDIR += py-dj51-channels
diff --git a/www/py-dj50-django-rich/Makefile b/www/py-dj50-django-rich/Makefile
deleted file mode 100644
index 9c38d1bbc759..000000000000
--- a/www/py-dj50-django-rich/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME=	django-rich
-PORTVERSION=	1.14.0
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj50-
-DISTNAME=	django_rich-${PORTVERSION}
-
-MAINTAINER=	kai@FreeBSD.org
-COMMENT=	Extensions for using Rich with Django
-WWW=		https://github.com/adamchainz/django-rich
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=2025-05-31
-
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django50>=4.2:www/py-django50@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}rich>=10.0.0:textproc/py-rich@${PY_FLAVOR}
-
-USES=		python:3.10+
-USE_PYTHON=	autoplist pep517
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH=		yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj50-django-rich/distinfo b/www/py-dj50-django-rich/distinfo
deleted file mode 100644
index e43721ecd9d6..000000000000
--- a/www/py-dj50-django-rich/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1739187658
-SHA256 (django_rich-1.14.0.tar.gz) = 737b3093a9ba993a40cefc5fb0d7bb12767adb78c9944e6d3107805caca3dcd7
-SIZE (django_rich-1.14.0.tar.gz) = 61077
diff --git a/www/py-dj50-django-rich/pkg-descr b/www/py-dj50-django-rich/pkg-descr
deleted file mode 100644
index 694881e2c958..000000000000
--- a/www/py-dj50-django-rich/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-This package provides Extensions for using Rich with the Django framework.
-
-These extensions consist of the following subclasses:
-
-* django_rich.management.RichCommand:
-  Subclass of Django's BaseCommand class that sets its self.console to a
-  Rich Console.
-
-* django_rich.test.RichRunner:
-  Subclass of Django's DiscoverRunner with colourized outputs and nice
-  traceback rendering.