git: 91330f03166e - main - www/py-dj50-django-htmx: Remove expired port

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

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

commit 91330f03166e702ffb2881c54092931ad7cfd4bc
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-01 20:43:38 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-01 20:43:38 +0000

    www/py-dj50-django-htmx: Remove expired port
    
    2025-05-31 www/py-dj50-django-htmx: 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-htmx/Makefile  | 30 ------------------------------
 www/py-dj50-django-htmx/distinfo  |  3 ---
 www/py-dj50-django-htmx/pkg-descr |  3 ---
 5 files changed, 1 insertion(+), 37 deletions(-)

diff --git a/MOVED b/MOVED
index 764d0345574e..f09f98a54e2c 100644
--- a/MOVED
+++ b/MOVED
@@ -4451,3 +4451,4 @@ www/py-dj50-django-js-asset|www/py-dj51-django-js-asset|2025-06-01|Has expired:
 www/py-dj50-django-redis|www/py-dj51-django-redis|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/
 devel/eventxx||2025-06-01|Has expired: Upstream is gone, unmaintained for 10+ years in tree
 devel/cmunge||2025-06-01|Has expired: Upstream is gone
+www/py-dj50-django-htmx|www/py-dj51-django-htmx|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 73aa1dfb48a1..3511bceb4f2c 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1516,7 +1516,6 @@
     SUBDIR += py-daphne
     SUBDIR += py-dash
     SUBDIR += py-dj-database-url
-    SUBDIR += py-dj50-django-htmx
     SUBDIR += py-dj51-channels
     SUBDIR += py-dj51-channels-redis
     SUBDIR += py-dj51-django-allauth
diff --git a/www/py-dj50-django-htmx/Makefile b/www/py-dj50-django-htmx/Makefile
deleted file mode 100644
index 54b2943e0452..000000000000
--- a/www/py-dj50-django-htmx/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME=	django-htmx
-DISTVERSION=	1.23.0
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj50-
-DISTNAME=	django_htmx-${DISTVERSION}
-
-MAINTAINER=	kai@FreeBSD.org
-COMMENT=	Extensions for using Django with htmx
-WWW=		https://github.com/adamchainz/django-htmx
-
-LICENSE=	MIT
-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=	${PY_SETUPTOOLS} \
-		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django50>=4.2:www/py-django50@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}asgiref>=3.6:www/py-asgiref@${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-htmx/distinfo b/www/py-dj50-django-htmx/distinfo
deleted file mode 100644
index ff5b98d404fe..000000000000
--- a/www/py-dj50-django-htmx/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1742639003
-SHA256 (django_htmx-1.23.0.tar.gz) = 71e6242ac6bd32a0e14fcb12b340f901c9a924f0b4e9b461a5e6a6eea8d9c6dd
-SIZE (django_htmx-1.23.0.tar.gz) = 63450
diff --git a/www/py-dj50-django-htmx/pkg-descr b/www/py-dj50-django-htmx/pkg-descr
deleted file mode 100644
index 9b84019de4a7..000000000000
--- a/www/py-dj50-django-htmx/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This package offers extensions for using Django with htmx, a library that
-allows one to access modern browser features directly from HTML, rather than
-using JavaScript (see https://htmx.org/).