1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
9 sha256 = "edf6116872c863e1aa9d5bb7cb5e05a022c519a4594dc703843343a9ddd9bff1";
17 description = "Low-level components of distutils2/packaging";
18 homepage = "https://distlib.readthedocs.io";
19 license = licenses.psfl;
20 maintainers = with maintainers; [ lnl7 ];