22 buildPythonPackage rec {
23 pname = "serversyncstorage";
27 src = fetchFromGitHub {
28 owner = "mozilla-services";
29 repo = "server-syncstorage";
31 sha256 = "08xclxj38rav8yay9cijiavv35jbyf6a9jzr24vgcna8pjjnbbmh";
34 checkInputs = [ testfixtures unittest2 webtest ];
35 propagatedBuildInputs = [
36 pyramid sqlalchemy simplejson mozsvc cornice pyramid_hawkauth pymysql
37 pymysqlsa umemcache WSGIProxy requests pybrowserid
41 broken = cornice.version != "0.17";
42 description = "The SyncServer server software, as used by Firefox Sync";
43 homepage = "https://github.com/mozilla-services/server-syncstorage";
44 license = licenses.mpl20;
45 maintainers = with maintainers; [ nadrieril ];