Skip to content

Commit

Permalink
pythonPackages.pychef: init at 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
copumpkin committed Jul 19, 2016
1 parent cfa10cd commit b3adffc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -21618,6 +21618,21 @@ in modules // {
};
};

pychef = buildPythonPackage rec {
name = "PyChef-${version}";
version = "0.3.0";

src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/f9/31/17cde137e3b8ada4d7c80fd4504264f2abed329a9a8100c3622a044c485e/PyChef-0.3.0.tar.gz";
sha256 = "0zdz8lw545cd3a34cpib7mdwnad83gr2mrrxyj3v74h4zhwabhmg";
};

propagatedBuildInputs = with self; [ six requests2 mock unittest2 ];

# FIXME
doCheck = false;
};

pydns = buildPythonPackage rec {
name = "pydns-2.3.6";
disabled = isPy3k;
Expand Down

0 comments on commit b3adffc

Please sign in to comment.