pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-nose
Module Name: pkgsrc
Committed By: wiz
Date: Thu Aug 3 23:38:30 UTC 2023
Modified Files:
pkgsrc/devel/py-nose: Makefile
Log Message:
py-nose: comment out Python 2-only test target
Silences pbulk warning, and noone will really run this nowadays.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-nose/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-nose/Makefile
diff -u pkgsrc/devel/py-nose/Makefile:1.22 pkgsrc/devel/py-nose/Makefile:1.23
--- pkgsrc/devel/py-nose/Makefile:1.22 Wed Mar 29 09:04:02 2023
+++ pkgsrc/devel/py-nose/Makefile Thu Aug 3 23:38:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2023/03/29 09:04:02 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2023/08/03 23:38:30 wiz Exp $
DISTNAME= nose-1.3.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= # none
-USE_PKG_RESOURCES= yes
+USE_PKG_RESOURCES= yes
# only needed for a plugin
PYTHON_VERSIONED_DEPENDENCIES+= coverage:test
@@ -27,8 +27,8 @@ post-install:
.if ${PYTHON_VERSION} == 207
# only work with python 2.x
-do-test:
- ${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} selftest.py
+#do-test:
+# ${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} selftest.py
.else
pre-build:
cd ${WRKSRC} && 2to3-${PYVERSSUFFIX} -w --no-diffs nose
Home |
Main Index |
Thread Index |
Old Index