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
This commit is contained in:
Steve Wills 2020-07-21 01:30:53 +00:00
parent 3befea5b9a
commit 552e309369
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542697
4 changed files with 26 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1595292594
SHA256 (sphinx-argparse-0.2.5.tar.gz) = 60ab98f80ffd38731d62e267171388a421abbc96c74901b7785a8e058b438c17
SIZE (sphinx-argparse-0.2.5.tar.gz) = 12153

View File

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