textproc/py-openstep-plist: Allow build with cython 3.1.0+
- Bump PORTREVISION for package change
This commit is contained in:
parent
a5665fd9be
commit
2708a11bbb
@ -1,5 +1,6 @@
|
||||
PORTNAME= openstep-plist
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
10
textproc/py-openstep-plist/files/patch-cython
Normal file
10
textproc/py-openstep-plist/files/patch-cython
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/openstep_plist/writer.pyx.orig 2025-01-30 18:15:19 UTC
|
||||
+++ src/openstep_plist/writer.pyx
|
||||
@@ -17,6 +17,7 @@ from libc.stdint cimport uint16_t
|
||||
from cpython.mem cimport PyMem_Free
|
||||
from libcpp.vector cimport vector
|
||||
from libc.stdint cimport uint16_t
|
||||
+from ctypes import c_long as long
|
||||
cimport cython
|
||||
|
||||
from .util cimport (
|
||||
Loading…
x
Reference in New Issue
Block a user