aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-05-20 09:44:48 +0000
committerRene Ladan <rene@FreeBSD.org>2023-05-20 09:44:48 +0000
commit99d3177c62df79bcd62cd84bd41046309905fdf5 (patch)
tree0d05d458f4b65e8be564499b8c85392abc5e1127
parent9f5f51d94576585b62aa1b94cb2cae813c1fa765 (diff)
downloadports-99d3177c62df79bcd62cd84bd41046309905fdf5.tar.gz
ports-99d3177c62df79bcd62cd84bd41046309905fdf5.zip
www/py-dj40-django-rich: Remove expired port:
2023-05-20 www/py-dj40-django-rich: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-dj40-django-rich/Makefile27
-rw-r--r--www/py-dj40-django-rich/distinfo3
-rw-r--r--www/py-dj40-django-rich/pkg-descr11
5 files changed, 1 insertions, 42 deletions
diff --git a/MOVED b/MOVED
index 9b8b30336947..ef8ab5a24da5 100644
--- a/MOVED
+++ b/MOVED
@@ -7541,3 +7541,4 @@ sysutils/rundeck2|sysutils/rundeck3|2023-05-17|Has expired: unmaintained and new
devel/gitklient|devel/kommit|2023-05-17|Renamed upstream
math/py-python-igraph|math/py-igraph|2023-05-18|Rename to match upstream renaming
www/py-dj40-django-auth-ldap|www/py-dj41-django-auth-ldap|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj40-django-rich|www/py-dj41-django-rich|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index 3a81c501f359..661366c12d8c 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1471,7 +1471,6 @@
SUBDIR += py-dj40-django-mptt
SUBDIR += py-dj40-django-prometheus
SUBDIR += py-dj40-django-redis
- SUBDIR += py-dj40-django-rich
SUBDIR += py-dj40-django-tables2
SUBDIR += py-dj40-django-taggit
SUBDIR += py-dj40-django-timezone-field
diff --git a/www/py-dj40-django-rich/Makefile b/www/py-dj40-django-rich/Makefile
deleted file mode 100644
index 6e15fb064a63..000000000000
--- a/www/py-dj40-django-rich/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME= django-rich
-PORTVERSION= 1.4.0
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj40-
-
-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 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE= 2023-05-20
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django40>=3.2:www/py-django40@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}rich>=10.0.0:textproc/py-rich@${PY_FLAVOR}
-
-USES= python:3.7+
-USE_PYTHON= autoplist distutils
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj40-django-rich/distinfo b/www/py-dj40-django-rich/distinfo
deleted file mode 100644
index 1f88129e0fba..000000000000
--- a/www/py-dj40-django-rich/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1657859577
-SHA256 (django-rich-1.4.0.tar.gz) = 10a5d9e9b62228b683d51584e4c2a5aa9f838176364a90c8cd79688aadca9f4c
-SIZE (django-rich-1.4.0.tar.gz) = 58751
diff --git a/www/py-dj40-django-rich/pkg-descr b/www/py-dj40-django-rich/pkg-descr
deleted file mode 100644
index 694881e2c958..000000000000
--- a/www/py-dj40-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.