git: 99d3177c62df - main - www/py-dj40-django-rich: Remove expired port:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 May 2023 09:45:06 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=99d3177c62df79bcd62cd84bd41046309905fdf5 commit 99d3177c62df79bcd62cd84bd41046309905fdf5 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-05-20 09:44:48 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-05-20 09:44:48 +0000 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/ --- MOVED | 1 + www/Makefile | 1 - www/py-dj40-django-rich/Makefile | 27 --------------------------- www/py-dj40-django-rich/distinfo | 3 --- www/py-dj40-django-rich/pkg-descr | 11 ----------- 5 files changed, 1 insertion(+), 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.