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:           Tue Apr  6 02:45:26 UTC 2021

Modified Files:
        pkgsrc/audio/py-music21: Makefile

Log Message:
py-music21: add to PYTHON_VERSIONS_INCOMPATIBLE due to py-scipy

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/audio/py-music21/Makefile:1.12
--- pkgsrc/audio/py-music21/Makefile:1.11       Wed Feb 24 23:19:15 2021
+++ pkgsrc/audio/py-music21/Makefile    Tue Apr  6 02:45:26 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/02/24 23:19:15 gutteridge Exp $
+# $NetBSD: Makefile,v 1.12 2021/04/06 02:45:26 gutteridge Exp $
 
 VERSION=       6.7.1
 DISTNAME=      music21-noCorpus-${VERSION}
@@ -13,7 +13,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
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36 # py-scipy
 
 EGG_NAME=      music21-${VERSION}
 



Home | Main Index | Thread Index | Old Index