python-slob: init at 2016-03-04
This commit is contained in:
parent
0de0d23246
commit
e3760e5ade
1 changed files with 25 additions and 0 deletions
|
@ -22338,6 +22338,31 @@ in modules // {
|
|||
};
|
||||
};
|
||||
|
||||
slob = buildPythonPackage rec {
|
||||
name = "slob-unstable-2016-03-04";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "itkach";
|
||||
repo = "slob";
|
||||
rev = "31ad0e769360a5b10a4893f686587bb8e48c3895";
|
||||
sha256 = "06yn510178awhjsvy88cpjz7rlmyviqd5g58gc8gf4ivyqdlqbsl";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ self.PyICU ];
|
||||
|
||||
checkPhase = "python3 -m unittest slob";
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/itkach/slob/;
|
||||
description = "Reference implementation of the slob (sorted list of blobs) format";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
slowaes = buildPythonPackage rec {
|
||||
name = "slowaes-${version}";
|
||||
version = "0.1a1";
|
||||
|
|
Loading…
Reference in a new issue