pythonPackages.purepng: init at 0.2.0

This commit is contained in:
Ricardo Ardissone 2016-12-20 18:43:46 -02:00
parent 47d1e698a9
commit 311da64a0b

View file

@ -21497,6 +21497,22 @@ in {
};
};
purepng = buildPythonPackage rec {
name = "purepng-${version}";
version = "0.2.0";
src = pkgs.fetchurl {
url = "mirror://pypi/p/purepng/${name}.tar.gz";
sha256 = "1kcl7a6d7d59360fbz2jwfk6ha6pmqgn396962p4s62j893d2r0d";
};
meta = {
description = "Pure Python library for PNG image encoding/decoding";
homepage = https://github.com/scondo/purepng;
license = licenses.mit;
};
};
pymaging = buildPythonPackage rec {
name = "pymaging-unstable-2016-11-16";