9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.5";
17 inherit pname version;
18 hash = "sha256-uGkj2Z8mLg51IV+FOqwZl1hT7zVyjmD1CcY/VbH4tKk=";
21 nativeCheckInputs = [ repeated-test ];
23 pythonImportsCheck = [ "od" ];
26 description = "Shorthand syntax for building OrderedDicts";
27 homepage = "https://github.com/epsy/od";
28 license = licenses.mit;