Mark BROKEN: fails to build
cythoning bsd/extattr.pyx to bsd/extattr.c
Error compiling Cython file:
...
attr_name = k
attr_data = v
data_len = len(v)
if isinstance(fobj, file_types):
kr = defs.extattr_set_fd(fobj.fileno(), namespace, attr_name, attr_data, data_len)
^bsd/extattr.pyx:266:21: cimported module has no attribute 'extattr_set_fd'
Reported by: pkg-fallout