Skip to content

Commit

Permalink
Add PyBrowserID 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nbp committed Dec 8, 2014
1 parent e0a57ad commit bb02daf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11155,6 +11155,24 @@ let
propagatedBuildInputs = with self; [ pkgs.libarchive ];
};

pybrowserid = buildPythonPackage rec {
name = "PyBrowserID-${version}";
version = "0.9.2";
src = pkgs.fetchgit {
url = https://github.com/mozilla/PyBrowserID.git;
rev = "refs/tags/${version}";
sha256 = "1v9pjb9idapjlc75p6h06kx7bi8zxhfgj93yxq1bn337kmyk1xdf";
};

buildInputs = with self; [ mock unittest2 argparse configparser ];
propagatedBuildInputs = with self; [ requests ];

meta = with stdenv.lib; {
description = "Python library for the BrowserID Protocol";
homepage = "https://github.com/mozilla/PyBrowserID";
license = licenses.mpl20;
};
};

pyzmq = buildPythonPackage rec {
name = "pyzmq-13.0.0";
Expand Down

0 comments on commit bb02daf

Please sign in to comment.