pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-gobject py-gobject: Set Python incompatibilit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ce435709b30
branches:  trunk
changeset: 452776:6ce435709b30
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Sat May 15 12:10:22 2021 +0000

description:
py-gobject: Set Python incompatibility from 3.8

pkgsrc changes:
---------------
  * Add PYTHON_VERSIONS_ACCEPTED until 37 since the tp_print field of
    PyTypeObject is no longer named like that from Python 3.8
    (https://docs.python.org/3/c-api/typeobj.html#c.PyTypeObject.tp_vectorcall_offset)

diffstat:

 devel/py-gobject/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8af8b7eadeeb -r 6ce435709b30 devel/py-gobject/Makefile
--- a/devel/py-gobject/Makefile Sat May 15 12:04:18 2021 +0000
+++ b/devel/py-gobject/Makefile Sat May 15 12:10:22 2021 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.59 2020/09/03 15:46:06 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2021/05/15 12:10:22 triaxx Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
-PKGREVISION=   2
+PKGREVISION=   3
 
 PYTHON_VERSIONED_DEPENDENCIES+=        cairo
 
+PYTHON_VERSIONS_ACCEPTED=      37 36 27
+
 .include "Makefile.common"
 
 SUBST_CLASSES+=                codegen



Home | Main Index | Thread Index | Old Index