pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 14 22:06:02 UTC 2022

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

Log Message:
py-guppy3: does not support python 3.11 as of 3.1.2


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/py-music21/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-guppy3/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.22 pkgsrc/audio/py-music21/Makefile:1.23
--- pkgsrc/audio/py-music21/Makefile:1.22       Mon Oct 10 11:27:28 2022
+++ pkgsrc/audio/py-music21/Makefile    Mon Nov 14 22:06:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2022/10/10 11:27:28 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2022/11/14 22:06:02 wiz Exp $
 
 VERSION=       8.1.0
 DISTNAME=      music21-noCorpus-${VERSION}
@@ -31,7 +31,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-guppy3-[0-
 USE_LANGUAGES= # none
 
 # This package now only supports >= 3.8. (Same with its scipy dependency.)
-PYTHON_VERSIONS_INCOMPATIBLE=  27 37
+# no 3.11 support in py-guppy3 as of 3.1.2
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 311
 
 # NB lilypond must be installed in order to run the full test suite.
 do-test:

Index: pkgsrc/devel/py-guppy3/Makefile
diff -u pkgsrc/devel/py-guppy3/Makefile:1.9 pkgsrc/devel/py-guppy3/Makefile:1.10
--- pkgsrc/devel/py-guppy3/Makefile:1.9 Tue Jan  4 20:53:09 2022
+++ pkgsrc/devel/py-guppy3/Makefile     Mon Nov 14 22:06:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/01/04 20:53:09 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/11/14 22:06:02 wiz Exp $
 
 DISTNAME=      guppy3-3.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,9 @@ LICENSE=      mit
 
 DEPENDS+=      ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+# no 3.11 support as of 3.1.2
+# https://github.com/zhuyifei1999/guppy3/issues/41
+PYTHON_VERSIONS_INCOMPATIBLE=  27 311
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index