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:
parent
3befea5b9a
commit
552e309369
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542697
@ -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
|
||||
|
17
textproc/py-sphinx-argparse/Makefile
Normal file
17
textproc/py-sphinx-argparse/Makefile
Normal 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>
|
3
textproc/py-sphinx-argparse/distinfo
Normal file
3
textproc/py-sphinx-argparse/distinfo
Normal 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
|
5
textproc/py-sphinx-argparse/pkg-descr
Normal file
5
textproc/py-sphinx-argparse/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user