From f3c59bde7bd4e55cd3f68e78b9dd9589bef84a43 Mon Sep 17 00:00:00 2001 From: Kai Knoblich Date: Sun, 29 Jun 2025 12:02:18 +0200 Subject: www/py-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-django-htmx/files/patch-pyproject.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 www/py-django-htmx/files/patch-pyproject.toml (limited to 'www/py-django-htmx/files/patch-pyproject.toml') diff --git a/www/py-django-htmx/files/patch-pyproject.toml b/www/py-django-htmx/files/patch-pyproject.toml new file mode 100644 index 000000000000..aa80972d35fd --- /dev/null +++ b/www/py-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" }, + ] -- cgit v1.2.3