textproc/py-mkdocs-exclude: new port: MkDocs plugin to exclude files from input using globs or regexps

Plugin for MkDocs that allows you to exclude files from your input using
unix-style wildcards (globs) or regular expressions (regexps).

WWW: https://github.com/apenwarr/mkdocs-exclude

PR:		286223
Reported by:	Vladyslav Movchan <vladislav.movchan@gmail.com> (new maintainer)
This commit is contained in:
Vladyslav Movchan
2025-04-18 13:01:51 +03:00
committed by Hiroki Tagato
parent b8ef09c07d
commit f50fbb73b8
4 changed files with 27 additions and 0 deletions
+1
View File
@@ -1454,6 +1454,7 @@
SUBDIR += py-mistune0
SUBDIR += py-mkdocs
SUBDIR += py-mkdocs-autorefs
SUBDIR += py-mkdocs-exclude
SUBDIR += py-mkdocs-get-deps
SUBDIR += py-mkdocs-git-revision-date-localized-plugin
SUBDIR += py-mkdocs-material
+21
View File
@@ -0,0 +1,21 @@
PORTNAME= mkdocs-exclude
DISTVERSION= 1.0.2
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= vladislav.movchan@gmail.com
COMMENT= MkDocs plugin to exclude files from input using globs or regexps
WWW= https://github.com/apenwarr/mkdocs-exclude
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs>=1.0:textproc/py-mkdocs@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1749449580
SHA256 (mkdocs-exclude-1.0.2.tar.gz) = ba6fab3c80ddbe3fd31d3e579861fd3124513708271180a5f81846da8c7e2a51
SIZE (mkdocs-exclude-1.0.2.tar.gz) = 6751
+2
View File
@@ -0,0 +1,2 @@
Plugin for MkDocs that allows you to exclude files from your input using
unix-style wildcards (globs) or regular expressions (regexps).