7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
13 owner = "simplenote-vim";
14 repo = "simplenote.py";
16 sha256 = "1grvvgzdybhxjydalnsgh2aaz3f48idv5lqs48gr0cn7n18xwhd5";
19 propagatedBuildInputs = [ ];
22 description = "Python library for the simplenote.com web service";
23 homepage = "http://readthedocs.org/docs/simplenotepy/en/latest/api.html";
24 license = licenses.mit;