mirror of https://git.FreeBSD.org/ports.git
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
This commit is contained in:
parent
ee9fcef371
commit
f3c59bde7b
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= django-htmx
|
||||
DISTVERSION= 1.23.0
|
||||
DISTVERSION= 1.23.2
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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" },
|
||||
]
|
Loading…
Reference in New Issue