summaryrefslogtreecommitdiff
path: root/textproc/py-mkdocs-include-markdown-plugin
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-mkdocs-include-markdown-plugin')
-rw-r--r--textproc/py-mkdocs-include-markdown-plugin/Makefile28
-rw-r--r--textproc/py-mkdocs-include-markdown-plugin/distinfo3
-rw-r--r--textproc/py-mkdocs-include-markdown-plugin/pkg-descr2
3 files changed, 33 insertions, 0 deletions
diff --git a/textproc/py-mkdocs-include-markdown-plugin/Makefile b/textproc/py-mkdocs-include-markdown-plugin/Makefile
new file mode 100644
index 000000000000..a55ff4800c34
--- /dev/null
+++ b/textproc/py-mkdocs-include-markdown-plugin/Makefile
@@ -0,0 +1,28 @@
+PORTNAME= mkdocs-include-markdown-plugin
+DISTVERSION= 7.1.6
+CATEGORIES= textproc python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= mkdocs_include_markdown_plugin-${PORTVERSION}
+
+MAINTAINER= vladislav.movchan@gmail.com
+COMMENT= MkDocs plugin to include contents from Markdown (or any) files
+WWW= https://github.com/mondeja/mkdocs-include-markdown-plugin
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs>=1.4:textproc/py-mkdocs@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wcmatch>=0:textproc/py-wcmatch@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}platformdirs>0:devel/py-platformdirs@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=7.0:devel/py-pytest@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}coverage>=6.4:devel/py-coverage@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}covdefaults>=0:devel/py-covdefaults@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent pep517 pytest
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-mkdocs-include-markdown-plugin/distinfo b/textproc/py-mkdocs-include-markdown-plugin/distinfo
new file mode 100644
index 000000000000..b071448d487b
--- /dev/null
+++ b/textproc/py-mkdocs-include-markdown-plugin/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1749914985
+SHA256 (mkdocs_include_markdown_plugin-7.1.6.tar.gz) = a0753cb82704c10a287f1e789fc9848f82b6beb8749814b24b03dd9f67816677
+SIZE (mkdocs_include_markdown_plugin-7.1.6.tar.gz) = 23391
diff --git a/textproc/py-mkdocs-include-markdown-plugin/pkg-descr b/textproc/py-mkdocs-include-markdown-plugin/pkg-descr
new file mode 100644
index 000000000000..e03a22260846
--- /dev/null
+++ b/textproc/py-mkdocs-include-markdown-plugin/pkg-descr
@@ -0,0 +1,2 @@
+Plugin for MkDocs that allows you to include content from Markdown files, or
+from files of any type.