comms/py-libimobiledevice: Allow build with cython 3.1.0+
- Bump PORTREVISION for package change
Obtained from: 0bf0f9e941
This commit is contained in:
parent
787eb66ae1
commit
690254a5dc
19
comms/libimobiledevice/files/patch-cython
Normal file
19
comms/libimobiledevice/files/patch-cython
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
Obtained from: https://github.com/libimobiledevice/libimobiledevice/commit/0bf0f9e941c85d06ce4b5909d7a61b3a4f2a6a05
|
||||||
|
|
||||||
|
--- cython/debugserver.pxi.orig 2024-07-01 16:27:27 UTC
|
||||||
|
+++ cython/debugserver.pxi
|
||||||
|
@@ -43,13 +43,7 @@ cdef class DebugServerError(BaseError):
|
||||||
|
BaseError.__init__(self, *args, **kwargs)
|
||||||
|
|
||||||
|
|
||||||
|
-# from http://stackoverflow.com/a/17511714
|
||||||
|
-# https://github.com/libimobiledevice/libimobiledevice/pull/198
|
||||||
|
-from cpython cimport PY_MAJOR_VERSION
|
||||||
|
-if PY_MAJOR_VERSION <= 2:
|
||||||
|
- from cpython.string cimport PyString_AsString
|
||||||
|
-else:
|
||||||
|
- from cpython.bytes cimport PyBytes_AsString as PyString_AsString
|
||||||
|
+from cpython.bytes cimport PyBytes_AsString as PyString_AsString
|
||||||
|
cdef char ** to_cstring_array(list_str):
|
||||||
|
if not list_str:
|
||||||
|
return NULL
|
||||||
@ -1,4 +1,4 @@
|
|||||||
PORTREVISION= 0
|
PORTREVISION= 1
|
||||||
CATEGORIES= comms python
|
CATEGORIES= comms python
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user