8 buildPythonPackage rec {
13 inherit pname version;
14 hash = "sha256-kFlFEOqYVBM47YWmwUOPuiCqoqSW+I3y0tNlSFZjjNE=";
23 # Both don't work even with HOME specified...
25 "test_expanduser_user"
28 pythonImportsCheck = [ "senf" ];
31 description = "Consistent filename handling for all Python versions and platforms";
32 homepage = "https://senf.readthedocs.io/en/latest/";
33 license = licenses.mit;
34 maintainers = with maintainers; [ cab404 ];