COMMENT = platform agnostic command and shell execution tool
MODPY_DISTV = 1.4.0
GH_ACCOUNT = netinvent
GH_PROJECT = command_runner
GH_TAGNAME = v${MODPY_DISTV}
DISTNAME = command_runner-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
REVISION = 2
CATEGORIES = sysutils
HOMEPAGE = https://github.com/netinvent/command_runner
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
# exists on PyPI but has no tests
#MODPY_PI = Yes
MODPY_PYBUILD = setuptools
MODPY_PYTEST = Yes
.include <bsd.port.mk>