aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-sphinx-argparse
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2020-07-21 01:30:53 +0000
committerSteve Wills <swills@FreeBSD.org>2020-07-21 01:30:53 +0000
commit552e3093699a85bfa645558a2daf46e32f85f88f (patch)
tree53000a97ea49f75dba1ddb7a92a8b261ce9f6c43 /textproc/py-sphinx-argparse
parent3befea5b9a23b12baf1d503763fac5dd1ef8c328 (diff)
downloadports-552e3093699a85bfa645558a2daf46e32f85f88f.tar.gz
ports-552e3093699a85bfa645558a2daf46e32f85f88f.zip
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
Notes
Notes: svn path=/head/; revision=542697
Diffstat (limited to 'textproc/py-sphinx-argparse')
-rw-r--r--textproc/py-sphinx-argparse/Makefile17
-rw-r--r--textproc/py-sphinx-argparse/distinfo3
-rw-r--r--textproc/py-sphinx-argparse/pkg-descr5
3 files changed, 25 insertions, 0 deletions
diff --git a/textproc/py-sphinx-argparse/Makefile b/textproc/py-sphinx-argparse/Makefile
new file mode 100644
index 000000000000..96bb81bc4051
--- /dev/null
+++ b/textproc/py-sphinx-argparse/Makefile
@@ -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>
diff --git a/textproc/py-sphinx-argparse/distinfo b/textproc/py-sphinx-argparse/distinfo
new file mode 100644
index 000000000000..bf2951580da1
--- /dev/null
+++ b/textproc/py-sphinx-argparse/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1595292594
+SHA256 (sphinx-argparse-0.2.5.tar.gz) = 60ab98f80ffd38731d62e267171388a421abbc96c74901b7785a8e058b438c17
+SIZE (sphinx-argparse-0.2.5.tar.gz) = 12153
diff --git a/textproc/py-sphinx-argparse/pkg-descr b/textproc/py-sphinx-argparse/pkg-descr
new file mode 100644
index 000000000000..8deb40ab5468
--- /dev/null
+++ b/textproc/py-sphinx-argparse/pkg-descr
@@ -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