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: Python 3.7 is now incompa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d78be51ae64
branches:  trunk
changeset: 376573:7d78be51ae64
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Apr 09 21:55:17 2022 +0000

description:
py-music21: Python 3.7 is now incompatible due to py-scipy 1.8

Upstream will be removing Python 3.7 support in their next significant
release, anyway.

diffstat:

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

diffs (18 lines):

diff -r 9219df7a9762 -r 7d78be51ae64 audio/py-music21/Makefile
--- a/audio/py-music21/Makefile Sat Apr 09 21:53:22 2022 +0000
+++ b/audio/py-music21/Makefile Sat Apr 09 21:55:17 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/04/04 01:51:59 gutteridge Exp $
+# $NetBSD: Makefile,v 1.18 2022/04/09 21:55:17 gutteridge Exp $
 
 VERSION=       7.3.1
 DISTNAME=      music21-noCorpus-${VERSION}
@@ -14,7 +14,7 @@
 COMMENT=       Python toolkit for computer-aided musical analysis
 LICENSE=       modified-bsd OR gnu-lgpl-v3
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scipy
 
 EGG_NAME=      music21-${VERSION}
 



Home | Main Index | Thread Index | Old Index