The python-rpm-macros rpms
Find a file
Íñigo Huguet d91434575c pathfix.py: Don't fail on symbolic links
The script ignores symlinks for obvious reasons. Don't return an error
code in that case, though, as it makes the rpm builds fail if there
are symlinks in /usr/bin and `pathfix.py ... /usr/bin/*` is used
(e.g. via %pyproject_install from pyproject-rpm-macros).

(cherry picked from commit 5cdc4d85a7)
2025-07-21 15:31:01 +02:00
tests Stop testing Python 2.7 on the CI, we don't have it any more 2024-09-23 17:43:22 +02:00
.gitignore Initial setup of the repo 2016-01-12 23:33:17 +00:00
brp-fix-pyc-reproducibility brp-fix-pyc-reproducibility: use more strict shell style 2024-03-28 11:58:53 +01:00
brp-python-bytecompile Bytecompilation: Compile Python files in parallel, according to %_smp_mflags 2022-12-21 12:18:48 +01:00
brp-python-hardlink Include brp-python-hardlink in python-srpm-macros since it is no longer in RPM 4.17+ 2021-06-30 18:13:53 +02:00
clamp_source_mtime.py Add Python 2.7 support to clamp_source_mtime.py 2022-12-21 12:18:48 +01:00
compileall2.py Update bundled compileall2 to version 0.8.0 2024-03-22 11:01:55 +01:00
import_all_modules.py %py(3)_check_import: Process .pth files in site(arch|lib) 2021-11-02 16:05:11 +01:00
macros.pybytecompile Don't assume %_smp_mflags only ever contains -jX, use -j%_smp_build_ncpus directly 2023-03-16 19:45:39 +01:00
macros.python %py3_test_envvars: Only set $PYTEST_XDIST_AUTO_NUM_WORKERS if not already set 2024-01-25 20:28:23 +01:00
macros.python-srpm Add option -a to include BuilArch: noarch 2024-06-25 12:50:16 +02:00
macros.python3 %py3_test_envvars: Only set $PYTEST_XDIST_AUTO_NUM_WORKERS if not already set 2024-01-25 20:28:23 +01:00
pathfix.py pathfix.py: Don't fail on symbolic links 2025-07-21 15:31:01 +02:00
python-rpm-macros.spec pathfix.py: Don't fail on symbolic links 2025-07-21 15:31:01 +02:00
python.lua Add lua helper functions to make it possible to automatically generate Obsoletes tags 2022-01-20 18:57:25 +01:00
rpminspect.yaml Disable certain rpminspect inspections not relevant to this package 2022-01-28 17:10:16 +01:00
sources Initial setup of the repo 2016-01-12 23:33:17 +00:00