git: 44ae2a56599d - main - www/py-dj50-django-mptt: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Jun 2025 20:40:25 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=44ae2a56599d0aa3009cb79f7113f7437fb596a0 commit 44ae2a56599d0aa3009cb79f7113f7437fb596a0 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-06-01 20:40:22 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-06-01 20:40:22 +0000 www/py-dj50-django-mptt: Remove expired port 2025-05-31 www/py-dj50-django-mptt: 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/ --- MOVED | 1 + www/Makefile | 1 - www/py-dj50-django-mptt/Makefile | 29 ----------------------------- www/py-dj50-django-mptt/distinfo | 3 --- www/py-dj50-django-mptt/pkg-descr | 2 -- 5 files changed, 1 insertion(+), 35 deletions(-) diff --git a/MOVED b/MOVED index f19fba6f8781..51efc38dc950 100644 --- a/MOVED +++ b/MOVED @@ -4446,3 +4446,4 @@ www/py-dj50-django-timezone-field|www/py-dj51-django-timezone-field|2025-06-01|H www/py-dj50-django-filter|www/py-dj51-django-filter|2025-06-01|Has expired: 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/ devel/awless||2025-06-01|Has expired: Abandoned upstream devel/hgreviewboard||2025-06-01|Has expired: Upstream is gone +www/py-dj50-django-mptt|www/py-dj51-django-mptt|2025-06-01|Has expired: 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/ diff --git a/www/Makefile b/www/Makefile index 6ac60345ead6..f35c9066bf1b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1518,7 +1518,6 @@ SUBDIR += py-dj-database-url SUBDIR += py-dj50-django-htmx SUBDIR += py-dj50-django-js-asset - SUBDIR += py-dj50-django-mptt SUBDIR += py-dj50-django-redis SUBDIR += py-dj51-channels SUBDIR += py-dj51-channels-redis diff --git a/www/py-dj50-django-mptt/Makefile b/www/py-dj50-django-mptt/Makefile deleted file mode 100644 index 0b5739d72247..000000000000 --- a/www/py-dj50-django-mptt/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= django-mptt -PORTVERSION= 0.17.0 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj50- -DISTNAME= django_mptt-${PORTVERSION} - -MAINTAINER= kai@FreeBSD.org -COMMENT= Utilities for implementing Modified Preorder Tree Traversal in Django -WWW= https://github.com/django-mptt/django-mptt - -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= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=4.2:www/py-django50@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj50-django-js-asset>0:www/py-dj50-django-js-asset@${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-mptt/distinfo b/www/py-dj50-django-mptt/distinfo deleted file mode 100644 index a4f142723154..000000000000 --- a/www/py-dj50-django-mptt/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1743831457 -SHA256 (django_mptt-0.17.0.tar.gz) = e2dca00536450b91bdc80d8fc1454993b84307728394ae42c72947fc09574d3d -SIZE (django_mptt-0.17.0.tar.gz) = 71428 diff --git a/www/py-dj50-django-mptt/pkg-descr b/www/py-dj50-django-mptt/pkg-descr deleted file mode 100644 index bad56cabf151..000000000000 --- a/www/py-dj50-django-mptt/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Utilities for implementing Modified Preorder Tree Traversal with your Django -Models and working with trees of Model instances.