git: d90f606e7e88 - main - converters/py-markitdown: Add a run dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Sep 2026 06:51:45 UTC
The branch main has been updated by nivit:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d90f606e7e88b960949f14f68fb6f1dc515ad9ca
commit d90f606e7e88b960949f14f68fb6f1dc515ad9ca
Author: Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2026-09-01 06:44:42 +0000
Commit: Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2026-09-01 06:44:42 +0000
converters/py-markitdown: Add a run dependency
- Add sysutils/py-magika as run dependency
- Pet portfmt
- Remove IGNORE tag
PR: 297500 285927
Approved by: wen (maintainer)
---
converters/py-markitdown/Makefile | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/converters/py-markitdown/Makefile b/converters/py-markitdown/Makefile
index de9d69e15627..a5b47db87421 100644
--- a/converters/py-markitdown/Makefile
+++ b/converters/py-markitdown/Makefile
@@ -11,15 +11,14 @@ WWW= https://pypi.org/project/tlv8/
LICENSE= APACHE20
-IGNORE= run error:No module named 'magika'
-
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mammoth>=0:converters/py-mammoth@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}magika>=1.0.3:sysutils/py-magika@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}mammoth>=0:converters/py-mammoth@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}markdownify>=0:textproc/py-markdownify@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=0:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pdfminer.six>=0:textproc/py-pdfminer.six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}python-pptx>=0:textproc/py-python-pptx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}puremagic>=0:sysutils/py-puremagic@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}python-pptx>=0:textproc/py-python-pptx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
USES= python