9 buildPythonPackage rec {
10 pname = "pycketcasts";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 hash = "sha256-O4j89fE7fYPthhCH8b2gGskkelEA4mU6GvSbKIl+4Mk=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Module to interact with PocketCast's unofficial API";
37 homepage = "https://github.com/nwithan8/pycketcasts";
38 license = licenses.gpl3Only;
39 maintainers = with maintainers; [ fab ];