7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "ac170d656d2083d02048850005415d03d1767087e4f5037bc86defb6b23e712d";
16 nativeBuildInputs = [ setuptools ];
18 # A few more dependencies I don't want to handle right now...
22 description = "A library and tool for generating .pex (Python EXecutable) files";
23 homepage = "https://github.com/pantsbuild/pex";
24 license = licenses.asl20;
25 maintainers = with maintainers; [ copumpkin ];