summaryrefslogtreecommitdiff
path: root/net/py-errbot/files
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-04-29 11:52:42 -0700
committerNeel Chauhan <nc@FreeBSD.org>2021-04-29 11:52:42 -0700
commit756466c9f47bfcd75ab204c5dbc0bcc463ace6b3 (patch)
tree20fe4d42155127d046c72ff879c07e5f7ee525e6 /net/py-errbot/files
parentmath/ocamlgraph: Update to 1.8.8 (diff)
net/py-errbot: Update to 6.1.7
Also, unlike the previous version, maintain compatability with py-markdown < 3.3. This is needed for the GTK+ 4 update. PR: 255278 Approved by: sunpoet (maintainer)
Diffstat (limited to 'net/py-errbot/files')
-rw-r--r--net/py-errbot/files/patch-setup.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/net/py-errbot/files/patch-setup.py b/net/py-errbot/files/patch-setup.py
index d20082386f53..85c91b609482 100644
--- a/net/py-errbot/files/patch-setup.py
+++ b/net/py-errbot/files/patch-setup.py
@@ -1,10 +1,10 @@
---- setup.py.orig 2020-10-10 16:25:15 UTC
+--- setup.py.orig 2020-12-19 05:26:11 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',
- ]
+@@ -37,7 +37,6 @@ deps = [
+ 'markdown>=3.3',
+ "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",
+ ]