summaryrefslogtreecommitdiff
path: root/www/py-dj50-django-cors-headers
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-dj50-django-cors-headers')
-rw-r--r--www/py-dj50-django-cors-headers/Makefile30
-rw-r--r--www/py-dj50-django-cors-headers/distinfo3
-rw-r--r--www/py-dj50-django-cors-headers/pkg-descr2
3 files changed, 0 insertions, 35 deletions
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.