mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
This extension for Python Markdown produces the same results as the "admonition" extension, but with a syntax that is much less intrusive and has a very reasonable fallback look for "vanilla" renderers.
22 lines
584 B
Makefile
22 lines
584 B
Makefile
PORTNAME= markdown-callouts
|
|
DISTVERSION= 0.3.0
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kai@FreeBSD.org
|
|
COMMENT= Markdown extension: Classier syntax for admonitions
|
|
WWW= https://github.com/oprypin/markdown-callouts
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0.12:devel/py-poetry-core@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=3.3.3<4:textproc/py-markdown@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|