Commit 44ae2a56 authored by Rene Ladan's avatar Rene Ladan
Browse files

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/
parent de0183a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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/
+0 −1
Original line number Diff line number Diff line
@@ -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

www/py-dj50-django-mptt/Makefile

deleted100644 → 0
+0 −29
Original line number Diff line number Diff line
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>

www/py-dj50-django-mptt/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1743831457
SHA256 (django_mptt-0.17.0.tar.gz) = e2dca00536450b91bdc80d8fc1454993b84307728394ae42c72947fc09574d3d
SIZE (django_mptt-0.17.0.tar.gz) = 71428

www/py-dj50-django-mptt/pkg-descr

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
Utilities for implementing Modified Preorder Tree Traversal with your Django
Models and working with trees of Model instances.