git: 7af213cbda22 - main - www/py-dj42-django-rich: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 15 Jun 2024 18:24:31 UTC
The branch main has been updated by rene:

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

commit 7af213cbda22de8c41301e06086c1ac532e82e7b
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-06-15 18:24:18 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-06-15 18:24:18 +0000

    www/py-dj42-django-rich: Remove expired port
    
    2024-06-15 www/py-dj42-django-rich: Obsolete, please use www/py-django-rich instead
---
 MOVED                             |  1 +
 www/Makefile                      |  1 -
 www/py-dj42-django-rich/Makefile  | 30 ------------------------------
 www/py-dj42-django-rich/distinfo  |  3 ---
 www/py-dj42-django-rich/pkg-descr | 11 -----------
 5 files changed, 1 insertion(+), 45 deletions(-)

diff --git a/MOVED b/MOVED
index 7b8cbd5f68ce..4fd7d5a4cf60 100644
--- a/MOVED
+++ b/MOVED
@@ -3333,3 +3333,4 @@ www/py-dj42-drf-spectacular|www/py-drf-spectacular|2024-06-15|Has expired: Obsol
 www/py-dj42-drf-spectacular-sidecar|www/py-drf-spectacular-sidecar|2024-06-15|Has expired: Obsolete, please use www/py-drf-spectacular-sidecar instead
 www/py-dj42-django-timezone-field|www/py-django-timezone-field|2024-06-15|Has expired: Obsolete, please use www/py-django-timezone-field instead
 www/py-dj42-django-graphiql-debug-toolbar|www/py-django-graphiql-debug-toolbar|2024-06-15|Has expired: Obsolete, please use www/py-django-graphiql-debug-toolbar instead
+www/py-dj42-django-rich|www/py-django-rich|2024-06-15|Has expired: Obsolete, please use www/py-django-rich instead
diff --git a/www/Makefile b/www/Makefile
index ecd8c134eec9..d3dd768b8e03 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1488,7 +1488,6 @@
     SUBDIR += py-dj42-django-extensions
     SUBDIR += py-dj42-django-modelcluster
     SUBDIR += py-dj42-django-redis
-    SUBDIR += py-dj42-django-rich
     SUBDIR += py-dj42-djangorestframework
     SUBDIR += py-django-admin-rangefilter
     SUBDIR += py-django-advanced-filters
diff --git a/www/py-dj42-django-rich/Makefile b/www/py-dj42-django-rich/Makefile
deleted file mode 100644
index 96d0a1b887e3..000000000000
--- a/www/py-dj42-django-rich/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME=	django-rich
-PORTVERSION=	1.8.0
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj42-
-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=	Obsolete, please use www/py-django-rich instead
-EXPIRATION_DATE=2024-06-15
-
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${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-dj42-django-rich/distinfo b/www/py-dj42-django-rich/distinfo
deleted file mode 100644
index 42cd88bad806..000000000000
--- a/www/py-dj42-django-rich/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1698348957
-SHA256 (django_rich-1.8.0.tar.gz) = 3121ff32c7c2098ada9dceacfb0fb942c88e7f3e846954cc23008f65af937e9f
-SIZE (django_rich-1.8.0.tar.gz) = 59039
diff --git a/www/py-dj42-django-rich/pkg-descr b/www/py-dj42-django-rich/pkg-descr
deleted file mode 100644
index 694881e2c958..000000000000
--- a/www/py-dj42-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.