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/ diff --git a/www/Makefile b/www/Makefile index 1fc2a352decb..c9910133346d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/py-dj51-django-filter/Makefile b/www/py-dj51-django-filter/Makefile deleted file mode 100644 index 0aee70704432..000000000000 --- a/www/py-dj51-django-filter/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -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 diff --git a/www/py-dj51-django-filter/distinfo b/www/py-dj51-django-filter/distinfo deleted file mode 100644 index 1fe436b6ac10..000000000000 --- a/www/py-dj51-django-filter/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1740212287 -SHA256 (django_filter-25.1.tar.gz) = 1ec9eef48fa8da1c0ac9b411744b16c3f4c31176c867886e4c48da369c407153 -SIZE (django_filter-25.1.tar.gz) = 143021 diff --git a/www/py-dj51-django-filter/pkg-descr b/www/py-dj51-django-filter/pkg-descr deleted file mode 100644 index 089f799caa3e..000000000000 --- a/www/py-dj51-django-filter/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Django-filter is a reusable Django application allowing users to declaratively -add dynamic QuerySet filtering from URL parameters.