mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
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)
10 lines
301 B
Python
10 lines
301 B
Python
--- setup.py.orig 2020-12-19 05:26:11 UTC
|
|
+++ setup.py
|
|
@@ -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",
|
|
]
|