pkgsrc/sysutils/py-sh/Makefile
adam 6f4637b3a8 py-sh: updated to 1.14.2
1.14.2
bugfix where Command was not aware of default call args when wrapping the module
2021-06-24 17:33:18 +00:00

19 lines
541 B
Makefile

# $NetBSD: Makefile,v 1.5 2021/06/24 17:33:18 adam Exp $
DISTNAME= sh-1.14.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sh/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/amoffat/sh
COMMENT= Python subprocess replacement
LICENSE= mit
# some test failures, see https://github.com/amoffat/sh/issues/347
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"