Commit 0a81b23e authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-dj52-django-compression-middleware: Remove expired port

2026-06-30 www/py-dj52-django-compression-middleware: Obsolete, please use www/py-django-compression-middleware instead
parent 5f5602dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5396,3 +5396,4 @@ www/py-dj52-channels-redis|www/py-channels-redis|2026-06-30|Has expired: Obsolet
www/py-dj52-channels|www/py-channels|2026-06-30|Has expired: Obsolete, please use www/py-channels instead
www/py-dj52-django-permissionedforms|www/py-django-permissionedforms|2026-06-30|Has expired: Obsolete, please use www/py-django-permissionedforms instead
www/py-dj52-django-prometheus|www/py-django-prometheus|2026-06-30|Has expired: Obsolete, please use www/py-django-prometheus instead
www/py-dj52-django-compression-middleware|www/py-django-compression-middleware|2026-06-30|Has expired: Obsolete, please use www/py-django-compression-middleware instead
+0 −1
Original line number Diff line number Diff line
@@ -1568,7 +1568,6 @@
    SUBDIR += py-dj52-django-auditlog
    SUBDIR += py-dj52-django-auth-ldap
    SUBDIR += py-dj52-django-celery-results
    SUBDIR += py-dj52-django-compression-middleware
    SUBDIR += py-dj52-django-cors-headers
    SUBDIR += py-dj52-django-crispy-forms
    SUBDIR += py-dj52-django-debug-toolbar
+0 −28
Original line number Diff line number Diff line
PORTNAME=	django-compression-middleware
PORTVERSION=	0.5.0
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-

MAINTAINER=	grembo@FreeBSD.org
COMMENT=	Django middleware to compress responses using several algorithms
WWW=		https://github.com/friedelwolff/django-compression-middleware

LICENSE=	MPL20
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Obsolete, please use www/py-django-compression-middleware instead
EXPIRATION_DATE=2026-06-30

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django52>=5.2:www/py-django52@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}zstandard>=0.22.0:archivers/py-zstandard@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}brotli>=1.1.0:archivers/py-brotli@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1707589744
SHA256 (django-compression-middleware-0.5.0.tar.gz) = 0df50f12d774659abc8bbc88e4c794f2785a8f11f30b5bb267c314b85d941b73
SIZE (django-compression-middleware-0.5.0.tar.gz) = 20060
+0 −6
Original line number Diff line number Diff line
Django Compression Middleware

This middleware implements compressed content encoding for HTTP. It is similar
to Django's GZipMiddleware, but additionally supports other compression methods.

It is meant to be a drop-in replacement for Django's GZipMiddleware.