summaryrefslogtreecommitdiff
path: root/sysutils/py-sh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/py-sh/Makefile')
-rw-r--r--sysutils/py-sh/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/py-sh/Makefile b/sysutils/py-sh/Makefile
new file mode 100644
index 00000000000..21952e59bc9
--- /dev/null
+++ b/sysutils/py-sh/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2020/03/21 19:26:59 adam Exp $
+
+DISTNAME= sh-1.12.14
+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
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"