8 buildPythonPackage rec {
11 disabled = pythonOlder "3.6";
13 src = fetchFromGitHub {
14 owner = "UgaitzEtxebarria";
15 repo = "BizkaibusRTPI";
17 sha256 = "1v7k9fclndb4x9npzhzj68kbrc3lb3wr6cwal2x46ib207593ckr";
20 propagatedBuildInputs = [
24 # Project has no tests
27 pythonImportsCheck = [ "bizkaibus" ];
30 description = "Python module to get information about Bizkaibus buses";
31 homepage = "https://github.com/UgaitzEtxebarria/BizkaibusRTPI";
32 license = with licenses; [ mit ];
33 maintainers = with maintainers; [ fab ];