Commit 7f2ea360 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-dj42-django-ranged-response: Remove expired port

2026-08-31 www/py-dj42-django-ranged-response: Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
parent 68641b27
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5586,3 +5586,4 @@ www/py-dj42-django-webpack-loader||2026-08-31|Has expired: Serves as a transitio
www/py-dj42-django-simple-captcha||2026-08-31|Has expired: Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
www/py-dj42-django-picklefield||2026-08-31|Has expired: Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
www/py-dj42-djangosaml2||2026-08-31|Has expired: Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
www/py-dj42-django-ranged-response||2026-08-31|Has expired: Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
+0 −1
Original line number Diff line number Diff line
@@ -1574,7 +1574,6 @@
    SUBDIR += py-dash-bootstrap-components
    SUBDIR += py-ddgs
    SUBDIR += py-dj-database-url
    SUBDIR += py-dj42-django-ranged-response
    SUBDIR += py-dj60-channels
    SUBDIR += py-dj60-django-auth-ldap
    SUBDIR += py-dj60-django-choices-field
+0 −27
Original line number Diff line number Diff line
PORTNAME=	django-ranged-response
DISTVERSION=	0.2.0
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj42-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Modified Django FileResponse that adds Content-Range headers
WWW=		https://github.com/i3thuan5/django-ranged-response

LICENSE=	MIT

DEPRECATED=	Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
EXPIRATION_DATE=2026-08-31

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${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 = 1525989759
SHA256 (django-ranged-response-0.2.0.tar.gz) = f71fff352a37316b9bead717fc76e4ddd6c9b99c4680cdf4783b9755af1cf985
SIZE (django-ranged-response-0.2.0.tar.gz) = 3021
+0 −3
Original line number Diff line number Diff line
This is a modified FileResponse that returns 'Content-Range' headers with the
HTTP response, so browsers (e.g. Safari 9+) that request the file, can stream
the response properly.