ports/textproc/py-mdformat/files/patch-pyproject.toml
Po-Chuan Hsieh 59590a9fcf
textproc/py-mdformat: Allow build with py-markdown-it-py 4.0.0+
- Bump PORTREVISION for package change

Obtained from:	a822aca00e
2025-09-08 07:07:36 +08:00

14 lines
455 B
TOML

Obtained from: https://github.com/hukkin/mdformat/commit/a822aca00e5b918953597499e67c8bb7767c7960
--- pyproject.toml.orig 2025-01-30 17:57:20 UTC
+++ pyproject.toml
@@ -13,7 +13,7 @@ dependencies = [
license = { file = "LICENSE" }
requires-python = ">=3.9"
dependencies = [
- 'markdown-it-py >=1.0.0,<4.0.0',
+ 'markdown-it-py>=1,<5',
'tomli >=1.1.0; python_version < "3.11"',
'importlib-metadata >=3.6.0; python_version < "3.10"',
]