diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2022-01-09 20:06:30 +0100 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2022-01-09 20:28:44 +0100 |
commit | 1972bb569c99096579c00ae838d8b43c4f48f3cc (patch) | |
tree | a2bb5d3f344b0c308cb9b0445de54bcf7bf811e3 /textproc/py-pymdown-extensions/Makefile | |
parent | textproc/py-markdown-include: New port (diff) |
textproc/py-pymdown-extensions: New port
PyMdown Extensions is a collection of extensions for Python Markdown.
They were originally written to make writing documentation more
enjoyable.
They cover a wide range of solutions, and while not every extension is
needed by all people, there is usually at least one useful extension for
everybody.
WWW: https://github.com/facelessuser/pymdown-extensions
Diffstat (limited to 'textproc/py-pymdown-extensions/Makefile')
-rw-r--r-- | textproc/py-pymdown-extensions/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/py-pymdown-extensions/Makefile b/textproc/py-pymdown-extensions/Makefile new file mode 100644 index 000000000000..fb98cc09a5a0 --- /dev/null +++ b/textproc/py-pymdown-extensions/Makefile @@ -0,0 +1,20 @@ +PORTNAME= pymdown-extensions +DISTVERSION= 9.1 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= kai@FreeBSD.org +COMMENT= Extension pack for Python Markdown + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=3.2:textproc/py-markdown@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> |