Pyproject_Hooks-1.2.0

Introduction to Pyproject_Hooks Module

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.

Package Information

Build Dependencies

Optional

"pytest", testpath

Installation of Pyproject_Hooks

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

Contents

Installed Programs: None
Installed Libraries: None
Installed Directories: /usr/lib/python3/site-packages/pyproject_hooks and /usr/lib/python3/site-packages/pyproject_hooks-1.2.0.dist-info