7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "a646096dd3114ee8a7c6f30363f38c288ec56c4e032c8fc7e681792b604dd122";
16 propagatedBuildInputs = [ future ];
21 # Verify import still works.
22 pythonImportsCheck = [ "monkeyhex" ];
25 description = "A small library to assist users of the python shell who work in contexts where printed numbers are more usefully viewed in hexadecimal";
26 homepage = "https://github.com/rhelmot/monkeyhex";
27 license = licenses.mit;
28 maintainers = [ maintainers.pamplemousse ];