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

This commit is contained in:
wiz 2022-11-14 22:06:02 +00:00
parent c9c0124463
commit 721279dce6
2 changed files with 7 additions and 4 deletions

View file

@ -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 VERSION= 8.1.0
DISTNAME= music21-noCorpus-${VERSION} DISTNAME= music21-noCorpus-${VERSION}
@ -31,7 +31,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-guppy3-[0-9]*:../../devel/py-guppy3
USE_LANGUAGES= # none USE_LANGUAGES= # none
# This package now only supports >= 3.8. (Same with its scipy dependency.) # 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. # NB lilypond must be installed in order to run the full test suite.
do-test: do-test:

View file

@ -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 DISTNAME= guppy3-3.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@ -13,7 +13,9 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk 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 "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk" .include "../../mk/bsd.pkg.mk"