8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "a646096dd3114ee8a7c6f30363f38c288ec56c4e032c8fc7e681792b604dd122";
18 propagatedBuildInputs = [ future ];
23 # Verify import still works.
24 pythonImportsCheck = [ "monkeyhex" ];
27 description = "Small library to assist users of the python shell who work in contexts where printed numbers are more usefully viewed in hexadecimal";
28 homepage = "https://github.com/rhelmot/monkeyhex";
29 license = licenses.mit;
30 maintainers = [ maintainers.pamplemousse ];