10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 sha256 = "sha256-H8qxqzcGZ52W/HbTuKdnfnaYdZFaxzuUhrniS1zsL2w=";
24 build-system = [ setuptools ];
26 dependencies = [ pytz ];
28 # Project has no tests
31 pythonImportsCheck = [ "ns_api" ];
34 description = "Python module to query routes of the Dutch railways";
35 homepage = "https://github.com/aquatix/ns-api/";
36 changelog = "https://github.com/aquatix/ns-api/releases/tag/v${version}";
37 license = licenses.mit;
38 maintainers = with maintainers; [ fab ];