8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-SMV47PjqC9Q1GxdSRw4wGpCjdhx8IfAPlT3PbW+m7lo=";
18 # IOError: [Errno 95] Operation not supported (expected)
21 buildInputs = with pkgs; [ attr ];
24 description = "Python extension module which gives access to the extended attributes for filesystem objects available in some operating systems";
25 license = licenses.lgpl21Plus;
26 inherit (pkgs.attr.meta) platforms;