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: add to PYTHON_VERSIONS_IN...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81cc19e52524
branches:  trunk
changeset: 449798:81cc19e52524
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Apr 06 02:45:26 2021 +0000

description:
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.

diffstat:

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

diffs (18 lines):

diff -r 16dfe59c0a66 -r 81cc19e52524 audio/py-music21/Makefile
--- a/audio/py-music21/Makefile Mon Apr 05 19:53:26 2021 +0000
+++ b/audio/py-music21/Makefile Tue Apr 06 02:45:26 2021 +0000
@@ -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 @@
 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