9 buildPythonPackage rec {
10 pname = "py-nextbusnext";
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
17 owner = "ViViDboarder";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-5zD8AKb4/4x4cVA922OlzSOXlg3F6QCcr16agEQkUWM=";
31 pythonImportsCheck = [
36 description = "Minimalistic Python client for the NextBus public API";
37 homepage = "https://github.com/ViViDboarder/py_nextbus";
38 license = licenses.mit;
39 maintainers = with maintainers; [ dotlambda ];