pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-gobject



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sat May 15 12:10:22 UTC 2021

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/py-gobject/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-gobject/Makefile
diff -u pkgsrc/devel/py-gobject/Makefile:1.59 pkgsrc/devel/py-gobject/Makefile:1.60
--- pkgsrc/devel/py-gobject/Makefile:1.59       Thu Sep  3 15:46:06 2020
+++ pkgsrc/devel/py-gobject/Makefile    Sat May 15 12:10:22 2021
@@ -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