git: 457fee2b7595 - main - www/py-dj51-django-mptt: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 11:11:00 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=457fee2b7595e63fe72bae819a1bf626825276f0
commit 457fee2b7595e63fe72bae819a1bf626825276f0
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:10:52 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:10:52 +0000
www/py-dj51-django-mptt: Remove expired port
2025-12-31 www/py-dj51-django-mptt: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
---
MOVED | 1 +
www/Makefile | 1 -
www/py-dj51-django-mptt/Makefile | 29 -----------------------------
www/py-dj51-django-mptt/distinfo | 3 ---
www/py-dj51-django-mptt/pkg-descr | 2 --
5 files changed, 1 insertion(+), 35 deletions(-)
diff --git a/MOVED b/MOVED
index 3c32327a992c..2932d64a87f2 100644
--- a/MOVED
+++ b/MOVED
@@ -4923,3 +4923,4 @@ www/py-dj51-djangorestframework-guardian||2025-12-31|Has expired: Extended suppo
www/py-dj51-django-multiselectfield||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj51-drf-writable-nested||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
devel/py-dj51-django-rq||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj51-django-mptt||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index fbdac472673e..a231be1f73a2 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1554,7 +1554,6 @@
SUBDIR += py-dj51-django-guardian
SUBDIR += py-dj51-django-htmx
SUBDIR += py-dj51-django-js-asset
- SUBDIR += py-dj51-django-mptt
SUBDIR += py-dj51-django-prometheus
SUBDIR += py-dj51-django-redis
SUBDIR += py-dj51-django-rich
diff --git a/www/py-dj51-django-mptt/Makefile b/www/py-dj51-django-mptt/Makefile
deleted file mode 100644
index 7b724a213a31..000000000000
--- a/www/py-dj51-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}dj51-
-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.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=2025-12-31
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=4.2:www/py-django51@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dj51-django-js-asset>0:www/py-dj51-django-js-asset@${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-dj51-django-mptt/distinfo b/www/py-dj51-django-mptt/distinfo
deleted file mode 100644
index a4f142723154..000000000000
--- a/www/py-dj51-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-dj51-django-mptt/pkg-descr b/www/py-dj51-django-mptt/pkg-descr
deleted file mode 100644
index bad56cabf151..000000000000
--- a/www/py-dj51-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.