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/722e0ac8e7ac
branches: trunk
changeset: 414663:722e0ac8e7ac
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 307af48faa84 -r 722e0ac8e7ac 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