diff options
Diffstat (limited to 'textproc/py-mkdocs-include-markdown-plugin')
-rw-r--r-- | textproc/py-mkdocs-include-markdown-plugin/Makefile | 28 | ||||
-rw-r--r-- | textproc/py-mkdocs-include-markdown-plugin/distinfo | 3 | ||||
-rw-r--r-- | textproc/py-mkdocs-include-markdown-plugin/pkg-descr | 2 |
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..ca344e5edc98 --- /dev/null +++ b/textproc/py-mkdocs-include-markdown-plugin/Makefile @@ -0,0 +1,28 @@ +PORTNAME= mkdocs-include-markdown-plugin +DISTVERSION= 7.1.7 +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..499415975b84 --- /dev/null +++ b/textproc/py-mkdocs-include-markdown-plugin/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1756792428 +SHA256 (mkdocs_include_markdown_plugin-7.1.7.tar.gz) = 677637e04c2d3497c50340be522e2a7f614124f592c7982d88b859f88d527a4c +SIZE (mkdocs_include_markdown_plugin-7.1.7.tar.gz) = 23451 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. |