git: e5d5302d2da3 - main - www/py-dj50-django-js-asset: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 01 Jun 2025 20:41:16 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e5d5302d2da3bd935a800e29e5ef2f6c643a32dd

commit e5d5302d2da3bd935a800e29e5ef2f6c643a32dd
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-01 20:41:12 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-01 20:41:12 +0000

    www/py-dj50-django-js-asset: Remove expired port
    
    2025-05-31 www/py-dj50-django-js-asset: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
---
 MOVED                                 |  1 +
 www/Makefile                          |  1 -
 www/py-dj50-django-js-asset/Makefile  | 28 ----------------------------
 www/py-dj50-django-js-asset/distinfo  |  3 ---
 www/py-dj50-django-js-asset/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 34 deletions(-)

diff --git a/MOVED b/MOVED
index 51efc38dc950..568439218643 100644
--- a/MOVED
+++ b/MOVED
@@ -4447,3 +4447,4 @@ www/py-dj50-django-filter|www/py-dj51-django-filter|2025-06-01|Has expired: Exte
 devel/awless||2025-06-01|Has expired: Abandoned upstream
 devel/hgreviewboard||2025-06-01|Has expired: Upstream is gone
 www/py-dj50-django-mptt|www/py-dj51-django-mptt|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj50-django-js-asset|www/py-dj51-django-js-asset|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index f35c9066bf1b..4bedbdd627f8 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1517,7 +1517,6 @@
     SUBDIR += py-dash
     SUBDIR += py-dj-database-url
     SUBDIR += py-dj50-django-htmx
-    SUBDIR += py-dj50-django-js-asset
     SUBDIR += py-dj50-django-redis
     SUBDIR += py-dj51-channels
     SUBDIR += py-dj51-channels-redis
diff --git a/www/py-dj50-django-js-asset/Makefile b/www/py-dj50-django-js-asset/Makefile
deleted file mode 100644
index 3cae20a759bc..000000000000
--- a/www/py-dj50-django-js-asset/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME=	django-js-asset
-DISTVERSION=	3.1.2
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj50-
-DISTNAME=	django_js_asset-${DISTVERSION}
-
-MAINTAINER=	kai@FreeBSD.org
-COMMENT=	Insert script tags with additional attributes for django.forms.Media
-WWW=		https://github.com/matthiask/django-js-asset
-
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=2025-05-31
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django50>=4.2:www/py-django50@${PY_FLAVOR}
-
-USES=		python:3.10+
-USE_PYTHON=	autoplist pep517
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH=		yes
-
-.include <bsd.port.mk>
diff --git a/www/py-dj50-django-js-asset/distinfo b/www/py-dj50-django-js-asset/distinfo
deleted file mode 100644
index 5d250a973b1e..000000000000
--- a/www/py-dj50-django-js-asset/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1741326981
-SHA256 (django_js_asset-3.1.2.tar.gz) = 1fc7584199ed1941ed7c8e7b87ca5524bb0f2ba941561d2a104e88ee9f07bedd
-SIZE (django_js_asset-3.1.2.tar.gz) = 9471
diff --git a/www/py-dj50-django-js-asset/pkg-descr b/www/py-dj50-django-js-asset/pkg-descr
deleted file mode 100644
index 99b04e1534c9..000000000000
--- a/www/py-dj50-django-js-asset/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Insert script tags with additional attributes (such as "id" and "data" for
-CSP-compatible data injection) for the django.forms.Media package.