11 buildPythonPackage rec {
14 format = "setuptools";
17 inherit pname version;
18 hash = "sha256-/md4bhIzhSOEi+xViKZYxNQl4S1T61HP74cL7I9XYTQ=";
21 propagatedBuildInputs = [
29 pythonImportsCheck = [
33 # test data not included
37 description = "Delorean: Time Travel Made Easy";
38 homepage = "https://github.com/myusuf3/delorean";
39 license = licenses.mit;
40 maintainers = with maintainers; [ globin ];