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: Sat Apr 9 21:55:17 UTC 2022
Modified Files:
pkgsrc/audio/py-music21: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/audio/py-music21/Makefile:1.18
--- pkgsrc/audio/py-music21/Makefile:1.17 Mon Apr 4 01:51:59 2022
+++ pkgsrc/audio/py-music21/Makefile Sat Apr 9 21:55:17 2022
@@ -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 @@ HOMEPAGE= https://github.com/cuthbertLab
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