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:
parent
a2926f1f2a
commit
97966671b8
@ -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
|
||||
|
19
textproc/py-markdown-include/Makefile
Normal file
19
textproc/py-markdown-include/Makefile
Normal 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>
|
3
textproc/py-markdown-include/distinfo
Normal file
3
textproc/py-markdown-include/distinfo
Normal 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
|
8
textproc/py-markdown-include/pkg-descr
Normal file
8
textproc/py-markdown-include/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user