9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-KBD9sRqtQT02RfyXurUiGy28bucB7l/irF/fPmVeGwc=";
21 build-system = [ hatchling ];
23 # A few more dependencies I don't want to handle right now...
26 pythonImportsCheck = [ "pex" ];
29 description = "Python library and tool for generating .pex (Python EXecutable) files";
30 homepage = "https://github.com/pantsbuild/pex";
31 changelog = "https://github.com/pantsbuild/pex/releases/tag/v${version}";
32 license = licenses.asl20;
33 maintainers = with maintainers; [