2015-09-18 19:28:28 +02:00
|
|
|
# Created by: Carlos J Puga Medina <cpm@fbsd.es>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sphinxcontrib-programoutput
|
|
|
|
PORTVERSION= 0.8
|
2016-06-04 23:03:27 +02:00
|
|
|
PORTREVISION= 1
|
2015-09-18 19:28:28 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2016-06-04 23:03:27 +02:00
|
|
|
MAINTAINER= cpm@FreeBSD.org
|
2015-09-18 19:28:28 +02:00
|
|
|
COMMENT= Sphinx extension to include program output
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
2016-06-04 23:03:27 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2015-09-18 19:28:28 +02:00
|
|
|
|
2016-06-04 23:03:27 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx
|
|
|
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.2:devel/py-pytest
|
2015-09-18 19:28:28 +02:00
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
2016-06-04 23:03:27 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
do-test:
|
|
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest
|
|
|
|
|
2015-09-18 19:28:28 +02:00
|
|
|
.include <bsd.port.mk>
|