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