devel/py-libplist: Allow build with cython 3.1.0+

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh
2025-06-26 18:04:21 +08:00
parent bb608730b6
commit 48c7906215
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
--- cython/plist.pyx.orig 2024-05-13 17:37:06 UTC
+++ cython/plist.pyx
@@ -1,6 +1,7 @@ from libc.stdint cimport *
cimport cpython
cimport libc.stdlib
from libc.stdint cimport *
+from ctypes import c_long as long
cdef extern from *:
ctypedef enum plist_type:
+1 -1
View File
@@ -1,4 +1,4 @@
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}