git: d6efa7152a22 - main - www/py-dj51-django-guardian: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 11:18:11 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d6efa7152a2233dcab528998d287b103480ee189
commit d6efa7152a2233dcab528998d287b103480ee189
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:18:04 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:18:04 +0000
www/py-dj51-django-guardian: Remove expired port
2025-12-31 www/py-dj51-django-guardian: 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/
---
MOVED | 1 +
www/Makefile | 1 -
www/py-dj51-django-guardian/Makefile | 25 -------------------------
www/py-dj51-django-guardian/distinfo | 3 ---
www/py-dj51-django-guardian/pkg-descr | 2 --
5 files changed, 1 insertion(+), 31 deletions(-)
diff --git a/MOVED b/MOVED
index c61a6279caa5..b4fc8917f431 100644
--- a/MOVED
+++ b/MOVED
@@ -4930,3 +4930,4 @@ www/py-dj51-social-auth-app-django||2025-12-31|Has expired: Extended support of
www/py-dj51-django-redis||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-prometheus||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-cors-headers||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-guardian||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 0760321a44b4..98628d9d6c73 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1550,7 +1550,6 @@
SUBDIR += py-dj51-django-choices-field
SUBDIR += py-dj51-django-compression-middleware
SUBDIR += py-dj51-django-debug-toolbar
- SUBDIR += py-dj51-django-guardian
SUBDIR += py-dj51-django-htmx
SUBDIR += py-dj51-django-tables2
SUBDIR += py-dj51-django-timezone-field
diff --git a/www/py-dj51-django-guardian/Makefile b/www/py-dj51-django-guardian/Makefile
deleted file mode 100644
index 0edb6a6a0703..000000000000
--- a/www/py-dj51-django-guardian/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME= django-guardian
-PORTVERSION= 2.4.0
-PORTREVISION= 2
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51-
-
-MAINTAINER= grembo@FreeBSD.org
-COMMENT= Implementation of per object permissions for Django
-WWW= https://github.com/django-guardian/django-guardian
-
-LICENSE= BSD2CLAUSE
-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
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=5.1:www/py-django51@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj51-django-guardian/distinfo b/www/py-dj51-django-guardian/distinfo
deleted file mode 100644
index 8280c82993be..000000000000
--- a/www/py-dj51-django-guardian/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1654276001
-SHA256 (django-guardian-2.4.0.tar.gz) = c58a68ae76922d33e6bdc0e69af1892097838de56e93e78a8361090bcd9f89a0
-SIZE (django-guardian-2.4.0.tar.gz) = 159008
diff --git a/www/py-dj51-django-guardian/pkg-descr b/www/py-dj51-django-guardian/pkg-descr
deleted file mode 100644
index 9c4ac2d92cf9..000000000000
--- a/www/py-dj51-django-guardian/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-django-guardian is an implementation of object permissions for Django
-providing extra authentication backend.