22 buildPythonPackage rec {
27 disabled = pythonOlder "3.11";
29 src = fetchFromGitHub {
31 repo = "python-radios";
33 hash = "sha256-GXiLwwjZ/pN3HquzLLWq/2EfhmrJyCXq0sovIGRB3uQ=";
37 substituteInPlace pyproject.toml \
38 --replace-fail 'version = "0.0.0"' 'version = "${version}"'
64 pythonImportsCheck = [ "radios" ];
66 __darwinAllowLocalNetworking = true;
69 changelog = "https://github.com/frenck/python-radios/releases/tag/v${version}";
70 description = "Asynchronous Python client for the Radio Browser API";
71 homepage = "https://github.com/frenck/python-radios";
72 license = licenses.mit;
73 maintainers = with maintainers; [ dotlambda ];