10 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-cuMRdmfu32aVG7LZP0KWpWuUsHioqVkFoFJhH7PxuXM=";
19 propagatedBuildInputs = [
25 ] ++ lib.optional (!isPy3k) mock;
27 pythonImportsCheck = [ "aniso8601" ];
30 description = "Python Parser for ISO 8601 strings";
31 homepage = "https://bitbucket.org/nielsenb/aniso8601";
32 license = with licenses; [ bsd3 ];
33 maintainers = with maintainers; [ fab ];