aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-06-15 18:09:31 +0000
committerRene Ladan <rene@FreeBSD.org>2024-06-15 18:09:31 +0000
commitcc7baf410c19d685656d9020e9d5d8136d46280a (patch)
treef4b007349c397f58d02570fd20a64bdf1a81ccc4
parent25acf0a4eb21b9cf0301005d9a5e00bbb138e01d (diff)
www/py-dj42-django-cors-headers: Remove expired port
2024-06-15 www/py-dj42-django-cors-headers: Obsolete, please use www/py-django-cors-headers instead
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-dj42-django-cors-headers/Makefile28
-rw-r--r--www/py-dj42-django-cors-headers/distinfo3
-rw-r--r--www/py-dj42-django-cors-headers/pkg-descr2
5 files changed, 1 insertions, 34 deletions
diff --git a/MOVED b/MOVED
index 32a9e4c0658a..4f524f706864 100644
--- a/MOVED
+++ b/MOVED
@@ -3323,3 +3323,4 @@ www/py-dj42-django-guardian|www/py-django-guardian|2024-06-15|Has expired: Obsol
www/py-dj42-django-tables2|www/py-django-tables2|2024-06-15|Has expired: Obsolete, please use www/py-django-tables2 instead
www/py-dj42-django-auth-ldap|www/py-django-auth-ldap|2024-06-15|Has expired: Obsolete, please use www/py-django-auth-ldap instead
www/py-dj42-django-permissionedforms|www/py-django-permissionedforms|2024-06-15|Has expired: Obsolete, please use www/py-django-permissionedforms instead
+www/py-dj42-django-cors-headers|www/py-django-cors-headers|2024-06-15|Has expired: Obsolete, please use www/py-django-cors-headers instead
diff --git a/www/Makefile b/www/Makefile
index 188fbcb2faf3..9c56beb992ae 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1484,7 +1484,6 @@
SUBDIR += py-dj-database-url
SUBDIR += py-dj42-channels
SUBDIR += py-dj42-django-allauth
- SUBDIR += py-dj42-django-cors-headers
SUBDIR += py-dj42-django-crispy-forms
SUBDIR += py-dj42-django-debug-toolbar
SUBDIR += py-dj42-django-extensions
diff --git a/www/py-dj42-django-cors-headers/Makefile b/www/py-dj42-django-cors-headers/Makefile
deleted file mode 100644
index 4d3cce0dc7f4..000000000000
--- a/www/py-dj42-django-cors-headers/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME= django-cors-headers
-PORTVERSION= 4.3.1
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42-
-
-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= Obsolete, please use www/py-django-cors-headers instead
-EXPIRATION_DATE=2024-06-15
-
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
- ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}asgiref>=3.6:www/py-asgiref@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist pep517
-
-NO_ARCH= yes
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/www/py-dj42-django-cors-headers/distinfo b/www/py-dj42-django-cors-headers/distinfo
deleted file mode 100644
index d54ddda55d08..000000000000
--- a/www/py-dj42-django-cors-headers/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1701326135
-SHA256 (django-cors-headers-4.3.1.tar.gz) = 0bf65ef45e606aff1994d35503e6b677c0b26cafff6506f8fd7187f3be840207
-SIZE (django-cors-headers-4.3.1.tar.gz) = 21146
diff --git a/www/py-dj42-django-cors-headers/pkg-descr b/www/py-dj42-django-cors-headers/pkg-descr
deleted file mode 100644
index 9ba1bc6bd1a8..000000000000
--- a/www/py-dj42-django-cors-headers/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-A Django App that adds CORS (Cross-Origin Resource Sharing) headers to
-responses.