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:   wiz
Date:           Mon May 15 22:05:11 UTC 2023

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

Log Message:
py-music21: py-guppy3 now supports python 3.11, so this might too


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/audio/py-music21/Makefile:1.25
--- pkgsrc/audio/py-music21/Makefile:1.24       Sun Mar 12 02:49:45 2023
+++ pkgsrc/audio/py-music21/Makefile    Mon May 15 22:05:11 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2023/03/12 02:49:45 gutteridge Exp $
+# $NetBSD: Makefile,v 1.25 2023/05/15 22:05:11 wiz Exp $
 
 VERSION=       8.1.0
 DISTNAME=      music21-noCorpus-${VERSION}
@@ -30,9 +30,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-guppy3-[0-
 
 USE_LANGUAGES= # none
 
-# This package now only supports >= 3.8. (Same with its scipy dependency.)
-# no 3.11 support in py-guppy3 as of 3.1.2
-PYTHON_VERSIONS_INCOMPATIBLE=  27 37 311
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37
 
 # NB lilypond must be installed in order to run the full test suite.
 do-test:



Home | Main Index | Thread Index | Old Index