git: f7b1297da44c - main - www/py-dj51-django-htmx: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 11:31:34 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f7b1297da44c943faadd67ca385bbe28c9de996e
commit f7b1297da44c943faadd67ca385bbe28c9de996e
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 11:31:26 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 11:31:26 +0000
www/py-dj51-django-htmx: Remove expired port
2025-12-31 www/py-dj51-django-htmx: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
---
MOVED | 1 +
www/Makefile | 1 -
www/py-dj51-django-htmx/Makefile | 30 ----------------------
www/py-dj51-django-htmx/distinfo | 3 ---
www/py-dj51-django-htmx/files/patch-pyproject.toml | 24 -----------------
www/py-dj51-django-htmx/pkg-descr | 3 ---
6 files changed, 1 insertion(+), 61 deletions(-)
diff --git a/MOVED b/MOVED
index ab14694827a5..df323cdbf335 100644
--- a/MOVED
+++ b/MOVED
@@ -4943,3 +4943,4 @@ www/py-dj51-django-auth-ldap||2025-12-31|Has expired: Extended support of Django
www/py-dj51-django-choices-field||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
devel/py-dj51-strawberry-graphql||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
www/py-dj51-channels||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj51-django-htmx||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index 79f176f219ab..8146b68c4428 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1543,7 +1543,6 @@
SUBDIR += py-dash
SUBDIR += py-ddgs
SUBDIR += py-dj-database-url
- SUBDIR += py-dj51-django-htmx
SUBDIR += py-dj51-django-tables2
SUBDIR += py-dj51-djangorestframework
SUBDIR += py-dj52-channels
diff --git a/www/py-dj51-django-htmx/Makefile b/www/py-dj51-django-htmx/Makefile
deleted file mode 100644
index 180dac54e32e..000000000000
--- a/www/py-dj51-django-htmx/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME= django-htmx
-DISTVERSION= 1.27.0
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51-
-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.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=2025-12-31
-
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
- ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=4.2:www/py-django51@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}asgiref>=3.6:www/py-asgiref@${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-dj51-django-htmx/distinfo b/www/py-dj51-django-htmx/distinfo
deleted file mode 100644
index 2810a47367a0..000000000000
--- a/www/py-dj51-django-htmx/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1765118679
-SHA256 (django_htmx-1.27.0.tar.gz) = 036e5da801bfdf5f1ca815f21592cfb9f004a898f330c842f15e55c70e301a75
-SIZE (django_htmx-1.27.0.tar.gz) = 65362
diff --git a/www/py-dj51-django-htmx/files/patch-pyproject.toml b/www/py-dj51-django-htmx/files/patch-pyproject.toml
deleted file mode 100644
index aa80972d35fd..000000000000
--- a/www/py-dj51-django-htmx/files/patch-pyproject.toml
+++ /dev/null
@@ -1,24 +0,0 @@
-* Relax version requirements for py-setuptools and enable build for
- older versions of it
-
---- pyproject.toml.orig 2025-06-22 10:34:17 UTC
-+++ pyproject.toml
-@@ -1,7 +1,7 @@ requires = [
- [build-system]
- build-backend = "setuptools.build_meta"
- requires = [
-- "setuptools>=77",
-+ "setuptools",
- ]
-
- [project]
-@@ -12,8 +12,7 @@ keywords = [
- keywords = [
- "Django",
- ]
--license = "MIT"
--license-files = [ "LICENSE" ]
-+license = { text="MIT" }
- authors = [
- { name = "Adam Johnson", email = "me@adamj.eu" },
- ]
diff --git a/www/py-dj51-django-htmx/pkg-descr b/www/py-dj51-django-htmx/pkg-descr
deleted file mode 100644
index 9b84019de4a7..000000000000
--- a/www/py-dj51-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/).