8 buildPythonPackage rec {
12 src = fetchFromGitHub {
13 owner = "mozilla-services";
15 rev = "refs/tags/${version}";
16 sha256 = "0bq6dqyfwh29pg8ngmrm4mx4q27an9lsj0p9l79p9snn4g2rxzc8";
19 propagatedBuildInputs = [ requests webob ];
22 homepage = "https://github.com/mozilla-services/tokenlib";
23 description = "Generic support library for signed-token-based auth schemes";
24 license = licenses.mpl20;