8 buildPythonPackage rec {
9 pname = "pytransportnsw";
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
16 pname = "PyTransportNSW";
18 sha256 = "00jklgjirmc58hiaqqc2n2rgixvx91bgrd6lv6hv28k51kid10f3";
21 propagatedBuildInputs = [
25 # Project has no tests
28 pythonImportsCheck = [ "TransportNSW" ];
31 description = "Python module to access Transport NSW information";
32 homepage = "https://github.com/Dav0815/TransportNSW";
33 license = with licenses; [ gpl3Only ];
34 maintainers = with maintainers; [ fab ];