Commit d904ca2a authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

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/
parent b05ed469
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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/
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −28
Original line number Diff line number Diff line
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>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1689168127
SHA256 (django_cors_headers-4.2.0.tar.gz) = f9749c6410fe738278bc2b6ef17f05195bc7b251693c035752d8257026af024f
SIZE (django_cors_headers-4.2.0.tar.gz) = 21183
+0 −2
Original line number Diff line number Diff line
A Django App that adds CORS (Cross-Origin Resource Sharing) headers to
responses.