9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-wS59gf+qBgWzrIwiwplKjhipzxxZKHobdyKiKJyVLsU=";
21 propagatedBuildInputs = [
25 # https://github.com/xattr/xattr/issues/43
29 ${python.pythonOnBuildForHost.interpreter} -m compileall -f xattr
32 pythonImportsCheck = [
37 description = "Python wrapper for extended filesystem attributes";
38 homepage = "https://github.com/xattr/xattr";
39 changelog = "https://github.com/xattr/xattr/blob/v${version}/CHANGES.txt";
40 license = licenses.mit;
41 maintainers = with maintainers; [ ];