View | Details | Raw Unified | Return to bug 262258 | Differences between
and this patch

Collapse All | Expand All

(-)b/textproc/py-mkdocs-mermaid2-plugin/Makefile (+24 lines)
Added Link Here
1
PORTNAME=	mkdocs-mermaid2-plugin
2
DISTVERSION=	0.5.2
3
CATEGORIES=	textproc python
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	samir@noir.im
8
COMMENT=	MkDocs plugin for including mermaid graphs in markdown sources
9
10
LICENSE=	MIT
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \
14
		${PYTHON_PKGNAMEPREFIX}jsbeautifier>0:devel/py-jsbeautifier@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}mkdocs>=0:textproc/py-mkdocs@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}pymdown-extensions>0:textproc/py-pymdown-extensions@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
18
19
USES=		python:3.5+
20
USE_PYTHON=	autoplist concurrent distutils
21
22
NO_ARCH=	yes
23
24
.include <bsd.port.mk>
(-)b/textproc/py-mkdocs-mermaid2-plugin/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1646076780
2
SHA256 (mkdocs-mermaid2-plugin-0.5.2.tar.gz) = d920cec8c9cea52fa144f82b94aa5e0398bd4391e44c314475ae61dae871a23b
3
SIZE (mkdocs-mermaid2-plugin-0.5.2.tar.gz) = 39856
(-)b/textproc/py-mkdocs-mermaid2-plugin/pkg-descr (+3 lines)
Added Link Here
1
A mkdocs plugin that interprets mermaid graphs in the markdown file.
2
3
WWW: https://github.com/fralau/mkdocs-mermaid2-plugin

Return to bug 262258