Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/deskutils/calibre/files/patch-setup_resources.py
16461 views
1
--- setup/resources.py.orig 2025-08-08 02:10:36 UTC
2
+++ setup/resources.py
3
@@ -104,7 +104,7 @@ class Resources(Command): # {{{
4
class Resources(Command): # {{{
5
6
description = 'Compile various needed calibre resources'
7
- sub_commands = ['liberation_fonts', 'mathjax', 'rapydscript', 'hyphenation', 'piper_voices']
8
+ sub_commands = ['liberation_fonts', 'mathjax', 'rapydscript', 'hyphenation']
9
10
def run(self, opts):
11
from calibre.utils.serialize import msgpack_dumps
12
13