git: 948f38cf3928 - main - audio/py-pyttsx3: Forgot patchfile in last commit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jun 2026 08:35:01 UTC
The branch main has been updated by rhurlin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=948f38cf392834bb8ce766ea952fe1a45b2dfd8b
commit 948f38cf392834bb8ce766ea952fe1a45b2dfd8b
Author: Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2026-06-27 08:33:19 +0000
Commit: Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2026-06-27 08:34:39 +0000
audio/py-pyttsx3: Forgot patchfile in last commit
Sorry, should unbreak the build
---
audio/py-pyttsx3/files/patch-pyproject.toml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/audio/py-pyttsx3/files/patch-pyproject.toml b/audio/py-pyttsx3/files/patch-pyproject.toml
new file mode 100644
index 000000000000..8a91828ae824
--- /dev/null
+++ b/audio/py-pyttsx3/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2025-07-08 12:23:44 UTC
++++ pyproject.toml
+@@ -8,7 +8,7 @@ readme = "README.md"
+ version = "2.99"
+ description = "Text to Speech (TTS) library for Python 3. Works without internet connection or delay. Supports multiple TTS engines, including Sapi5, nsss, and espeak."
+ readme = "README.md"
+-license = "MPL-2.0"
++license = {text = "MPL-2.0"}
+ keywords = [
+ "gtts",
+ "ivona",