ports/www/radicale/files/patch-pyproject.toml
Bernhard Froehlich d6d00f01bb
www/radicale: Update to 3.3.0
This release deprecates setup.py so we had to move to pep517 which
works fine when PORTNAME is consistent everywhere (portname, distfile,
toml project name). But of cause it's not so for the moment I decided
to use the ugliest possible way (happy halloween!).
2024-11-01 16:31:05 +01:00

9 lines
247 B
TOML

--- pyproject.toml.orig 2024-10-13 16:02:04 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[project]
-name = "Radicale"
+name = "radicale"
# When the version is updated, a new section in the CHANGELOG.md file must be
# added too.
readme = "README.md"