devel/py-libplist: Allow build with cython 3.1.0+
- Bump PORTREVISION for package change
This commit is contained in:
@@ -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,4 +1,4 @@
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user