head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.8 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.6 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.4 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.2 pkgsrc-2025Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2025.06.12.07.29.05; author wiz; state Exp; branches; next ; commitid jBnDXtKI0qVMxzYF; desc @@ 1.1 log @py-kivy: fix build with Cython 3 using upstream commit Bump PKGREVISION. @ text @$NetBSD$ https://github.com/kivy/kivy/commit/5a1b27d7d3bdee6cedb55440bfae9c4e66fb3c68 --- kivy/weakproxy.pyx.orig 2024-12-26 16:04:18.000000000 +0000 +++ kivy/weakproxy.pyx @@@@ -253,9 +253,6 @@@@ cdef class WeakProxy(object): def __int__(self): return int(self.__ref__()) - def __long__(self): - return long(self.__ref__()) - def __float__(self): return float(self.__ref__()) @