20 buildPythonPackage rec {
25 src = fetchFromGitHub {
28 rev = "refs/tags/v${version}";
29 hash = "sha256-qLU8FjJBPKFgjpumPqRiiMBwZi+zW46iEmWM8UerMgs=";
36 propagatedBuildInputs = [
49 pythonImportsCheck = [ "audible" ];
52 description = "A(Sync) Interface for internal Audible API written in pure Python";
53 license = licenses.agpl3Only;
54 homepage = "https://github.com/mkb79/Audible";
55 maintainers = with maintainers; [ jvanbruegge ];