9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-GLNIpZuM3yuCnPyjBa8KjdaL5cFK8InluuY+LTCrimc=";
21 propagatedBuildInputs = [ requests ];
26 pythonImportsCheck = [ "rjpl" ];
29 description = "Library for interacting with the Rejseplanen API";
30 homepage = "https://github.com/tomatpasser/python-rejseplanen";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ fab ];