summaryrefslogtreecommitdiff
path: root/www/py-dj50-django-rich
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-dj50-django-rich')
-rw-r--r--www/py-dj50-django-rich/Makefile30
-rw-r--r--www/py-dj50-django-rich/distinfo3
-rw-r--r--www/py-dj50-django-rich/pkg-descr11
3 files changed, 0 insertions, 44 deletions
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.