Added
Link Here
|
1 |
PORTNAME= jsonargparse |
2 |
PORTVERSION= 3.19.4 |
3 |
CATEGORIES= misc python |
4 |
MASTER_SITES= PYPI |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
|
7 |
MAINTAINER= kiwi@oav.net |
8 |
COMMENT= Library for creating CLIs |
9 |
WWW= https://github.com/omni-us/jsonargparse |
10 |
|
11 |
LICENSE= MIT |
12 |
|
13 |
BUILD_DEPENDS= ${PY_SETUPTOOLS} \ |
14 |
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} |
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>3.13:devel/py-pyyaml@${PY_FLAVOR} |
16 |
|
17 |
USES= python |
18 |
USE_PYTHON= pep517 autoplist |
19 |
|
20 |
NO_ARCH= yes |
21 |
|
22 |
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} |
23 |
PORTDOCS= * |
24 |
|
25 |
.include <bsd.port.mk> |