How to Install and Uninstall python312-pyproject-hooks Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python312-pyproject-hooks" package

This guide covers the steps necessary to install python312-pyproject-hooks on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pyproject-hooks

2. Uninstall "python312-pyproject-hooks" package

Please follow the steps below to uninstall python312-pyproject-hooks on openSuSE Tumbleweed:

$ sudo zypper remove python312-pyproject-hooks

3. Information about the python312-pyproject-hooks package on openSuSE Tumbleweed

Information for package python312-pyproject-hooks:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pyproject-hooks
Version : 1.0.0-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 57.1 KiB
Installed : No
Status : not installed
Source package : python-pyproject-hooks-1.0.0-2.7.src
Upstream URL : https://github.com/pypa/pyproject-hooks
Summary : Wrappers to call pyproject.toml-based build backend hooks
Description :
This is a low-level library for calling build-backends in ``pyproject.toml``-based project.
It provides the basic functionality to help write tooling that generates distribution files from Python projects.
If you want a tool that builds Python packages, you'll want to use https://github.com/pypa/build instead.
This is an underlying piece for `pip`, `build` and other "build frontends" use to call "build backends" within them.
Note: The ``pep517`` project has been replaced by this project (low level) and the ``build`` project (high level).