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
10 lines
275 B
TOML
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]
|