8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-4/HriQQ9WNMHIauYy2UCPxpMJ0DjsZdwQpixY8ktUIs=";
18 propagatedBuildInputs = [
23 pythonImportsCheck = [ "snaptime" ];
25 # no tests on Pypi, no tags on github
29 description = "Transform timestamps with a simple DSL";
30 homepage = "https://github.com/zartstrom/snaptime";
31 license = licenses.mit;
32 maintainers = with maintainers; [ pbsds ];