mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
WHILE HERE * added markupsafe and pytz dependencies; * changed "patch-mistune" by not patching many files with one single diff; * reflecting $PORTVERSION on setup.py properly on 'post-patch'. CHANGELOG * https://github.com/lektor/lektor/blob/v3.3.10/CHANGES.md Sponsored by: The Tor Project Sponsored by: TorBSD Diversity Project (TDP)
11 lines
294 B
Python
11 lines
294 B
Python
--- lektor/markdown.py.orig 2023-09-02 08:00:20 UTC
|
|
+++ lektor/markdown.py
|
|
@@ -2,7 +2,7 @@ import threading
|
|
from urllib.parse import urlsplit
|
|
from weakref import ref as weakref
|
|
|
|
-import mistune
|
|
+import mistune0 as mistune
|
|
from markupsafe import Markup
|
|
|
|
from lektor.context import get_ctx
|