How to Install and Uninstall pyproject-rpm-macros.noarch Package on Fedora 34

Last updated: September 19,2024

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

Please follow the steps below to install pyproject-rpm-macros.noarch on Fedora 34

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

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

This is a short guide on how to uninstall pyproject-rpm-macros.noarch on Fedora 34:

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

3. Information about the pyproject-rpm-macros.noarch package on Fedora 34

Last metadata expiration check: 5:03:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : pyproject-rpm-macros
Version : 1.2.0
Release : 1.fc34
Architecture : noarch
Size : 40 k
Source : pyproject-rpm-macros-1.2.0-1.fc34.src.rpm
Repository : updates
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.