6f4637b3a8
1.14.2 bugfix where Command was not aware of default call args when wrapping the module
19 lines
541 B
Makefile
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"
|