mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- Add LICENSE_FILE
- Add NO_ARCH - Fix RUN_DEPENDS - Add TEST_DEPENDS and include a do-test target - Update MAINTAINER to my @FreeBSD.org address - Update WWW in pkg-descr - Bump PORTREVISION Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D6700
This commit is contained in:
parent
b5cfc2eccb
commit
be03aaa2f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416378
@ -3,18 +3,26 @@
|
||||
|
||||
PORTNAME= sphinxcontrib-programoutput
|
||||
PORTVERSION= 0.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= cpm@fbsd.es
|
||||
MAINTAINER= cpm@FreeBSD.org
|
||||
COMMENT= Sphinx extension to include program output
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.2:devel/py-pytest
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
TIMESTAMP = 1464922684
|
||||
SHA256 (sphinxcontrib-programoutput-0.8.tar.gz) = 1776a03124bab87e35576f7f3992fc21d5bb457321b35e6023eb011dbed10a25
|
||||
SIZE (sphinxcontrib-programoutput-0.8.tar.gz) = 14419
|
||||
|
@ -1,4 +1,4 @@
|
||||
A Sphinx extension to literally insert the output of arbitrary commands into
|
||||
documents, helping you to keep your command examples up to date.
|
||||
|
||||
WWW: http://sphinxcontrib-programoutput.readthedocs.org/
|
||||
WWW: http://pythonhosted.org/sphinxcontrib-programoutput/
|
||||
|
Loading…
Reference in New Issue
Block a user