summaryrefslogtreecommitdiff
path: root/deskutils/py-khal/files/patch-pyproject.toml
diff options
context:
space:
mode:
authorPiotr Smyrak <ps.ports@smyrak.com>2025-06-25 22:22:36 +0200
committerRene Ladan <rene@FreeBSD.org>2025-06-25 22:25:43 +0200
commitcecb32eb90a73addfebf11f68ee849cebe213676 (patch)
tree62ea96c0b5d29737a194445ff90cccde9110dccf /deskutils/py-khal/files/patch-pyproject.toml
parentemulators/open-vm-kmod: unbreak build on recent -CURRENT after 797020a76406a8... (diff)
deskutils/py-khal: re-add at version 0.11.4
This version no longer needs the expired devel/py-atomicwrites. PR: 287773
Diffstat (limited to 'deskutils/py-khal/files/patch-pyproject.toml')
-rw-r--r--deskutils/py-khal/files/patch-pyproject.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/deskutils/py-khal/files/patch-pyproject.toml b/deskutils/py-khal/files/patch-pyproject.toml
new file mode 100644
index 000000000000..30f33d1a9e9c
--- /dev/null
+++ b/deskutils/py-khal/files/patch-pyproject.toml
@@ -0,0 +1,20 @@
+--- pyproject.toml.orig 2025-04-10 21:43:33 UTC
++++ pyproject.toml
+@@ -6,7 +6,7 @@ authors = [
+ authors = [
+ {name = "khal contributors", email = "khal@lostpackets.de"},
+ ]
+-license = {file = "LICENSE"}
++license = { file = "doc/source/license.rst" }
+ classifiers = [
+ "Development Status :: 4 - Beta",
+ "Environment :: Console :: Curses",
+@@ -67,7 +67,7 @@ ikhal = "khal.cli:main_ikhal"
+ ikhal = "khal.cli:main_ikhal"
+
+ [build-system]
+-requires = ["setuptools>=64", "setuptools_scm>=8"]
++requires = ["setuptools>=63", "setuptools_scm>=8"]
+ build-backend = "setuptools.build_meta"
+
+ [tool.setuptools.packages]