mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pythonPackages.ppft: init at 1.6.4.6
This commit is contained in:
parent
d46a596e05
commit
0bec5faa92
1 changed files with 18 additions and 0 deletions
|
@ -17571,6 +17571,24 @@ in modules // {
|
|||
};
|
||||
};
|
||||
|
||||
ppft = buildPythonPackage rec {
|
||||
name = "ppft-${version}";
|
||||
version = "1.6.4.6";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/p/ppft/${name}.tgz";
|
||||
sha256 = "6f99c861822884cb00badbd5f364ee32b90a157084a6768040793988c6b92bff";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ six ];
|
||||
|
||||
meta = {
|
||||
description = "Distributed and parallel python";
|
||||
homepage = https://github.com/uqfoundation;
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
};
|
||||
|
||||
praw = buildPythonPackage rec {
|
||||
name = "praw-3.5.0";
|
||||
|
||||
|
|
Loading…
Reference in a new issue