21 buildPythonPackage rec {
26 src = fetchFromGitHub {
29 rev = "refs/tags/v${version}";
30 hash = "sha256-ILGhjuPIxpRxu/dVDmz531FUgMWosk4P+onPJltuPIs=";
33 nativeBuildInputs = [ poetry-core ];
35 propagatedBuildInputs = [
44 nativeCheckInputs = [ pytestCheckHook ];
46 pythonImportsCheck = [ "audible" ];
49 description = "A(Sync) Interface for internal Audible API written in pure Python";
50 license = licenses.agpl3Only;
51 homepage = "https://github.com/mkb79/Audible";
52 maintainers = with maintainers; [ jvanbruegge ];