pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/py-sh
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jun 13 05:46:03 UTC 2026
Modified Files:
pkgsrc/sysutils/py-sh: Makefile
Log Message:
py-sh: fix tool depends
add test depends, add test status
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/py-sh/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/py-sh/Makefile
diff -u pkgsrc/sysutils/py-sh/Makefile:1.20 pkgsrc/sysutils/py-sh/Makefile:1.21
--- pkgsrc/sysutils/py-sh/Makefile:1.20 Fri Jun 12 10:27:57 2026
+++ pkgsrc/sysutils/py-sh/Makefile Sat Jun 13 05:46:02 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2026/06/12 10:27:57 adam Exp $
+# $NetBSD: Makefile,v 1.21 2026/06/13 05:46:02 wiz Exp $
DISTNAME= sh-2.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,12 +10,20 @@ HOMEPAGE= https://github.com/amoffat/sh
COMMENT= Python subprocess replacement
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
USE_LANGUAGES= # none
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest tests/sh_test.py
+# as of 2.3.0
+# Ran 189 tests in 85.203s
+#
+# FAILED (failures=2, skipped=3)
+
+# for tests
+.include "../../lang/python/tool.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index