8 buildPythonPackage rec {
14 inherit pname version;
15 hash = "sha256-na/lSzSgKOr9lQOdXl1IUaE3NFQPEzEGDTHJkW5xR6g=";
22 postFixup = lib.optionalString (!stdenv.hostPlatform.isWindows) ''
23 find $out -name '*.exe' -delete
26 pythonImportsCheck = [
41 description = "Low-level components of distutils2/packaging";
42 homepage = "https://distlib.readthedocs.io";
43 license = licenses.psfl;
44 maintainers = with maintainers; [ lnl7 ];