ports/net/py-errbot/files/patch-setup.py
Sunpoet Po-Chuan Hsieh 180354c75f Add py-errbot 6.1.5
Errbot is a chatbot. It allows you to start scripts interactively from your
chatrooms for any reason: random humour, chatops, starting a build, monitoring
commits, triggering alerts...

WWW: https://github.com/errbotio/errbot
2020-10-22 17:54:32 +00:00

10 lines
387 B
Python

--- setup.py.orig 2020-10-10 16:25:15 UTC
+++ setup.py
@@ -36,7 +36,6 @@ deps = ['webtest',
'markdown<3.0', # rendering stuff, 3.0+ deprecates 'safe()'
'ansi',
'Pygments>=2.0.2',
- 'pygments-markdown-lexer>=0.1.0.dev39', # sytax coloring to debug md
'dulwich>=0.19.16', # python implementation of git
'deepmerge>=0.1.0',
]