mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
23 lines
486 B
Makefile
23 lines
486 B
Makefile
PORTNAME= rst2ansi
|
|
PORTVERSION= 0.1.5
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= PopularMoment@protonmail.com
|
|
COMMENT= RST converter to ansi-decorated console output
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.14:textproc/py-docutils@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils concurrent autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
do-test:
|
|
@cd ${WRKSRC}/ && ${PYTHON_CMD} setup.py test
|
|
|
|
.include <bsd.port.mk>
|