ports/textproc/py-ocrmypdf/files/patch-pyproject.toml
Kai Knoblich 9a09c71ce1 textproc/py-ocrmypdf: Update to 15.3.0
* Support for Python 3.8 was dropped with the 15.0.0 release.

Changelog since 14.4.0:

https://github.com/ocrmypdf/OCRmyPDF/blob/v15.3.0/docs/release_notes.rst

MFH:		No (feature release)
2023-10-29 08:13:29 +01:00

14 lines
440 B
TOML

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]