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

www/py-dj42-django_statici18n: Remove expired port

2026-08-31 www/py-dj42-django_statici18n: Serves as a transition only for www/seahub and requires Django 4.2, which has been end-of-life since April
parent 09d33cce
Loading
Loading
Loading
Loading
+1 −0
Changes for MOVED: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -5581,3 +5581,4 @@ devel/electron38||2026-08-31|Has expired: EOLed upstream, switch to newer versio
www/seahub||2026-08-31|Has expired: The update of net-mgmt/seafile-server to a newer version is more difficult than expected, and the current version of www/seahub only runs on Django 4.2
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
+0 −1
Changes for www/Makefile: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -1578,7 +1578,6 @@
    SUBDIR += py-dj42-django-ranged-response
    SUBDIR += py-dj42-django-simple-captcha
    SUBDIR += py-dj42-django-webpack-loader
    SUBDIR += py-dj42-django_statici18n
    SUBDIR += py-dj42-djangosaml2
    SUBDIR += py-dj60-channels
    SUBDIR += py-dj60-django-auth-ldap
+0 −29
Changes for www/py-dj42-django_statici18n/Makefile: 0 added lines, 29 removed lines.
Original line number Diff line number Diff line
PORTNAME=	django_statici18n
PORTVERSION=	2.6.0
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj42-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Helper for generating Javascript catalog to static files
WWW=		https://github.com/zyegfryed/django-statici18n

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>=3.2:www/py-django42@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}django-appconf>=1.0:www/py-django-appconf@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist pep517

CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}

NO_ARCH=	yes

.include <bsd.port.mk>
+0 −3
Changes for www/py-dj42-django_statici18n/distinfo: 0 added lines, 3 removed lines.
Original line number Diff line number Diff line
TIMESTAMP = 1771211042
SHA256 (django_statici18n-2.6.0.tar.gz) = 87ed5adb15d6b32d20f438df76f39f16cc5804f452a8785bebc64729ff08cfb4
SIZE (django_statici18n-2.6.0.tar.gz) = 7907
+0 −9
Changes for www/py-dj42-django_statici18n/pkg-descr: 0 added lines, 9 removed lines.
Original line number Diff line number Diff line
When dealing with internationalization in JavaScript code, Django provides
the javascript_catalog view which sends out a JavaScript code library with
functions that mimic the gettext interface, plus an array of translation
strings.

At first glance, it works well and everything is fine. But, because
javascript_catalog view is generating JavaScript catalog dynamically
on each request, it's adding an overhead that can be an issue with site
growth.