pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-pywavelets
Module Name: pkgsrc
Committed By: adam
Date: Tue Aug 20 14:24:09 UTC 2024
Modified Files:
pkgsrc/math/py-pywavelets: Makefile
Log Message:
py-pywavelets: do not pollute localdir with .pytest_cache
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/py-pywavelets/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-pywavelets/Makefile
diff -u pkgsrc/math/py-pywavelets/Makefile:1.14 pkgsrc/math/py-pywavelets/Makefile:1.15
--- pkgsrc/math/py-pywavelets/Makefile:1.14 Tue Aug 20 14:22:42 2024
+++ pkgsrc/math/py-pywavelets/Makefile Tue Aug 20 14:24:09 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2024/08/20 14:22:42 adam Exp $
+# $NetBSD: Makefile,v 1.15 2024/08/20 14:24:09 adam Exp $
DISTNAME= pywavelets-1.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -22,7 +22,7 @@ pre-configure:
${LN} -sf ${PREFIX}/bin/cython-${PYVERSSUFFIX} ${BUILDLINK_DIR}/bin/cython
do-test:
- ${PYTHONBIN} -c 'import pywt; pywt.test()'
+ cd ${WRKDIR} && ${PYTHONBIN} -c 'import pywt; pywt.test()'
.include "../../devel/py-cython/buildlink3.mk"
.include "../../lang/python/application.mk"
Home |
Main Index |
Thread Index |
Old Index