Date: Tue, 21 Jul 2020 01:30:54 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542697 - in head/textproc: . py-sphinx-argparse Message-ID: <202007210130.06L1UsQ4030847@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Jul 21 01:30:53 2020 New Revision: 542697 URL: https://svnweb.freebsd.org/changeset/ports/542697 Log: textproc/py-sphinx-argparse: create port A sphinx extension that automatically documents argparse commands and options. For installation and usage details, see the documentation. WWW: https://github.com/ribozz/sphinx-argparse Added: head/textproc/py-sphinx-argparse/ head/textproc/py-sphinx-argparse/Makefile (contents, props changed) head/textproc/py-sphinx-argparse/distinfo (contents, props changed) head/textproc/py-sphinx-argparse/pkg-descr (contents, props changed) Modified: head/textproc/Makefile (contents, props changed) Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Jul 21 01:30:29 2020 (r542696) +++ head/textproc/Makefile Tue Jul 21 01:30:53 2020 (r542697) @@ -1366,6 +1366,7 @@ SUBDIR += py-snowballstemmer SUBDIR += py-sparqlwrapper SUBDIR += py-sphinx + SUBDIR += py-sphinx-argparse SUBDIR += py-sphinx-autoapi SUBDIR += py-sphinx-autodoc-typehints SUBDIR += py-sphinx-intl Added: head/textproc/py-sphinx-argparse/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-sphinx-argparse/Makefile Tue Jul 21 01:30:53 2020 (r542697) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= sphinx-argparse +PORTVERSION= 0.2.5 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= swills@FreeBSD.org +COMMENT= Sphinx extension that automatically documents argparse + +RUN_DEPENDS= ${PY_SPHINX} + +USES= python:3.6+ +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/textproc/py-sphinx-argparse/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-sphinx-argparse/distinfo Tue Jul 21 01:30:53 2020 (r542697) @@ -0,0 +1,3 @@ +TIMESTAMP = 1595292594 +SHA256 (sphinx-argparse-0.2.5.tar.gz) = 60ab98f80ffd38731d62e267171388a421abbc96c74901b7785a8e058b438c17 +SIZE (sphinx-argparse-0.2.5.tar.gz) = 12153 Added: head/textproc/py-sphinx-argparse/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-sphinx-argparse/pkg-descr Tue Jul 21 01:30:53 2020 (r542697) @@ -0,0 +1,5 @@ +A sphinx extension that automatically documents argparse commands and options. + +For installation and usage details, see the documentation. + +WWW: https://github.com/ribozz/sphinx-argparse
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007210130.06L1UsQ4030847>