aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-30 07:10:14 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-31 00:06:36 +0000
commitd904ca2a2c1bd339d0a75daddf5c29976e8a4790 (patch)
tree1c3b931e64108d18333b0f4bf8645c204376bcf6
parentb05ed46930edd34df248898aa44aee63b389118b (diff)
downloadports-d904ca2a2c1bd339d0a75daddf5c29976e8a4790.tar.gz
ports-d904ca2a2c1bd339d0a75daddf5c29976e8a4790.zip
www/py-dj41-django-cors-headers: Remove expired port
2023-12-31 www/py-dj41-django-cors-headers: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-dj41-django-cors-headers/Makefile28
-rw-r--r--www/py-dj41-django-cors-headers/distinfo3
-rw-r--r--www/py-dj41-django-cors-headers/pkg-descr2
5 files changed, 1 insertions, 34 deletions
diff --git a/MOVED b/MOVED
index ca3f287e3c93..80ca6acafe27 100644
--- a/MOVED
+++ b/MOVED
@@ -8282,3 +8282,4 @@ www/py-dj41-django-mptt|www/py-dj42-django-mptt|2023-12-31|Has expired: Extended
www/py-dj41-drf-yasg|www/py-dj42-drf-yasg|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
print/ghostscript9-agpl-x11|print/ghostscript10|2023-12-31|Has expired: Obsolete and unsupported upstream, consider using print/ghostscipt10
print/ghostscript9-agpl-base|print/ghostscript10|2023-12-31|Has expired: Obsolete and unsupported upstream, consider using print/ghostscipt10
+www/py-dj41-django-cors-headers|www/py-dj42-django-cors-headers|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index 2dc2c8d25380..c288f590a32d 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1493,7 +1493,6 @@
SUBDIR += py-daphne
SUBDIR += py-dj-database-url
SUBDIR += py-dj41-django-auth-ldap
- SUBDIR += py-dj41-django-cors-headers
SUBDIR += py-dj41-django-debug-toolbar
SUBDIR += py-dj41-django-filter
SUBDIR += py-dj41-django-js-asset
diff --git a/www/py-dj41-django-cors-headers/Makefile b/www/py-dj41-django-cors-headers/Makefile
deleted file mode 100644
index 8a91f2a6990f..000000000000
--- a/www/py-dj41-django-cors-headers/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME= django-cors-headers
-PORTVERSION= 4.2.0
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj41-
-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 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE= 2023-12-31
-
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
- ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=3.2:www/py-django41@${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-dj41-django-cors-headers/distinfo b/www/py-dj41-django-cors-headers/distinfo
deleted file mode 100644
index 33d27f31c824..000000000000
--- a/www/py-dj41-django-cors-headers/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1689168127
-SHA256 (django_cors_headers-4.2.0.tar.gz) = f9749c6410fe738278bc2b6ef17f05195bc7b251693c035752d8257026af024f
-SIZE (django_cors_headers-4.2.0.tar.gz) = 21183
diff --git a/www/py-dj41-django-cors-headers/pkg-descr b/www/py-dj41-django-cors-headers/pkg-descr
deleted file mode 100644
index 9ba1bc6bd1a8..000000000000
--- a/www/py-dj41-django-cors-headers/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-A Django App that adds CORS (Cross-Origin Resource Sharing) headers to
-responses.