Commit c9a9f53f authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-dj52-django-mptt: Remove expired port

2026-06-30 www/py-dj52-django-mptt: Obsolete, please use www/py-django-mptt instead
parent 75c1e318
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5381,3 +5381,4 @@ net/seda||2026-06-26|Has expired: old, no users in the ports tree, unmaintained,
math/reduce|math/reduce-psl|2026-06-28|Remove duplicate port, use math/reduce-psl instead
devel/py-goodreads||2026-06-30|Has expired: Upstream is unmaintained, and the API is no longer available as of 2020-12-08
www/py-django-graphql-jwt34|www/py-django-graphql-jwt|2026-06-30|Has expired: Use py-django-graphql-jwt instead
www/py-dj52-django-mptt|www/py-django-mptt|2026-06-30|Has expired: Obsolete, please use www/py-django-mptt instead
+0 −1
Original line number Diff line number Diff line
@@ -1581,7 +1581,6 @@
    SUBDIR += py-dj52-django-htmx
    SUBDIR += py-dj52-django-js-asset
    SUBDIR += py-dj52-django-modelcluster
    SUBDIR += py-dj52-django-mptt
    SUBDIR += py-dj52-django-multiselectfield
    SUBDIR += py-dj52-django-netfields
    SUBDIR += py-dj52-django-otp

www/py-dj52-django-mptt/Makefile

deleted100644 → 0
+0 −29
Original line number Diff line number Diff line
PORTNAME=	django-mptt
DISTVERSION=	0.18.0
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-
DISTNAME=	django_mptt-${DISTVERSION}

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=     Obsolete, please use www/py-django-mptt instead
EXPIRATION_DATE=2026-06-30

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django52>=4.2:www/py-django52@${PY_FLAVOR}\
		${PYTHON_PKGNAMEPREFIX}dj52-django-js-asset>0:www/py-dj52-django-js-asset@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist pep517

CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}

NO_ARCH=		yes

.include <bsd.port.mk>

www/py-dj52-django-mptt/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1771960597
SHA256 (django_mptt-0.18.0.tar.gz) = cf5661357ff22bc64e20d3341c26e538aa54583aea0763cfe6aaec0ab8e3a8ee
SIZE (django_mptt-0.18.0.tar.gz) = 71407

www/py-dj52-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.