Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2026 18:55:20 +0000
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3a0fa442d642 - main - www/py-dj52-django-rich: Remove expired port
Message-ID:  <6a441118.201b0.54f5f276@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rene:

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

commit 3a0fa442d6429624169d009a1d72b938b5fcf8dc
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-06-30 18:55:16 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-06-30 18:55:16 +0000

    www/py-dj52-django-rich: Remove expired port
    
    2026-06-30 www/py-dj52-django-rich: Obsolete, please use www/py-django-rich instead
---
 MOVED                                              |  1 +
 www/Makefile                                       |  1 -
 www/py-dj52-django-rich/Makefile                   | 30 ----------------------
 www/py-dj52-django-rich/distinfo                   |  3 ---
 www/py-dj52-django-rich/files/patch-pyproject.toml | 24 -----------------
 www/py-dj52-django-rich/pkg-descr                  | 11 --------
 6 files changed, 1 insertion(+), 69 deletions(-)

diff --git a/MOVED b/MOVED
index 338fcc3d8da0..acbccf783c91 100644
--- a/MOVED
+++ b/MOVED
@@ -5383,3 +5383,4 @@ devel/py-goodreads||2026-06-30|Has expired: Upstream is unmaintained, and the AP
 www/py-django-graphql-jwt34|www/py-django-graphql-jwt|2026-06-30|Has expired: Use py-django-graphql-jwt instead
 www/py-dj52-django-mptt|www/py-django-mptt|2026-06-30|Has expired: Obsolete, please use www/py-django-mptt instead
 www/py-dj52-django-js-asset|www/py-django-js-asset|2026-06-30|Has expired: Obsolete, please use www/py-django-js-asset instead
+www/py-dj52-django-rich|www/py-django-rich|2026-06-30|Has expired: Obsolete, please use www/py-django-rich instead
diff --git a/www/Makefile b/www/Makefile
index 54d9695518e5..00846d9d9247 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1586,7 +1586,6 @@
     SUBDIR += py-dj52-django-permissionedforms
     SUBDIR += py-dj52-django-prometheus
     SUBDIR += py-dj52-django-redis
-    SUBDIR += py-dj52-django-rich
     SUBDIR += py-dj52-django-soft-delete
     SUBDIR += py-dj52-django-storages
     SUBDIR += py-dj52-django-stubs-ext
diff --git a/www/py-dj52-django-rich/Makefile b/www/py-dj52-django-rich/Makefile
deleted file mode 100644
index 5a0d2f0c8b8f..000000000000
--- a/www/py-dj52-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}dj52-
-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=     Obsolete, please use www/py-django-rich instead
-EXPIRATION_DATE=2026-06-30
-
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django52>=4.2:www/py-django52@${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-dj52-django-rich/distinfo b/www/py-dj52-django-rich/distinfo
deleted file mode 100644
index f0159f8997fe..000000000000
--- a/www/py-dj52-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-dj52-django-rich/files/patch-pyproject.toml b/www/py-dj52-django-rich/files/patch-pyproject.toml
deleted file mode 100644
index 461d3be58401..000000000000
--- a/www/py-dj52-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-dj52-django-rich/pkg-descr b/www/py-dj52-django-rich/pkg-descr
deleted file mode 100644
index db029741fbb0..000000000000
--- a/www/py-dj52-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 colorized outputs and nice
-  traceback rendering.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a441118.201b0.54f5f276>