bf8873f41437b2d5083c9ba30d20be477d843252
[feed/packages.git] / lang / python / python-twisted / patches / 001-omit-tkconch.patch
1 --- a/pyproject.toml
2 +++ b/pyproject.toml
3 @@ -150,7 +150,6 @@ ckeygen = "twisted.conch.scripts.ckeygen
4 conch = "twisted.conch.scripts.conch:run"
5 mailmail = "twisted.mail.scripts.mailmail:run"
6 pyhtmlizer = "twisted.scripts.htmlizer:run"
7 -tkconch = "twisted.conch.scripts.tkconch:run"
8 trial = "twisted.scripts.trial:run"
9 twist = "twisted.application.twist._twist:Twist.main"
10 twistd = "twisted.scripts.twistd:run"
11 --- a/src/twisted/python/twisted-completion.zsh
12 +++ b/src/twisted/python/twisted-completion.zsh
13 @@ -1,4 +1,4 @@
14 -#compdef twist twistd trial conch cftp ckeygen pyhtmlizer tkconch
15 +#compdef twist twistd trial conch cftp ckeygen pyhtmlizer
16 #
17 # This is the ZSH completion file for Twisted commands. It calls the current
18 # command-line with the special "--_shell-completion" option which is handled