Commit 56034b3c authored by Rene Ladan's avatar Rene Ladan
Browse files

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

2025-12-31 www/py-dj51-django-filter: 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 5bc48879
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4913,3 +4913,4 @@ www/py-lia-web|www/py-cross-web|2025-12-29|Renamed to match upstream name
security/clamtk||2025-12-31|Has expired: Maintainer has retired
deskutils/charmtimetracker||2025-12-31|Has expired: Abandoned upstream, upstream repo archived Sep 24, 2023
www/py-dj51-django-taggit||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-filter||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
@@ -1554,7 +1554,6 @@
    SUBDIR += py-dj51-django-cors-headers
    SUBDIR += py-dj51-django-debug-toolbar
    SUBDIR += py-dj51-django-extensions
    SUBDIR += py-dj51-django-filter
    SUBDIR += py-dj51-django-guardian
    SUBDIR += py-dj51-django-htmx
    SUBDIR += py-dj51-django-js-asset
+0 −31
Original line number Diff line number Diff line
PORTNAME=	django-filter
DISTVERSION=	25.1
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj51-
DISTNAME=	django_filter-${DISTVERSION}

MAINTAINER=	kai@FreeBSD.org
COMMENT=	Dynamic filtering for querysets with Django
WWW=		https://github.com/carltongibson/django-filter

LICENSE=	BSD3CLAUSE
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}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django51>=4.2:www/py-django51@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist pep517

CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}

NO_ARCH=		yes

# Release 25.2 dropped support for Django < 5.2
PORTSCOUT=	ignore:1

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1740212287
SHA256 (django_filter-25.1.tar.gz) = 1ec9eef48fa8da1c0ac9b411744b16c3f4c31176c867886e4c48da369c407153
SIZE (django_filter-25.1.tar.gz) = 143021
+0 −2
Original line number Diff line number Diff line
Django-filter is a reusable Django application allowing users to declaratively
add dynamic QuerySet filtering from URL parameters.