Loading pkgs/development/python-modules/borb/default.nix 0 → 100644 +50 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , cryptography , fetchPypi , fonttools , lxml , pillow , python-barcode , pythonOlder , qrcode , requests , setuptools }: buildPythonPackage rec { pname = "borb"; version = "2.1.20"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-HvPwFtqAPtJrG+O+t8OyQmYHVo6DC7StAjSfAxtuFe4="; }; propagatedBuildInputs = [ cryptography fonttools lxml pillow python-barcode qrcode requests setuptools ]; pythonImportsCheck = [ "borb.pdf" ]; doCheck = false; meta = with lib; { description = "Library for reading, creating and manipulating PDF files in Python"; homepage = "https://borbpdf.com/"; license = licenses.agpl3Only; maintainers = with maintainers; [ marsam ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1605,6 +1605,8 @@ self: super: with self; { enablePython = true; }); borb = callPackage ../development/python-modules/borb { }; bork = callPackage ../development/python-modules/bork { }; boschshcpy = callPackage ../development/python-modules/boschshcpy { }; Loading Loading
pkgs/development/python-modules/borb/default.nix 0 → 100644 +50 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , cryptography , fetchPypi , fonttools , lxml , pillow , python-barcode , pythonOlder , qrcode , requests , setuptools }: buildPythonPackage rec { pname = "borb"; version = "2.1.20"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-HvPwFtqAPtJrG+O+t8OyQmYHVo6DC7StAjSfAxtuFe4="; }; propagatedBuildInputs = [ cryptography fonttools lxml pillow python-barcode qrcode requests setuptools ]; pythonImportsCheck = [ "borb.pdf" ]; doCheck = false; meta = with lib; { description = "Library for reading, creating and manipulating PDF files in Python"; homepage = "https://borbpdf.com/"; license = licenses.agpl3Only; maintainers = with maintainers; [ marsam ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1605,6 +1605,8 @@ self: super: with self; { enablePython = true; }); borb = callPackage ../development/python-modules/borb { }; bork = callPackage ../development/python-modules/bork { }; boschshcpy = callPackage ../development/python-modules/boschshcpy { }; Loading