diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2025-06-29 12:02:18 +0200 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2025-06-29 12:11:18 +0200 |
commit | f3c59bde7bd4e55cd3f68e78b9dd9589bef84a43 (patch) | |
tree | ffd5befbfb4f072147c10eee2993c8bf7a2f194a /www/py-django-htmx/files/patch-pyproject.toml | |
parent | devel/py-strawberry-graphql: Update to 0.275.4 (diff) |
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
Diffstat (limited to 'www/py-django-htmx/files/patch-pyproject.toml')
-rw-r--r-- | www/py-django-htmx/files/patch-pyproject.toml | 24 |
1 files changed, 24 insertions, 0 deletions
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" }, + ] |