mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:24:52 +00:00
Add textproc/py-recommonmark:
Recommonmark is a a docutils-compatibility bridge to CommonMark. This allows you to write CommonMark inside of Docutils & Sphinx projects. Sponsored by: DARPA, AFRL
This commit is contained in:
parent
9bf68f57dd
commit
372cb6e14f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477377
@ -1382,6 +1382,7 @@
|
||||
SUBDIR += py-qt5-xml
|
||||
SUBDIR += py-qt5-xmlpatterns
|
||||
SUBDIR += py-rdflib
|
||||
SUBDIR += py-recommonmark
|
||||
SUBDIR += py-regex
|
||||
SUBDIR += py-reno
|
||||
SUBDIR += py-reverend
|
||||
|
28
textproc/py-recommonmark/Makefile
Normal file
28
textproc/py-recommonmark/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= recommonmark
|
||||
PORTVERSION= 0.0.20180530
|
||||
CATEGORIES= textproc python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= brooks@freebsd.org
|
||||
COMMENT= CommonMark bridge for docutils and Sphinx
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/license.md
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}CommonMark>=0.7.3:textproc/py-CommonMark@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}docutils>=0.11:textproc/py-docutils@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sphinx>=1.3.1:textproc/py-sphinx@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= rtfd
|
||||
GH_PROJECT= recommonmark
|
||||
GH_TAGNAME= 956bf18b24d48ff0b496d7464bc01a368fb97807
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-recommonmark/distinfo
Normal file
3
textproc/py-recommonmark/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1534446736
|
||||
SHA256 (rtfd-recommonmark-0.0.20180530-956bf18b24d48ff0b496d7464bc01a368fb97807_GH0.tar.gz) = a7a56ce73941e4276668bcc90e04ee36cb541be2d05f0a7aefe4ccfcbd45dda0
|
||||
SIZE (rtfd-recommonmark-0.0.20180530-956bf18b24d48ff0b496d7464bc01a368fb97807_GH0.tar.gz) = 21894
|
6
textproc/py-recommonmark/pkg-descr
Normal file
6
textproc/py-recommonmark/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Recommonmark is a a docutils-compatibility bridge to CommonMark.
|
||||
|
||||
This allows you to write CommonMark inside of Docutils & Sphinx
|
||||
projects.
|
||||
|
||||
WWW: https://github.com/rtfd/recommonmark
|
Loading…
Reference in New Issue
Block a user