Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/audio/TonieToolbox/files/patch-pyproject.toml
20809 views
1
--- pyproject.toml.orig 2025-10-26 20:56:37 UTC
2
+++ pyproject.toml
3
@@ -8,7 +8,7 @@ requires-python = ">=3.7"
4
description = "Convert audio files to Toniebox compatible format (.TAF) and interact with TeddyCloud."
5
readme = "README.md"
6
requires-python = ">=3.7"
7
-license = "GPL-3.0-or-later"
8
+license = { file = "LICENSE.md" }
9
authors = [
10
{name = "Quentendo64", email = "[email protected]"}
11
]
12
@@ -20,7 +20,7 @@ dependencies = [
13
"Topic :: Multimedia :: Sound/Audio :: Conversion",
14
]
15
dependencies = [
16
- "protobuf<=6.33.0",
17
+ "protobuf<=6.33.2",
18
"requests>=2.32.5",
19
"mutagen>=1.47.0",
20
"packaging>=25.0",
21
@@ -38,4 +38,4 @@ Homepage = "https://github.com/Quentendo64/TonieToolbo
22
"Bug Tracker" = "https://github.com/Quentendo64/TonieToolbox/issues"
23
24
[project.scripts]
25
-tonietoolbox = "TonieToolbox.__main__:main"
26
\ No newline at end of file
27
+tonietoolbox = "TonieToolbox.__main__:main"
28
29