CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/12/15 08:55:53
Modified files:
devel/py-rcsparse: Makefile
devel/py-rcsparse/patches: patch-py-rcsparse_c
Log message:
Fix another int-conversion issue in python code and bump REVISION
In file included from /usr/local/include/python3.13/Python.h:73,
from py-rcsparse.c:18:
py-rcsparse.c: At top level:
/usr/local/include/python3.13/object.h:138:9: error: initialization
of 'long int' from 'PyTypeObject *' {aka 'struct _typeobject *'}
makes integer from pointer without a cast [-Wint-conversion]
138 | (type) \
| ^
py-rcsparse.c:773:9: note: in expansion of macro 'PyObject_HEAD_INIT'
773 | PyObject_HEAD_INIT(&PyType_Type)
| ^~~~~~~~~~~~~~~~~~
OK sthen@