blob: 4c943c855fdc0c0f326df9c51cc4d1f37903b9ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= sphinx-argparse
PORTVERSION= 0.4.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= sphinx_argparse-${PORTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Sphinx extension that automatically documents argparse
WWW= https://github.com/ashb/sphinx-argparse
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2.0,1:textproc/py-sphinx@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
|