git: 7934b275b34c - main - www/py-dj51-django-rich: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 11:11:19 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7934b275b34cb39f53a520417d6c47ebda827a3d
commit 7934b275b34cb39f53a520417d6c47ebda827a3d
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:11:09 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:11:09 +0000
www/py-dj51-django-rich: Remove expired port
2025-12-31 www/py-dj51-django-rich: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
---
MOVED | 1 +
www/Makefile | 1 -
www/py-dj51-django-rich/Makefile | 30 ----------------------
www/py-dj51-django-rich/distinfo | 3 ---
www/py-dj51-django-rich/files/patch-pyproject.toml | 24 -----------------
www/py-dj51-django-rich/pkg-descr | 11 --------
6 files changed, 1 insertion(+), 69 deletions(-)
diff --git a/MOVED b/MOVED
index 2932d64a87f2..38beb45bdf0f 100644
--- a/MOVED
+++ b/MOVED
@@ -4924,3 +4924,4 @@ www/py-dj51-django-multiselectfield||2025-12-31|Has expired: Extended support of
www/py-dj51-drf-writable-nested||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
devel/py-dj51-django-rq||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj51-django-mptt||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj51-django-rich||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index a231be1f73a2..152484f44cec 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1556,7 +1556,6 @@
SUBDIR += py-dj51-django-js-asset
SUBDIR += py-dj51-django-prometheus
SUBDIR += py-dj51-django-redis
- SUBDIR += py-dj51-django-rich
SUBDIR += py-dj51-django-tables2
SUBDIR += py-dj51-django-timezone-field
SUBDIR += py-dj51-djangorestframework
diff --git a/www/py-dj51-django-rich/Makefile b/www/py-dj51-django-rich/Makefile
deleted file mode 100644
index 6a3cc28d5d13..000000000000
--- a/www/py-dj51-django-rich/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME= django-rich
-DISTVERSION= 2.2.0
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51-
-DISTNAME= django_rich-${DISTVERSION}
-
-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.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=2025-12-31
-
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
- ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=4.2:www/py-django51@${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-dj51-django-rich/distinfo b/www/py-dj51-django-rich/distinfo
deleted file mode 100644
index f0159f8997fe..000000000000
--- a/www/py-dj51-django-rich/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1759317430
-SHA256 (django_rich-2.2.0.tar.gz) = ecec7842d040024ed8a225699388535e46b87277550c33f46193b52cece2f780
-SIZE (django_rich-2.2.0.tar.gz) = 62427
diff --git a/www/py-dj51-django-rich/files/patch-pyproject.toml b/www/py-dj51-django-rich/files/patch-pyproject.toml
deleted file mode 100644
index 461d3be58401..000000000000
--- a/www/py-dj51-django-rich/files/patch-pyproject.toml
+++ /dev/null
@@ -1,24 +0,0 @@
-* Relax version requirements of py-setuptools and enable build for
- older versions of it
-
---- pyproject.toml.orig 2025-09-18 12:19:48 UTC
-+++ pyproject.toml
-@@ -1,7 +1,7 @@ requires = [
- [build-system]
- build-backend = "setuptools.build_meta"
- requires = [
-- "setuptools>=77",
-+ "setuptools",
- ]
-
- [project]
-@@ -12,8 +12,7 @@ keywords = [
- keywords = [
- "Django",
- ]
--license = "MIT"
--license-files = [ "LICENSE" ]
-+license = { text="MIT" }
- authors = [
- { name = "Adam Johnson", email = "me@adamj.eu" },
- ]
diff --git a/www/py-dj51-django-rich/pkg-descr b/www/py-dj51-django-rich/pkg-descr
deleted file mode 100644
index 694881e2c958..000000000000
--- a/www/py-dj51-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.