9 buildPythonPackage rec {
12 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
19 sha256 = "0i1zkvi4mrhkh1gxzpa54mq8mb76s9nf3jxxhpqia56nkq8f8krb";
22 propagatedBuildInputs = [
27 # Project has no tests
30 pythonImportsCheck = [ "ns_api" ];
33 description = "Python module to query routes of the Dutch railways";
34 homepage = "https://github.com/aquatix/ns-api/";
35 license = with licenses; [ mit ];
36 maintainers = with maintainers; [ fab ];