Files
ports/textproc/py-comrak/Makefile
T
Po-Chuan Hsieh 57c278883e textproc/py-comrak: Add py-comrak 0.0.12
Python bindings for the Comrak Rust library, a fast CommonMark/GFM parser.

Feature: Fast Markdown to HTML parser in Rust, shipped for Python via PyO3.
2026-07-08 21:30:19 +08:00

23 lines
546 B
Makefile

PORTNAME= comrak
PORTVERSION= 0.0.12
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTFILES= comrak-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python bindings for the Comrak Rust library, a fast CommonMark/GFM parser
WWW= https://github.com/lmmx/comrak
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.9.6<2.0:devel/py-maturin@${PY_FLAVOR}
USES= cargo python
USE_PYTHON= autoplist concurrent pep517
CARGO_BUILD= no
CARGO_INSTALL= no
.include <bsd.port.mk>