diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2022-04-09 21:55:17 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2022-04-09 21:55:17 +0000 |
commit | 9051236922aada4945b6629ee6106128166950d7 (patch) | |
tree | bdda3cf5400af6343a2ea58c0eb1d40858b95eba /audio | |
parent | caa35a3724be99747f7660424a97ab9a83c8fe6d (diff) | |
download | pkgsrc-9051236922aada4945b6629ee6106128166950d7.tar.gz |
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 (limited to 'audio')
-rw-r--r-- | audio/py-music21/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-music21/Makefile b/audio/py-music21/Makefile index 33838353b70..8afc794f96b 100644 --- a/audio/py-music21/Makefile +++ b/audio/py-music21/Makefile @@ -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/music21 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} |