7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "1fc9vc5nyzf1kzmnrs18dmns7nn8wjfrg7br1w4c5sgs35mg2ywh";
16 buildInputs = [ requests ];
19 description = "Wrapper for the pocket API";
20 homepage = "https://github.com/tapanpandita/pocket";
21 license = licenses.bsd3;
22 maintainers = with maintainers; [ ericsagnes ];