12 python3.pkgs.buildPythonApplication rec {
13 pname = "invoice2data";
15 format = "setuptools";
17 src = fetchFromGitHub {
21 hash = "sha256-pAvkp8xkHYi/7ymbxaT7/Jhu44j2P8emm8GyXC6IBnI=";
25 # https://github.com/invoice-x/invoice2data/pull/522
27 name = "clean-up-build-dependencies.patch";
28 url = "https://github.com/invoice-x/invoice2data/commit/ccea3857c7c8295ca51dc24de6cde78774ea7e64.patch";
29 hash = "sha256-BhqPW4hWG/EaR3qBv5a68dcvIMrCCT74GdDHr0Mss5Q=";
33 nativeBuildInputs = with python3.pkgs; [
37 propagatedBuildInputs = with python3.pkgs; [
57 # Tests fails even when ran manually on my ubuntu machine !!
60 pythonImportsCheck = [
65 description = "Data extractor for PDF invoices";
66 mainProgram = "invoice2data";
67 homepage = "https://github.com/invoice-x/invoice2data";
68 license = licenses.mit;
69 maintainers = with maintainers; [ psyanticy ];