pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc py-guppy3: does not support python 3.11 as of 3.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2f63b373484
branches:  trunk
changeset: 388204:c2f63b373484
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 14 22:06:02 2022 +0000

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

diffstat:

 audio/py-music21/Makefile |  5 +++--
 devel/py-guppy3/Makefile  |  6 ++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r 6d445f823d94 -r c2f63b373484 audio/py-music21/Makefile
--- a/audio/py-music21/Makefile Mon Nov 14 19:42:05 2022 +0000
+++ b/audio/py-music21/Makefile Mon Nov 14 22:06:02 2022 +0000
@@ -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 @@
 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:
diff -r 6d445f823d94 -r c2f63b373484 devel/py-guppy3/Makefile
--- a/devel/py-guppy3/Makefile  Mon Nov 14 19:42:05 2022 +0000
+++ b/devel/py-guppy3/Makefile  Mon Nov 14 22:06:02 2022 +0000
@@ -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 @@
 
 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