8 buildPythonPackage rec {
9 pname = "gtfs-realtime-bindings";
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
16 inherit pname version;
17 sha256 = "1vav7ah6gpkpi44rk202bwpl345rydg6n9zibzx5p7gcsblcwd45";
21 propagatedBuildInputs = [
25 # Tests are not shipped, only a tarball for Java is present
28 pythonImportsCheck = [ "google.transit" ];
31 description = "Python bindings generated from the GTFS Realtime protocol buffer spec";
32 homepage = "https://github.com/andystewart999/TransportNSW";
33 license = with licenses; [ asl20 ];
34 maintainers = with maintainers; [ fab ];