Commit 472a6da8 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-dj42-django-webpack-loader: Remove expired port

2026-08-31 www/py-dj42-django-webpack-loader: Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
parent e133d813
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5582,3 +5582,4 @@ www/seahub||2026-08-31|Has expired: The update of net-mgmt/seafile-server to a n
net-mgmt/seafile-server||2026-08-31|Has expired: The update to a newer version is more difficult than expected, and the current version of the web backend, www/seahub, only runs on Django 4.2
www/py-dj42-djangorestframework||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_statici18n||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-webpack-loader||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
@@ -1577,7 +1577,6 @@
    SUBDIR += py-dj42-django-picklefield
    SUBDIR += py-dj42-django-ranged-response
    SUBDIR += py-dj42-django-simple-captcha
    SUBDIR += py-dj42-django-webpack-loader
    SUBDIR += py-dj42-djangosaml2
    SUBDIR += py-dj60-channels
    SUBDIR += py-dj60-django-auth-ldap
+0 −28
Original line number Diff line number Diff line
PORTNAME=	django-webpack-loader
PORTVERSION=	3.1.1
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj42-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Transparently use webpack with Django
WWW=		https://pypi.org/project/django-webpack-loader

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

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>=2.0:www/py-django42@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent pep517

CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}

NO_ARCH=	yes

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1734389409
SHA256 (django-webpack-loader-3.1.1.tar.gz) = f11b79700d1bfc1299131bdf4ba479c1ec200f83a1400e1a2feb5c2ba7b6f8c4
SIZE (django-webpack-loader-3.1.1.tar.gz) = 18371
+0 −6
Original line number Diff line number Diff line
Use webpack to generate your static bundles without
Django's staticfiles or opaque wrappers.

Django webpack loader consumes the output generated
by webpack-bundle-tracker and lets you use the
generated bundles in Django.