mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
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!).
9 lines
247 B
TOML
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"
|