mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
250606b6b6
DESCR jsonargparse is a library for creating command-line interfaces (CLIs) and making Python apps easily configurable. OK sthen@
18 lines
328 B
Makefile
18 lines
328 B
Makefile
COMMENT = creates hinted CLIs with command, config, and env parsing
|
|
|
|
MODPY_DISTV = 4.48.0
|
|
DIST_TUPLE = github omni-us jsonargparse v${MODPY_DISTV} .
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = textproc/py-yaml
|
|
|
|
.include <bsd.port.mk>
|