head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.08.25.09.23.01; author wiz; state Exp; branches; next ; commitid WdTba6G8kaj140TG; desc @@ 1.1 log @py-kivy: fix build with Cython 3.3.0 Bump PKGREVISION. @ text @$NetBSD$ Fix build with cython 3.3.0. --- kivy/graphics/instructions.pyx.orig 2026-08-25 09:19:15.547250579 +0000 +++ kivy/graphics/instructions.pyx @@@@ -895,10 +895,7 @@@@ cdef class RenderContext(Canvas): cdef int apply(self) except -1: cdef list keys - if PY2: - keys = self.state_stacks.keys() - else: - keys = list(self.state_stacks.keys()) + keys = list(self.state_stacks.keys()) cdef RenderContext active_context = getActiveContext() if self._use_parent_projection: @