pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test_socket
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jun 1 10:24:41 UTC 2026
Modified Files:
pkgsrc/devel/py-test_socket: Makefile
Log Message:
py-test_socket: fix build, add test status
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-test_socket/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-test_socket/Makefile
diff -u pkgsrc/devel/py-test_socket/Makefile:1.5 pkgsrc/devel/py-test_socket/Makefile:1.6
--- pkgsrc/devel/py-test_socket/Makefile:1.5 Thu May 28 11:31:22 2026
+++ pkgsrc/devel/py-test_socket/Makefile Mon Jun 1 10:24:41 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2026/05/28 11:31:22 adam Exp $
+# $NetBSD: Makefile,v 1.6 2026/06/01 10:24:41 wiz Exp $
DISTNAME= pytest_socket-0.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -10,11 +10,18 @@ HOMEPAGE= https://github.com/miketheman/
COMMENT= Pytest Plugin to disable socket calls during tests
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-uv-build>=0:../../devel/py-uv-build
DEPENDS+= ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-randomly>=3.15.0:../../devel/py-test-randomly
USE_LANGUAGES= # none
+# as of 0.8.0
+# 2 failed, 84 passed
+
+.if make(test)
+ALLOW_NETWORK_ACCESS= yes
+.endif
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index