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:           Mon Mar 30 23:21:41 UTC 2020

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

Log Message:
py-music21: update a comment


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/audio/py-music21/Makefile:1.4
--- pkgsrc/audio/py-music21/Makefile:1.3        Mon Jan 27 22:36:45 2020
+++ pkgsrc/audio/py-music21/Makefile    Mon Mar 30 23:21:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/01/27 22:36:45 gutteridge Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/30 23:21:41 gutteridge Exp $
 
 VERSION=       5.7.2
 DISTNAME=      music21-noCorpus-${VERSION}
@@ -24,7 +24,9 @@ DEPENDS+=     ${PYPKGPREFIX}-matplotlib-[0-9
 DEPENDS+=      ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
 
 # Many tests will fail because they depend on the score files that
-# are part of the full music21 distribution.
+# are part of the full music21 distribution. The entire test suite
+# will also fail to run with Python < 3.8 as of 5.7.2, due to:
+# https://github.com/cuthbertLab/music21/issues/507
 TEST_DEPENDS+= ${PYPKGPREFIX}-guppy3-[0-9]*:../../devel/py-guppy3
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index