python-twisted: Update to 21.2.0, redo patches
[feed/packages.git] / lang / python / python-twisted / patches / 001-omit-tkconch.patch
1 --- a/setup.cfg
2 +++ b/setup.cfg
3 @@ -98,7 +98,6 @@ console_scripts =
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