aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-05-20 09:59:58 +0000
committerRene Ladan <rene@FreeBSD.org>2023-05-20 09:59:58 +0000
commitee160d58a0f41150b2c41d11ebb510c6872d84e7 (patch)
tree7d5e7083591847ac35840636896ff989082baeb0
parent9ef398f1eaad73b2d8dec6db3e8671ce68c23bdc (diff)
downloadports-ee160d58a0f41150b2c41d11ebb510c6872d84e7.tar.gz
ports-ee160d58a0f41150b2c41d11ebb510c6872d84e7.zip
www/py-dj40-django-cors-headers: Remove expired port:
2023-05-20 www/py-dj40-django-cors-headers: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-dj40-django-cors-headers/Makefile25
-rw-r--r--www/py-dj40-django-cors-headers/distinfo3
-rw-r--r--www/py-dj40-django-cors-headers/pkg-descr2
5 files changed, 1 insertions, 31 deletions
diff --git a/MOVED b/MOVED
index c8c24c2190c7..739d0b004bc3 100644
--- a/MOVED
+++ b/MOVED
@@ -7547,3 +7547,4 @@ www/py-dj40-django-debug-toolbar|www/py-dj41-django-debug-toolbar|2023-05-20|Has
www/py-dj40-django-graphiql-debug-toolbar|www/py-dj41-django-graphiql-debug-toolbar|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
www/py-dj40-django-redis|www/py-dj41-django-redis|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
devel/py-dj40-django-rq|devel/py-dj41-django-rq|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj40-django-cors-headers|www/py-dj41-django-cors-headers|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index 6621332e1f3a..9e779f11c27a 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1463,7 +1463,6 @@
SUBDIR += py-cssselect
SUBDIR += py-cssutils
SUBDIR += py-dj-database-url
- SUBDIR += py-dj40-django-cors-headers
SUBDIR += py-dj40-django-js-asset
SUBDIR += py-dj40-django-mptt
SUBDIR += py-dj40-django-prometheus
diff --git a/www/py-dj40-django-cors-headers/Makefile b/www/py-dj40-django-cors-headers/Makefile
deleted file mode 100644
index bfa515c3e3d9..000000000000
--- a/www/py-dj40-django-cors-headers/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME= django-cors-headers
-PORTVERSION= 3.13.0
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj40-
-
-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 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE= 2023-05-20
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django40>=3.2:www/py-django40@${PY_FLAVOR}
-
-USES= python:3.7+
-USE_PYTHON= autoplist distutils
-
-NO_ARCH= yes
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/www/py-dj40-django-cors-headers/distinfo b/www/py-dj40-django-cors-headers/distinfo
deleted file mode 100644
index 17abcee346a5..000000000000
--- a/www/py-dj40-django-cors-headers/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1655534977
-SHA256 (django-cors-headers-3.13.0.tar.gz) = f9dc6b4e3f611c3199700b3e5f3398c28757dcd559c2f82932687f3d0443cfdf
-SIZE (django-cors-headers-3.13.0.tar.gz) = 20995
diff --git a/www/py-dj40-django-cors-headers/pkg-descr b/www/py-dj40-django-cors-headers/pkg-descr
deleted file mode 100644
index 9ba1bc6bd1a8..000000000000
--- a/www/py-dj40-django-cors-headers/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-A Django App that adds CORS (Cross-Origin Resource Sharing) headers to
-responses.