Skip to content
Snippets Groups Projects
Commit 97966671 authored by Kai Knoblich's avatar Kai Knoblich
Browse files

textproc/py-markdown-include: New port

This is an extension to Python-Markdown which provides an “include”
function, similar to that found in LaTeX (and also the C pre-processor
and Fortran).

It was originally written for a FORD (= FORtran Documenter) Fortran
auto-documentation generator.

WWW: https://github.com/cmacmackin/markdown-include
parent a2926f1f
No related branches found
No related tags found
No related merge requests found
......@@ -1355,6 +1355,7 @@
SUBDIR += py-m2r
SUBDIR += py-mako
SUBDIR += py-markdown
SUBDIR += py-markdown-include
SUBDIR += py-markdown-it-py
SUBDIR += py-markdown2
SUBDIR += py-marko
......
PORTNAME= markdown-include
DISTVERSION= 0.6.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= Provides an "include" function for Markdown
LICENSE= GPLv3+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1641747929
SHA256 (markdown-include-0.6.0.tar.gz) = 6f5d680e36f7780c7f0f61dca53ca581bd50d1b56137ddcd6353efafa0c3e4a2
SIZE (markdown-include-0.6.0.tar.gz) = 4661
This is an extension to Python-Markdown which provides an "include"
function, similar to that found in LaTeX (and also the C pre-processor and
Fortran).
It was originally written for a FORD (= FORtran Documenter) Fortran
auto-documentation generator.
WWW: https://github.com/cmacmackin/markdown-include
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment