mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
* 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)
13 lines
329 B
TOML
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"
|