Plugin for MkDocs that allows you to create richer and more beautiful pages, by using variables and calls to macros in the markdown code. WWW: https://github.com/fralau/mkdocs-macros-plugin PR: 286226 Reported by: Vladyslav Movchan <vladislav.movchan@gmail.com> (new maintainer)
35 lines
1.3 KiB
Makefile
35 lines
1.3 KiB
Makefile
PORTNAME= mkdocs-macros-plugin
|
|
DISTVERSION= 1.3.7
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= mkdocs_macros_plugin-${DISTVERSION}
|
|
|
|
MAINTAINER= vladislav.movchan@gmail.com
|
|
COMMENT= MkDocs plugin which provides variables and macros in the markdown code
|
|
WWW= https://github.com/fralau/mkdocs-macros-plugin
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs>=0.17:textproc/py-mkdocs@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}hjson>=0:textproc/py-hjson@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pathspec>=0:devel/py-pathspec@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}python-dateutil>=0:devel/py-python-dateutil@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}termcolor>=0:devel/py-termcolor@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}super-collections>=0:devel/py-super-collections@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-extract:
|
|
${RM} -r ${WRKSRC}/test
|
|
|
|
.include <bsd.port.mk>
|