summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-06-15 20:24:18 +0200
committerRene Ladan <rene@FreeBSD.org>2024-06-15 20:24:18 +0200
commit7af213cbda22de8c41301e06086c1ac532e82e7b (patch)
tree2eeaea22acc88eda03b94cf4bfbded02d78f45c4 /www
parentwww/py-dj42-django-graphiql-debug-toolbar: Remove expired port (diff)
www/py-dj42-django-rich: Remove expired port
2024-06-15 www/py-dj42-django-rich: Obsolete, please use www/py-django-rich instead
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/py-dj42-django-rich/Makefile30
-rw-r--r--www/py-dj42-django-rich/distinfo3
-rw-r--r--www/py-dj42-django-rich/pkg-descr11
4 files changed, 0 insertions, 45 deletions
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.