Skip to content

Commit

Permalink
pythonPackages.mt-940: init at 4.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
the-kenny committed Mar 5, 2018
1 parent a6d9548 commit 5b66c2b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -5531,6 +5531,25 @@ in {
};
};

mt-940 = buildPythonPackage rec {
version = "4.10.0";
name = "mt-940-${version}";

src = pkgs.fetchurl {
url = "mirror://pypi/m/mt-940/mt-940-${version}.tar.gz";
sha256 = "1gyqf1k2r2ml45x08bk69ws865yrpcph514mn4xvjz779mlgh67j";
};

buildInputs = with self; [ pytestrunner pyyaml pytest ];
doCheck = false; # Can't find data files

meta = {
description = "A library to parse MT940 files and returns smart Python collections for statistics and manipulation";
homepage = "http://pythonhosted.org/mt-940/";
license = licenses.bsd3;
};
};

mwlib = let
pyparsing = buildPythonPackage rec {
name = "pyparsing-1.5.7";
Expand Down

0 comments on commit 5b66c2b

Please sign in to comment.