pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-guppy3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct  9 11:36:37 UTC 2025

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

Log Message:
py-guppy3: mark as not for Python 3.14

Link to upstream bug report.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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/devel/py-guppy3/Makefile
diff -u pkgsrc/devel/py-guppy3/Makefile:1.17 pkgsrc/devel/py-guppy3/Makefile:1.18
--- pkgsrc/devel/py-guppy3/Makefile:1.17        Sat Apr 12 11:08:22 2025
+++ pkgsrc/devel/py-guppy3/Makefile     Thu Oct  9 11:36:37 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2025/04/12 11:08:22 adam Exp $
+# $NetBSD: Makefile,v 1.18 2025/10/09 11:36:37 wiz Exp $
 
 DISTNAME=      guppy3-3.1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,5 +14,8 @@ LICENSE=      mit
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
 
+# https://github.com/zhuyifei1999/guppy3/issues/50
+PYTHON_VERSIONS_INCOMPATIBLE=  314
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index