summaryrefslogtreecommitdiff
path: root/textproc/py-ocrmypdf/files/patch-pyproject.toml
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2024-06-15 11:21:21 +0200
committerKai Knoblich <kai@FreeBSD.org>2024-06-15 11:23:34 +0200
commit2e06ecfc9b702b69b996924e209f270cb5432a23 (patch)
tree5af0a2ade187590528c66a56f6bdecee37f19e12 /textproc/py-ocrmypdf/files/patch-pyproject.toml
parentwww/hs-postgrest: Update to 12.0.3 (diff)
textproc/py-ocrmypdf: Update to 16.3.1
* Add a workaround to fallback to graphics/py-pillow-heif if the pi_heif module isn't available to enable support for converting HEIF/HEIC images. * Remove no longer needed requirements/workarounds while I'm here, as OCRmyPDF requires at least Python 3.10 or newer since version 16.x. Changelog since 15.4.4: https://github.com/ocrmypdf/OCRmyPDF/blob/v16.3.1/docs/release_notes.rst PR: 276310 Reported by: wen Co-Authored by: wen (initial patch for 16.0.4) MFH: No (2024Q4 has Python 3.9 as default)
Diffstat (limited to 'textproc/py-ocrmypdf/files/patch-pyproject.toml')
-rw-r--r--textproc/py-ocrmypdf/files/patch-pyproject.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/py-ocrmypdf/files/patch-pyproject.toml b/textproc/py-ocrmypdf/files/patch-pyproject.toml
deleted file mode 100644
index 2bec0c44995f..000000000000
--- a/textproc/py-ocrmypdf/files/patch-pyproject.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-Allow build with older versions of devel/py-setuptools_scm .
-
---- pyproject.toml.orig 2023-10-04 08:20:36 UTC
-+++ pyproject.toml
-@@ -1,7 +1,7 @@
- # SPDX-FileCopyrightText: 2022 James R. Barlow
- # SPDX-License-Identifier: MPL-2.0
- [build-system]
--requires = ["setuptools >= 61", "setuptools_scm[toml] >= 7.0.5", "wheel"]
-+requires = ["setuptools >= 61", "setuptools_scm[toml]", "wheel"]
- build-backend = "setuptools.build_meta"
-
- [project]