8 buildPythonPackage rec {
11 disabled = ! isPy27; #some dependencies do not work with py3
14 inherit pname version;
15 sha256 = "796847e0b7517e729041c5187fa1665c3f6fc0491cb4d71fb95a62c4f22e64eb";
18 propagatedBuildInputs = [ oauth2 ];
21 description = "Evernote SDK for Python";
22 homepage = "https://dev.evernote.com";
23 license = licenses.asl20;
24 maintainers = with maintainers; [ hbunke ];