summaryrefslogtreecommitdiff
path: root/www/py-wagtail/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-wagtail/files')
-rw-r--r--www/py-wagtail/files/patch-pyproject.toml19
-rw-r--r--www/py-wagtail/files/patch-setup.py13
2 files changed, 19 insertions, 13 deletions
diff --git a/www/py-wagtail/files/patch-pyproject.toml b/www/py-wagtail/files/patch-pyproject.toml
new file mode 100644
index 000000000000..57c97d673722
--- /dev/null
+++ b/www/py-wagtail/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig 2025-06-12 15:29:53 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools>=78.0"]
++requires = ["setuptools>=61.0"]
+ build-backend = "setuptools.build_meta"
+
+ [project]
+@@ -7,8 +7,7 @@ readme = "README.md"
+ dynamic = ["version"]
+ description = "A Django content management system."
+ readme = "README.md"
+-license = "BSD-3-Clause"
+-license-files = ["LICENSE"]
++license = {text = "BSD-3-Clause"}
+ authors = [
+ { name = "Wagtail core team + contributors", email = "hello@wagtail.org" },
+ ]
diff --git a/www/py-wagtail/files/patch-setup.py b/www/py-wagtail/files/patch-setup.py
deleted file mode 100644
index 43d4a8051941..000000000000
--- a/www/py-wagtail/files/patch-setup.py
+++ /dev/null
@@ -1,13 +0,0 @@
-Obtained from: https://github.com/wagtail/wagtail/commit/2fafac56fab59e8d13fa57d0f483844114a15374
-
---- setup.py.orig 2025-02-21 16:19:57 UTC
-+++ setup.py
-@@ -35,7 +35,7 @@ install_requires = [
- "anyascii>=0.1.5",
- "telepath>=0.3.1,<1",
- "laces>=0.1,<0.2",
-- "django-tasks>=0.6.1,<0.7",
-+ "django-tasks>=0.7,<0.8",
- ]
-
- # Testing dependencies