14 buildPythonPackage rec {
20 inherit pname version;
21 hash = "sha256-J5vu51OOMabWd8h60PpvvBiCnwQlhEnBywNXxy9hOuA=";
36 nativeCheckInputs = [ pytestCheckHook ];
37 pytestFlagsArray = [ "pygtfs/test/test.py" ];
39 pythonImportsCheck = [ "pygtfs" ];
42 description = "Python module for GTFS";
43 mainProgram = "gtfs2db";
44 homepage = "https://github.com/jarondl/pygtfs";
45 license = with licenses; [ mit ];
46 maintainers = with maintainers; [ fab ];