diff --git a/textproc/py-sphinxcontrib-autoprogram/Makefile b/textproc/py-sphinxcontrib-autoprogram/Makefile index 0b6bd5fc0d3d..35ce56db56bb 100644 --- a/textproc/py-sphinxcontrib-autoprogram/Makefile +++ b/textproc/py-sphinxcontrib-autoprogram/Makefile @@ -1,37 +1,36 @@ PORTNAME= sphinxcontrib-autoprogram -PORTVERSION= 0.1.7 -PORTREVISION= 1 +DISTVERSION= 0.1.8 CATEGORIES= textproc MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dereks@lifeofadishwasher.com COMMENT= Sphinx Autoprogram Extension WWW= https://github.com/sphinx-contrib/autoprogram LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2,1:textproc/py-sphinx@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2,1:textproc/py-sphinx@${PY_FLAVOR} DOCS_PORTDOCS= * DOCS_VARS= PYDISTUTILS_BUILD_TARGET=build_sphinx \ PYDISTUTILS_BUILDARGS="-n --all-files --fresh-env" post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/build/sphinx/html && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "! -name .buildinfo -and ! -name objects.inv") do-test: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include diff --git a/textproc/py-sphinxcontrib-autoprogram/distinfo b/textproc/py-sphinxcontrib-autoprogram/distinfo index 621bc1fe96be..7a8e76f4c4e6 100644 --- a/textproc/py-sphinxcontrib-autoprogram/distinfo +++ b/textproc/py-sphinxcontrib-autoprogram/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613248929 -SHA256 (sphinxcontrib-autoprogram-0.1.7.tar.gz) = bc642e3f2817a7539f306e021697f72b225bea5ad23b30dc14a7b9d1408d1f1a -SIZE (sphinxcontrib-autoprogram-0.1.7.tar.gz) = 18663 +TIMESTAMP = 1676784775 +SHA256 (sphinxcontrib-autoprogram-0.1.8.tar.gz) = 5a69729db9d283e0e4c6d349bd60e62a4b8ebd2c07c0ab634b82d08a4121f10a +SIZE (sphinxcontrib-autoprogram-0.1.8.tar.gz) = 18656 diff --git a/textproc/py-sphinxcontrib-autoprogram/pkg-descr b/textproc/py-sphinxcontrib-autoprogram/pkg-descr index 9aa83ea42c84..4c119f1c95f6 100644 --- a/textproc/py-sphinxcontrib-autoprogram/pkg-descr +++ b/textproc/py-sphinxcontrib-autoprogram/pkg-descr @@ -1 +1,3 @@ -This extension provides an automated way to document CLI programs. +This contrib extension, sphinxcontrib.autoprogram, provides an automated +way to document CLI programs. It scans argparse.ArgumentParser object, +and then expands it into a set of .. program:: and .. option:: directives.