ports/textproc/py-ocrmypdf/files/patch-pyproject.toml
Kai Knoblich 34297ee65d textproc/py-ocrmypdf: Update to 14.0.3
* Switch to PEP-517 build framework.

Changelogs since 13.7.0:

https://github.com/ocrmypdf/OCRmyPDF/blob/v14.0.3/docs/release_notes.rst

MFH:		No (PEP-517 support not present in 2023Q1 branch)
2023-02-24 06:53:05 +01:00

13 lines
329 B
TOML

Allow build with older versions of devel/py-setuptools_scm .
--- pyproject.toml.orig 2023-02-23 20:43:57 UTC
+++ pyproject.toml
@@ -3,7 +3,7 @@ requires = [
[build-system]
requires = [
"setuptools >= 61",
- "setuptools_scm[toml] >= 7.0.5",
+ "setuptools_scm[toml]",
"wheel"
]
build-backend = "setuptools.build_meta"