pythonPackages.pypdf2: init at 1.25.1
From the PyPDF2 FAQ: "PyPDF2 is a fork from the no-longer-maintained pyPdf approved by the latter's founder."
This commit is contained in:
parent
1e5415dbc5
commit
38ff29b856
@ -12255,6 +12255,25 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
pypdf2 = buildPythonPackage rec {
|
||||
name = "PyPDF2-${version}";
|
||||
version = "1.25.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/P/PyPDF2/${name}.tar.gz";
|
||||
sha256 = "1sw225j9fgsvg1zm7lrij96fihfmq8pc1vg611dc55491zvj9ls3";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ ];
|
||||
|
||||
meta = {
|
||||
description = "A Pure-Python library built as a PDF toolkit";
|
||||
homepage = "http://mstamy2.github.com/PyPDF2/";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ desiderius ];
|
||||
};
|
||||
};
|
||||
|
||||
pyopengl = buildPythonPackage rec {
|
||||
name = "pyopengl-${version}";
|
||||
version = "3.0.2";
|
||||
|
Loading…
Reference in New Issue
Block a user