The python-rpm-macros rpms
Find a file
Karolina Surma 4e63af0532 Allow to pass the %%py_import_check if no modules are detected
Add option '-M' to %%py_import_check
- if there are no arguments to the macro and -M option is set, the check
  will pass
- if there are arguments to the macro and they evaluate to the empty
  list of modules, and the -M option is set, the check will pass
This is only allowed to use in fully automated environment and cannot be
accepted in Fedora's official packages.
2023-09-01 16:24:59 +02:00
tests Allow to pass the %%py_import_check if no modules are detected 2023-09-01 16:24:59 +02:00
.gitignore Initial setup of the repo 2016-01-12 23:33:17 +00:00
brp-fix-pyc-reproducibility Non-existing path in py_reproducible_pyc_path causes build to fail 2021-10-12 15:50:50 +02: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 of bundled compileall2 module to 0.7.1 (bugfix release) 2020-03-31 14:24:09 +02:00
import_all_modules.py Allow to pass the %%py_import_check if no modules are detected 2023-09-01 16:24:59 +02: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 Allow to pass the %%py_import_check if no modules are detected 2023-09-01 16:24:59 +02:00
macros.python-srpm Python 3.12 2023-06-13 14:43:51 +02:00
macros.python3 Allow to pass the %%py_import_check if no modules are detected 2023-09-01 16:24:59 +02:00
pathfix.py Include pathfix.py in this package 2022-10-26 13:22:34 +02:00
python-rpm-macros.spec Allow to pass the %%py_import_check if no modules are detected 2023-09-01 16:24:59 +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