git: 5f9d2d0d9c45 - main - www/py-dj50-django-cors-headers: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Jun 2025 20:31:03 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5f9d2d0d9c45e5e6cc6f2b5ecbe1aa59ab20b657
commit 5f9d2d0d9c45e5e6cc6f2b5ecbe1aa59ab20b657
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-01 20:30:59 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-01 20:30:59 +0000
www/py-dj50-django-cors-headers: Remove expired port
2025-05-31 www/py-dj50-django-cors-headers: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
---
MOVED | 1 +
www/Makefile | 1 -
www/py-dj50-django-cors-headers/Makefile | 30 ------------------------------
www/py-dj50-django-cors-headers/distinfo | 3 ---
www/py-dj50-django-cors-headers/pkg-descr | 2 --
5 files changed, 1 insertion(+), 36 deletions(-)
diff --git a/MOVED b/MOVED
index 027857d00a63..ebe44d0f1147 100644
--- a/MOVED
+++ b/MOVED
@@ -4439,3 +4439,4 @@ textproc/bar||2025-06-01|Has expired: Obsolete, consider using sysutils/pv
www/py-dj50-django-tables2|www/py-dj51-django-tables2|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
www/py-dj50-django-choices-field|www/py-dj51-django-choices-field|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
www/py-dj50-django-rich|www/py-dj51-django-rich|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj50-django-cors-headers|www/py-dj51-django-cors-headers|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index 46939dd32704..eaf447d7790e 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1516,7 +1516,6 @@
SUBDIR += py-daphne
SUBDIR += py-dash
SUBDIR += py-dj-database-url
- SUBDIR += py-dj50-django-cors-headers
SUBDIR += py-dj50-django-filter
SUBDIR += py-dj50-django-htmx
SUBDIR += py-dj50-django-js-asset
diff --git a/www/py-dj50-django-cors-headers/Makefile b/www/py-dj50-django-cors-headers/Makefile
deleted file mode 100644
index aff221751dcd..000000000000
--- a/www/py-dj50-django-cors-headers/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME= django-cors-headers
-PORTVERSION= 4.7.0
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj50-
-DISTNAME= django_cors_headers-${PORTVERSION}
-
-MAINTAINER= kai@FreeBSD.org
-COMMENT= Handles server headers required for Cross-Origin Resource Sharing
-WWW= https://github.com/adamchainz/django-cors-headers
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=2025-05-31
-
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
- ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=4.2:www/py-django50@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}asgiref>=3.6:www/py-asgiref@${PY_FLAVOR}
-
-USES= python:3.10+
-USE_PYTHON= autoplist pep517
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj50-django-cors-headers/distinfo b/www/py-dj50-django-cors-headers/distinfo
deleted file mode 100644
index ea513ae6604c..000000000000
--- a/www/py-dj50-django-cors-headers/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1739187247
-SHA256 (django_cors_headers-4.7.0.tar.gz) = 6fdf31bf9c6d6448ba09ef57157db2268d515d94fc5c89a0a1028e1fc03ee52b
-SIZE (django_cors_headers-4.7.0.tar.gz) = 21037
diff --git a/www/py-dj50-django-cors-headers/pkg-descr b/www/py-dj50-django-cors-headers/pkg-descr
deleted file mode 100644
index 9ba1bc6bd1a8..000000000000
--- a/www/py-dj50-django-cors-headers/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-A Django App that adds CORS (Cross-Origin Resource Sharing) headers to
-responses.