pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/py-music21



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Oct  7 22:09:31 UTC 2022

Modified Files:
        pkgsrc/audio/py-music21: Makefile

Log Message:
py-music21: add a test target


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/py-music21/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/py-music21/Makefile
diff -u pkgsrc/audio/py-music21/Makefile:1.20 pkgsrc/audio/py-music21/Makefile:1.21
--- pkgsrc/audio/py-music21/Makefile:1.20       Fri Oct  7 03:54:06 2022
+++ pkgsrc/audio/py-music21/Makefile    Fri Oct  7 22:09:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2022/10/07 03:54:06 gutteridge Exp $
+# $NetBSD: Makefile,v 1.21 2022/10/07 22:09:31 gutteridge Exp $
 
 VERSION=       8.1.0
 DISTNAME=      music21-noCorpus-${VERSION}
@@ -32,6 +32,10 @@ USE_LANGUAGES=       # none
 # This package now only supports >= 3.8. (Same with its scipy dependency.)
 PYTHON_VERSIONS_INCOMPATIBLE=  27 37
 
+# NB lilypond must be installed in order to run the full test suite.
+do-test:
+       PYTHONPATH=${WRKSRC} ${PYTHONBIN} -c 'from music21.test.testSingleCoreAll import ciMain as ci; ci()'
+
 .include "options.mk"
 
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index