aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-08-31 10:42:48 +0000
committerRene Ladan <rene@FreeBSD.org>2026-08-31 10:42:48 +0000
commite133d81301f8c8eee702c79e0743ae105bb81a38 (patch)
treeceae5353bee8c631180b4a684551d049a270ba04
parent09d33cce80db5f4461d2a8e529e11ffd2fe2de81 (diff)
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
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-dj42-django_statici18n/Makefile29
-rw-r--r--www/py-dj42-django_statici18n/distinfo3
-rw-r--r--www/py-dj42-django_statici18n/pkg-descr9
5 files changed, 1 insertions, 42 deletions
diff --git a/MOVED b/MOVED
index 4f4574ce14ef..740b6d514bbc 100644
--- a/MOVED
+++ b/MOVED
@@ -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
diff --git a/www/Makefile b/www/Makefile
index 42a5a00d0717..ecb19199e0a2 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -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
diff --git a/www/py-dj42-django_statici18n/Makefile b/www/py-dj42-django_statici18n/Makefile
deleted file mode 100644
index 19ba0436a733..000000000000
--- a/www/py-dj42-django_statici18n/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-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>
diff --git a/www/py-dj42-django_statici18n/distinfo b/www/py-dj42-django_statici18n/distinfo
deleted file mode 100644
index 116e243c264f..000000000000
--- a/www/py-dj42-django_statici18n/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1771211042
-SHA256 (django_statici18n-2.6.0.tar.gz) = 87ed5adb15d6b32d20f438df76f39f16cc5804f452a8785bebc64729ff08cfb4
-SIZE (django_statici18n-2.6.0.tar.gz) = 7907
diff --git a/www/py-dj42-django_statici18n/pkg-descr b/www/py-dj42-django_statici18n/pkg-descr
deleted file mode 100644
index de1615b18262..000000000000
--- a/www/py-dj42-django_statici18n/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-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.