How to Install and Uninstall pyproject-rpm-macros.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "pyproject-rpm-macros.src" package

Learn how to install pyproject-rpm-macros.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install pyproject-rpm-macros.src

2. Uninstall "pyproject-rpm-macros.src" package

Please follow the instructions below to uninstall pyproject-rpm-macros.src on Oracle Linux 9:

$ sudo dnf remove pyproject-rpm-macros.src $ sudo dnf autoremove

3. Information about the pyproject-rpm-macros.src package on Oracle Linux 9

Last metadata expiration check: 2:48:06 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pyproject-rpm-macros
Version : 1.9.0
Release : 1.el9
Architecture : src
Size : 293 k
Source : None
Repository : ol9_appstream
Summary : RPM macros for PEP 517 Python packages
URL : https://src.fedoraproject.org/rpms/pyproject-rpm-macros
License : MIT
Description : These macros allow projects that follow the Python packaging specifications
: to be packaged as RPMs.
:
: They work for:
:
: * traditional Setuptools-based projects that use the setup.py file,
: * newer Setuptools-based projects that have a setup.cfg file,
: * general Python projects that use the PEP 517 pyproject.toml file
: (which allows using any build system, such as setuptools, flit or poetry).
:
: These macros replace %py3_build and %py3_install,
: which only work with setup.py.