Commit 3554eaac authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-dj51-django-auditlog: Remove expired port

2025-12-31 www/py-dj51-django-auditlog: 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/
parent b12ea7e5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4938,3 +4938,4 @@ www/py-dj51-django-debug-toolbar||2025-12-31|Has expired: Extended support of Dj
www/py-dj51-django-timezone-field||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-spectacular-sidecar||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-allauth||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-auditlog||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/
+0 −1
Original line number Diff line number Diff line
@@ -1544,7 +1544,6 @@
    SUBDIR += py-ddgs
    SUBDIR += py-dj-database-url
    SUBDIR += py-dj51-channels
    SUBDIR += py-dj51-django-auditlog
    SUBDIR += py-dj51-django-auth-ldap
    SUBDIR += py-dj51-django-choices-field
    SUBDIR += py-dj51-django-htmx
+0 −31
Original line number Diff line number Diff line
PORTNAME=	django-auditlog
PORTVERSION=	3.4.0
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj51-
DISTNAME=	${PORTNAME:S/-/_/}-${PORTVERSION}

MAINTAINER=	grembo@FreeBSD.org
COMMENT=	Django app that keeps a log of changes made to an object
WWW=		https://github.com/jazzband/django-auditlog

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=	${PY_SETUPTOOLS} \
		${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django51>=5.1:www/py-django51@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.7.0:devel/py-python-dateutil@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist pep517

CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}

NO_ARCH=	yes

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1765719383
SHA256 (django_auditlog-3.4.0.tar.gz) = 8dbac6927df0dae3a7ae4f67de1f60c7b53f34b60fbf384e4533c1fd1786e87d
SIZE (django_auditlog-3.4.0.tar.gz) = 91333
+0 −4
Original line number Diff line number Diff line
Auditlog is a reusable app for Django that makes logging object changes a
breeze. Auditlog tries to use as much as Python and Django's built in
functionality to keep the list of dependencies as short as possible. Also,
Auditlog aims to be fast and simple to use.