git: 45794e015205 - main - www/py-dj41-django-rich: Remove expired port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 31 Dec 2023 00:08:45 UTC
The branch main has been updated by bofh:

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

commit 45794e0152059dae961bff4e7fa3e0b2b00fdfb7
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-30 06:27:51 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-31 00:06:34 +0000

    www/py-dj41-django-rich: Remove expired port
    
    2023-12-31 www/py-dj41-django-rich: 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/
---
 MOVED                             |  1 +
 www/Makefile                      |  1 -
 www/py-dj41-django-rich/Makefile  | 30 ------------------------------
 www/py-dj41-django-rich/distinfo  |  3 ---
 www/py-dj41-django-rich/pkg-descr | 11 -----------
 5 files changed, 1 insertion(+), 45 deletions(-)

diff --git a/MOVED b/MOVED
index 4ab706dd2c38..7e211ad6ee1a 100644
--- a/MOVED
+++ b/MOVED
@@ -8275,3 +8275,4 @@ www/py-dj41-django-taggit|www/py-dj42-django-taggit|2023-12-31|Has expired: Exte
 sysutils/etc_os-release||2023-12-31|Has expired: No longer required after the EOL of 12
 sysutils/afbinit||2023-12-31|Has expired: sparc64 architecture is deprecated in FreeBSD
 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/
diff --git a/www/Makefile b/www/Makefile
index fd9321b8b76a..3ddc0e3d0969 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1500,7 +1500,6 @@
     SUBDIR += py-dj41-django-mptt
     SUBDIR += py-dj41-django-prometheus
     SUBDIR += py-dj41-django-redis
-    SUBDIR += py-dj41-django-rich
     SUBDIR += py-dj41-django-timezone-field
     SUBDIR += py-dj41-djangorestframework
     SUBDIR += py-dj41-drf-spectacular-sidecar
diff --git a/www/py-dj41-django-rich/Makefile b/www/py-dj41-django-rich/Makefile
deleted file mode 100644
index 337613a4dc1a..000000000000
--- a/www/py-dj41-django-rich/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME=	django-rich
-PORTVERSION=	1.7.0
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj41-
-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 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=	${PY_SETUPTOOLS} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django41>=3.2:www/py-django41@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}rich>=10.0.0:textproc/py-rich@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist pep517
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH=		yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj41-django-rich/distinfo b/www/py-dj41-django-rich/distinfo
deleted file mode 100644
index 337d6f0eac76..000000000000
--- a/www/py-dj41-django-rich/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1689051775
-SHA256 (django_rich-1.7.0.tar.gz) = a21d92db4cf9b8e84b69df48f04337df90620758b92f0a07e8e60066c2fd6bdc
-SIZE (django_rich-1.7.0.tar.gz) = 58968
diff --git a/www/py-dj41-django-rich/pkg-descr b/www/py-dj41-django-rich/pkg-descr
deleted file mode 100644
index 694881e2c958..000000000000
--- a/www/py-dj41-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.