1 { lib, buildPythonPackage, fetchFromGitHub
2 , alembic, boto, cornice, hawkauthlib, mozsvc, paste, pybrowserid, pyfxa
3 , pymysql, pymysqlsa, sqlalchemy, testfixtures, tokenlib, umemcache
4 , mock, nose, unittest2, webtest
7 buildPythonPackage rec {
11 src = fetchFromGitHub {
12 owner = "mozilla-services";
15 sha256 = "04z0r8xzrmhvh04y8ggdz9gs8qa8lv3qr7kasf6lm63fixsfgrlp";
18 propagatedBuildInputs = [
19 alembic boto cornice hawkauthlib mozsvc paste pybrowserid pyfxa
20 pymysql pymysqlsa sqlalchemy testfixtures tokenlib umemcache
24 mock nose unittest2 webtest
27 # Requires virtualenv, MySQL, ...
31 description = "The Mozilla Token Server";
32 homepage = "https://github.com/mozilla-services/tokenserver";
33 license = licenses.mpl20;
34 maintainers = with maintainers; [ nadrieril ];