Files
ports/textproc/py-docling-extractor/Makefile
T

26 lines
803 B
Makefile

PORTNAME= docling-extractor
DISTVERSION= 1.0.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Production-grade document extraction with intelligent fallback chain
WWW= https://github.com/panwarnalini-hub/clinical-doc-pipelines
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdfplumber>=0.10.0:graphics/py-pdfplumber@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pymupdf>=1.23.0:print/py-PyMuPDF@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>