1.14.1: * bugfix where setting `_ok_code` to not include 0, but 0 was the exit code 1.14.0: * `_env` now more lenient in accepting dictionary-like objects * `None` and `False` arguments now do not pass through to underlying command * Implemented `find_spec` on the fancy importer, which fixes some Python3.4+
19 lines
541 B
Makefile
19 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/11/09 12:15:15 adam Exp $
|
|
|
|
DISTNAME= sh-1.14.1
|
|
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"
|