git: b7c739e7598a - main - www/py-dj51-django-htmx: Update to 1.23.2

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Sun, 29 Jun 2025 10:46:30 UTC
The branch main has been updated by kai:

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

commit b7c739e7598ad52a4487731ce8b113f4085057b8
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-06-29 10:06:42 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-06-29 10:11:19 +0000

    www/py-dj51-django-htmx: Update to 1.23.2
    
    Changelog since 1.23.0:
    
    https://github.com/adamchainz/django-htmx/blob/1.23.2/docs/changelog.rst
---
 www/py-dj51-django-htmx/Makefile                   |  2 +-
 www/py-dj51-django-htmx/distinfo                   |  6 +++---
 www/py-dj51-django-htmx/files/patch-pyproject.toml | 24 ++++++++++++++++++++++
 3 files changed, 28 insertions(+), 4 deletions(-)

diff --git a/www/py-dj51-django-htmx/Makefile b/www/py-dj51-django-htmx/Makefile
index aeced621342e..42eaa3f727df 100644
--- a/www/py-dj51-django-htmx/Makefile
+++ b/www/py-dj51-django-htmx/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	django-htmx
-DISTVERSION=	1.23.0
+DISTVERSION=	1.23.2
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj51-
diff --git a/www/py-dj51-django-htmx/distinfo b/www/py-dj51-django-htmx/distinfo
index ff5b98d404fe..a7bbc8609725 100644
--- a/www/py-dj51-django-htmx/distinfo
+++ b/www/py-dj51-django-htmx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1742639003
-SHA256 (django_htmx-1.23.0.tar.gz) = 71e6242ac6bd32a0e14fcb12b340f901c9a924f0b4e9b461a5e6a6eea8d9c6dd
-SIZE (django_htmx-1.23.0.tar.gz) = 63450
+TIMESTAMP = 1751179083
+SHA256 (django_htmx-1.23.2.tar.gz) = 65a8c8825fcae983b94aedce26af96a70717ab185d55cdb8a7a4bb68863ab079
+SIZE (django_htmx-1.23.2.tar.gz) = 64415
diff --git a/www/py-dj51-django-htmx/files/patch-pyproject.toml b/www/py-dj51-django-htmx/files/patch-pyproject.toml
new file mode 100644
index 000000000000..aa80972d35fd
--- /dev/null
+++ b/www/py-dj51-django-htmx/files/patch-pyproject.toml
@@ -0,0 +1,24 @@
+* 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" },
+ ]