1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

textproc/py-sphinxcontrib-autoprogram: Update to 0.1.8

No functional changes.
Project is Python 3.7+ and now testing on 3.10 and 3.11

Changelog: https://github.com/sphinx-contrib/autoprogram/compare/0.1.7...0.1.8

PR:		269692
Approved by:	flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38729
This commit is contained in:
Derek Schrock 2023-02-19 13:44:28 -05:00 committed by Robert Clausecker
parent b4a161566b
commit bc77667c96
3 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= sphinxcontrib-autoprogram
PORTVERSION= 0.1.7
PORTREVISION= 1
DISTVERSION= 0.1.8
CATEGORIES= textproc
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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

View File

@ -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.