mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
textproc/py-mkdocs-mermaid2-plugin: New port
PR: 262258
This commit is contained in:
parent
9fe177917e
commit
1cfc2eda12
@ -1366,6 +1366,7 @@
|
||||
SUBDIR += py-mkdocs-autorefs
|
||||
SUBDIR += py-mkdocs-material
|
||||
SUBDIR += py-mkdocs-material-extensions
|
||||
SUBDIR += py-mkdocs-mermaid2-plugin
|
||||
SUBDIR += py-mkdocs-nature
|
||||
SUBDIR += py-mkdocstrings
|
||||
SUBDIR += py-mwparserfromhell
|
||||
|
24
textproc/py-mkdocs-mermaid2-plugin/Makefile
Normal file
24
textproc/py-mkdocs-mermaid2-plugin/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
PORTNAME= mkdocs-mermaid2-plugin
|
||||
DISTVERSION= 0.5.2
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= samir@noir.im
|
||||
COMMENT= MkDocs plugin for including mermaid graphs in markdown sources
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jsbeautifier>0:devel/py-jsbeautifier@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mkdocs>=0:textproc/py-mkdocs@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pymdown-extensions>0:textproc/py-pymdown-extensions@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-mkdocs-mermaid2-plugin/distinfo
Normal file
3
textproc/py-mkdocs-mermaid2-plugin/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1646076780
|
||||
SHA256 (mkdocs-mermaid2-plugin-0.5.2.tar.gz) = d920cec8c9cea52fa144f82b94aa5e0398bd4391e44c314475ae61dae871a23b
|
||||
SIZE (mkdocs-mermaid2-plugin-0.5.2.tar.gz) = 39856
|
3
textproc/py-mkdocs-mermaid2-plugin/pkg-descr
Normal file
3
textproc/py-mkdocs-mermaid2-plugin/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A mkdocs plugin that interprets mermaid graphs in the markdown file.
|
||||
|
||||
WWW: https://github.com/fralau/mkdocs-mermaid2-plugin
|
Loading…
Reference in New Issue
Block a user