pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/py-music21 py-music21: update a comment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9d74aaa6db7
branches:  trunk
changeset: 426401:a9d74aaa6db7
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon Mar 30 23:21:41 2020 +0000

description:
py-music21: update a comment

diffstat:

 audio/py-music21/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 9dbe4c87aeeb -r a9d74aaa6db7 audio/py-music21/Makefile
--- a/audio/py-music21/Makefile Mon Mar 30 23:20:32 2020 +0000
+++ b/audio/py-music21/Makefile Mon Mar 30 23:21:41 2020 +0000
@@ -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}-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