git: d904ca2a2c1b - main - www/py-dj41-django-cors-headers: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Dec 2023 00:08:52 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d904ca2a2c1bd339d0a75daddf5c29976e8a4790 commit d904ca2a2c1bd339d0a75daddf5c29976e8a4790 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-30 07:10:14 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-31 00:06:36 +0000 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/ --- MOVED | 1 + www/Makefile | 1 - www/py-dj41-django-cors-headers/Makefile | 28 ---------------------------- www/py-dj41-django-cors-headers/distinfo | 3 --- www/py-dj41-django-cors-headers/pkg-descr | 2 -- 5 files changed, 1 insertion(+), 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.