bedup: 20140413 -> 0.10

This commit is contained in:
Jos van den Oever 2016-04-16 19:11:44 +02:00
parent 507b2bc327
commit 89417fee9e

View File

@ -1768,18 +1768,21 @@ in modules // {
};
bedup = buildPythonPackage rec {
name = "bedup-20140413";
version = "0.10";
name = "bedup-${version}";
src = pkgs.fetchgit {
url = "https://github.com/g2p/bedup.git";
rev = "5189e166145b8954ac41883f81ef3c3b50dc96ab";
sha256 = "e61768fa19934bd176799f90bda3ea9f49a5def21fa2523a8e47df8a48e730e9";
rev = "598fd4b";
sha256 = "0s11dpf4k26n8qxrx6wcsr78vp98rx3yibzkh6ifmsyaqcmpm7wy";
};
buildInputs = with self; [ pkgs.btrfs-progs ];
propagatedBuildInputs = with self; [ contextlib2 pyxdg pycparser alembic ]
++ optionals (!isPyPy) [ cffi ];
disabled = pythonOlder "3.3";
# No proper test suite. Included tests cannot be run because of relative import
doCheck = false;