Pyproject_Hooks is a low-level library for calling build-backends in pyproject.toml-based projects.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://files.pythonhosted.org/packages/source/p/pyproject-hooks/pyproject_hooks-1.2.0.tar.gz
Download SHA256 Sum: 1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8
Download MD5 sum: ed3dd1b984339e83e35f676d7169c192
Download size: 19 KB
Estimated disk space required: 520 KB (14 MB with tests)
Estimated build time: less than 0.1 SBU
"pytest", testpath
Build the module:
pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD
Now, as the root user:
pip3 install --no-index --find-links dist --no-user pyproject_hooks
Assuming "pytest", is installed, but the other optional dependency is not, the installation can be tested with the following commands:
python3 -m venv --system-site-packages testenv source testenv/bin/activate pip3 install testpath python3 -m pytest deactivate