11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.6";
19 inherit pname version;
20 hash = "sha256-xyBq2h3ipUarkjCXq9GIbY7bhsf9729aQwHde3o5K6g=";
23 propagatedBuildInputs = [
30 # Remove with next release
31 substituteInPlace setup.py \
32 --replace "async_timeout>=3.0.1,<4.0" "async_timeout>=3.0.1"
33 # https://github.com/bollewolle/pydelijn/pull/11
34 substituteInPlace pydelijn/common.py \
35 --replace ", loop=self.loop" ""
38 # Project has no tests
41 pythonImportsCheck = [ "pydelijn" ];
44 description = "Python package to retrieve realtime data of passages at stops of De Lijn";
45 homepage = "https://github.com/bollewolle/pydelijn";
46 license = licenses.mit;
47 maintainers = with maintainers; [ fab ];