3
0
Fork 0
forked from mirrors/nixpkgs

python libthumbor: init at 1.2.0

This commit is contained in:
Frederik Rietdijk 2015-10-25 08:45:05 +01:00
parent 644dd145c9
commit ab78a905d2

View file

@ -4162,6 +4162,24 @@ let
};
};
libthumbor = buildPythonPackage rec {
name = "libthumbor-${version}";
version = "1.2.0";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/l/libthumbor/${name}.tar.gz";
sha256 = "09bbaf08124ee33ea4ef99881625bd20450b0b43ab90fd678479beba8c03f86e";
};
propagatedBuildInputs = with self; [ six pycrypto ];
meta = {
description = "libthumbor is the python extension to thumbor";
homepage = http://github.com/heynemann/libthumbor;
license = licenses.mit;
};
};
lti = buildPythonPackage rec {
version = "0.4.0";
name = "PyLTI-${version}";