View | Details | Raw Unified | Return to bug 255382
Collapse All | Expand All

(-)b/textproc/Makefile (+1 lines)
Lines 1398-1403 Link Here
1398
    SUBDIR += py-rich
1398
    SUBDIR += py-rich
1399
    SUBDIR += py-rnc2rng
1399
    SUBDIR += py-rnc2rng
1400
    SUBDIR += py-rss2gen
1400
    SUBDIR += py-rss2gen
1401
    SUBDIR += py-rst2ansi
1401
    SUBDIR += py-rst2html5
1402
    SUBDIR += py-rst2html5
1402
    SUBDIR += py-scour
1403
    SUBDIR += py-scour
1403
    SUBDIR += py-simplebayes
1404
    SUBDIR += py-simplebayes
(-)b/textproc/py-rst2ansi/Makefile (+27 lines)
Added Link Here
1
PORTNAME=	rst2ansi
2
PORTVERSION=	0.1.5
3
DISTVERSIONPREFIX=	v
4
CATEGORIES=	textproc python
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	PopularMoment@protonmail.com
8
COMMENT=	RST converter to ansi-decorated console output
9
10
LICENSE=	MIT
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0.14:textproc/py-docutils@${PY_FLAVOR}
14
15
USES=		python:3.6+
16
USE_PYTHON=	distutils concurrent autoplist
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	Snaipe
20
GH_PROJECT=	python-rst2ansi
21
22
NO_ARCH=	yes
23
24
do-test:
25
	@cd ${WRKSRC}/ && ${PYTHON_CMD} setup.py test
26
27
.include <bsd.port.mk>
(-)b/textproc/py-rst2ansi/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1619315288
2
SHA256 (Snaipe-python-rst2ansi-v0.1.5_GH0.tar.gz) = 973605f7b602ee839bb028c347af789c0e892ed8a86158c8e86a0f035c58b2bb
3
SIZE (Snaipe-python-rst2ansi-v0.1.5_GH0.tar.gz) = 15465
(-)b/textproc/py-rst2ansi/pkg-descr (+3 lines)
Added Link Here
1
rst2ansi is a library for rendering reStructuredText (RST) in a terminal.
2
3
WWW: https://github.com/Snaipe/python-rst2ansi

Return to bug 255382