openbsd-ports/devel/py-argh/Makefile
2022-11-29 09:00:33 +00:00

27 lines
460 B
Makefile

COMMENT = simple wrapper for python argparse module
MODPY_EGG_VERSION = 0.26.2
DISTNAME = argh-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
HOMEPAGE = https://pythonhosted.org/argh/
REVISION = 8
# GPLv3+
PERMIT_PACKAGE= Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS = devel/py-argcomplete${MODPY_FLAVOR}
FLAVORS = python3
FLAVOR = python3
# it needs iocapture
NO_TEST = Yes
.include <bsd.port.mk>