9 buildPythonPackage rec {
12 disabled = pythonOlder "3.7";
14 src = fetchFromGitHub {
18 sha256 = "0i1zkvi4mrhkh1gxzpa54mq8mb76s9nf3jxxhpqia56nkq8f8krb";
21 propagatedBuildInputs = [
26 # Project has no tests
29 pythonImportsCheck = [ "ns_api" ];
32 description = "Python module to query routes of the Dutch railways";
33 homepage = "https://github.com/aquatix/ns-api/";
34 license = with licenses; [ mit ];
35 maintainers = with maintainers; [ fab ];