8 buildPythonPackage rec {
11 format = "setuptools";
12 disabled = pythonOlder "3.6";
15 inherit pname version;
16 hash = "sha256-saMy+IeAy6H9SgS8XHnZ9klFerGyr+vQqhuCtimgbEo=";
19 propagatedBuildInputs = [ requests ];
21 # Project has no tests
23 pythonImportsCheck = [ "requests" ];
26 homepage = "https://gitlab.com/RemixDev/deezer-py";
27 description = "A wrapper for all Deezer's APIs";
28 license = licenses.gpl3Plus;
29 maintainers = with maintainers; [ natto1784 ];