pythonPackages.pymaging_png: init at 2016-11-16
This commit is contained in:
parent
3d2e46e7ad
commit
ac8b3165b6
@ -20971,6 +20971,26 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
pymaging_png = buildPythonPackage rec {
|
||||
name = "pymaging-png-unstable-2016-11-16";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "ojii";
|
||||
repo = "pymaging-png";
|
||||
rev = "83d85c44e4b2342818e6c068065e031a9f81bb9f";
|
||||
sha256 = "1mknxvsq0lr1ffm8amzm3w2prn043c6ghqgpxlkw83r988p5fn57";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ pymaging ];
|
||||
|
||||
meta = {
|
||||
description = "Pure Python imaging library with Python 2.6, 2.7, 3.1+ support";
|
||||
homepage = https://github.com/ojii/pymaging-png/;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ mic92 ];
|
||||
};
|
||||
};
|
||||
|
||||
pyPdf = buildPythonPackage rec {
|
||||
name = "pyPdf-1.13";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user