Commit f047088a authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-dj51-drf-spectacular-sidecar: Remove expired port

2025-12-31 www/py-dj51-drf-spectacular-sidecar: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
parent 4cf6a3a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4936,3 +4936,4 @@ www/py-dj51-django-compression-middleware||2025-12-31|Has expired: Extended supp
www/py-dj51-strawberry-graphql-django||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj51-django-debug-toolbar||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj51-django-timezone-field||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj51-drf-spectacular-sidecar||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
+0 −1
Original line number Diff line number Diff line
@@ -1551,7 +1551,6 @@
    SUBDIR += py-dj51-django-htmx
    SUBDIR += py-dj51-django-tables2
    SUBDIR += py-dj51-djangorestframework
    SUBDIR += py-dj51-drf-spectacular-sidecar
    SUBDIR += py-dj52-channels
    SUBDIR += py-dj52-channels-redis
    SUBDIR += py-dj52-django-allauth
+0 −29
Original line number Diff line number Diff line
PORTNAME=	drf-spectacular-sidecar
DISTVERSION=	2025.12.1
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj51-
DISTNAME=	drf_spectacular_sidecar-${DISTVERSION}

MAINTAINER=	kai@FreeBSD.org
COMMENT=	Serve self-contained Swagger UI/Redoc distribution builds with Django
WWW=		https://github.com/tfranzel/drf-spectacular

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
EXPIRATION_DATE=2025-12-31

BUILD_DEPENDS=	${PY_SETUPTOOLS} \
		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django51>=2.2:www/py-django51@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist pep517

CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}

NO_ARCH=		yes

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1765194792
SHA256 (drf_spectacular_sidecar-2025.12.1.tar.gz) = d25d82ea2e6176ce4583812f73ac9f177dcd56141c11a9e9bf35f1b1878d5044
SIZE (drf_spectacular_sidecar-2025.12.1.tar.gz) = 2460914
+0 −5
Original line number Diff line number Diff line
Serve self-contained distribution builds of Swagger UI and Redoc with Django
either via runserver or collectstatic.

This Django app is an optional addition to drf-spectacular, but does not depend
on it. It may also be used independently.