57c278883e
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.
23 lines
546 B
Makefile
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>
|