10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
18 inherit pname version;
19 hash = "sha256-XTpw8bgFZo35PJngr9oweU6fY3KAphJsrEhkKzWHLIA=";
22 propagatedBuildInputs = [
28 # Tests and pythonImportsCheck require network access
32 description = "Python client for the https://api.radio-browser.info";
33 homepage = "https://github.com/andreztz/pyradios";
34 license = licenses.mit;