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:
Po-Chuan Hsieh 2022-05-13 19:27:36 +08:00
parent f9cb8936e0
commit a40593959f
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 30 additions and 0 deletions

View file

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

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

View 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

View 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