1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

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
This commit is contained in:
Kai Knoblich 2022-01-09 20:02:21 +01:00
parent a2926f1f2a
commit 97966671b8
4 changed files with 31 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,19 @@
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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1641747929
SHA256 (markdown-include-0.6.0.tar.gz) = 6f5d680e36f7780c7f0f61dca53ca581bd50d1b56137ddcd6353efafa0c3e4a2
SIZE (markdown-include-0.6.0.tar.gz) = 4661

View File

@ -0,0 +1,8 @@
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