8 buildPythonPackage rec {
9 pname = "gtfs-realtime-bindings";
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
16 inherit pname version;
17 sha256 = "sha256-LoztiQRADMk6t+hSCttpNM+mAe2sxvWT/Cy0RIZiu0c=";
20 propagatedBuildInputs = [
24 # Tests are not shipped, only a tarball for Java is present
27 pythonImportsCheck = [
32 description = "Python bindings generated from the GTFS Realtime protocol buffer spec";
33 homepage = "https://github.com/MobilityData/gtfs-realtime-bindings";
34 license = with licenses; [ asl20 ];
35 maintainers = with maintainers; [ fab ];