python-slob: init at 2016-03-04

This commit is contained in:
Robert Helgesson 2016-09-25 21:39:44 +02:00
parent 0de0d23246
commit e3760e5ade
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -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";