mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
textproc/py-rich-rst: Add py-rich-rst 1.1.7
rich-rst allows rich to print a reStructuredText document in a rich format similar to rich.Markdown. WWW: https://github.com/wasi-master/rich-rst
This commit is contained in:
parent
f9cb8936e0
commit
a40593959f
4 changed files with 30 additions and 0 deletions
|
@ -1464,6 +1464,7 @@
|
|||
SUBDIR += py-reverend
|
||||
SUBDIR += py-rich
|
||||
SUBDIR += py-rich-cli
|
||||
SUBDIR += py-rich-rst
|
||||
SUBDIR += py-rnc2rng
|
||||
SUBDIR += py-rss2gen
|
||||
SUBDIR += py-rst2ansi
|
||||
|
|
22
textproc/py-rich-rst/Makefile
Normal file
22
textproc/py-rich-rst/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= rich-rst
|
||||
PORTVERSION= 1.1.7
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Beautiful reStructuredText renderer for Rich
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-rich-rst/distinfo
Normal file
3
textproc/py-rich-rst/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1652122537
|
||||
SHA256 (rich-rst-1.1.7.tar.gz) = 898bd5defd6bde9fba819614575dc5bff18047af38ae1981de0c1e78f17bbfd5
|
||||
SIZE (rich-rst-1.1.7.tar.gz) = 12570
|
4
textproc/py-rich-rst/pkg-descr
Normal file
4
textproc/py-rich-rst/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
rich-rst allows rich to print a reStructuredText document in a rich format
|
||||
similar to rich.Markdown.
|
||||
|
||||
WWW: https://github.com/wasi-master/rich-rst
|
Loading…
Add table
Reference in a new issue