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