ports/archivers/py-zlib-ng/files/patch-pyproject.toml
Oleg Sidorkin 761e05d92d archivers/py-zlib-ng: Update 0.4.3 → 0.5.0
Changelog:
https://github.com/pycompression/python-zlib-ng/releases/tag/v0.5.0

Improve port:
* Replace cmake requirement from BUILD_DEPENDS to USES=cmake:indirect.
* INSTALL_TARGET=install-strip doesn't work for this port - replace it
  with ${STRIP_CMD}.

PR:	280819
2024-08-22 18:51:59 +03:00

10 lines
275 B
TOML

--- pyproject.toml.orig 2024-08-09 12:41:18 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=64", "versioningit>=1.1.0"]
+requires = ["setuptools>=63", "versioningit>=1.1.0"]
build-backend = "setuptools.build_meta"
[tool.versioningit.vcs]