From 11f445bb82e6e895d7cce57d4c6d8572d1981162 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Wed, 17 Jun 2020 08:31:27 -0400 Subject: [PATCH] Fix docs build (#306) * screw the 'irc' script, then --- setup.py | 3 --- x84/default/main.py | 11 +++++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/setup.py b/setup.py index 6d2daa33..7694bc3b 100755 --- a/setup.py +++ b/setup.py @@ -43,10 +43,7 @@ 'blessed>=1.17.8,<2', 'feedparser>=5.2.1,<6', 'html2text==2019.8.11', - 'irc>=11.0.1,<12', 'hgtools==8.1.1', - 'more-itertools>=5,<6', - 'jaraco.functools==1.20', 'requests>=2.23.0,<3', 'sauce>=1.2,<2', 'six>=1.15.0,<2', diff --git a/x84/default/main.py b/x84/default/main.py index f86b2e38..9c64dd68 100644 --- a/x84/default/main.py +++ b/x84/default/main.py @@ -106,10 +106,13 @@ def get_menu_items(session): # # put your own fun scripts here # - MenuItem(inp_key=u'irc', - text=u'irc chat', - script='ircchat', - args=(), kwargs={}), +# ugh, the upstream 'irc' module is a PITA, it has broken dependencies +# in the the jaraco.* modules, they're not well-managed or declared, +# all cross-wired and broken and not python 2 compatible when they aren't +# MenuItem(inp_key=u'irc', +# text=u'irc chat', +# script='ircchat', +# args=(), kwargs={}), MenuItem(inp_key=u'who', text=u"who's online", script='online',