Go to file
Petr Viktorin 0044db1e8a Remove unneeded arguments from the python_bytecompile function
- For depth, use sys.getrecursionlimit()
  - the default from bytecompile2
  - we'll get a RecursionError before it's exceeded, anyway
- Set real_libdir locally
2021-09-10 17:50:49 +02:00
tests Use --hardlink-dupes in %py_byte_compile and brp-python-bytecompile 2021-09-10 10:50:01 +02:00
.gitignore Initial setup of the repo 2016-01-12 23:33:17 +00:00
brp-fix-pyc-reproducibility New opt-in possibility to fix byte-compilation reproducibility 2020-07-21 11:42:54 +00:00
brp-python-bytecompile Remove unneeded arguments from the python_bytecompile function 2021-09-10 17:50:49 +02: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
compileall2.py Update of bundled compileall2 module to 0.7.1 (bugfix release) 2020-03-31 14:24:09 +02:00
macros.pybytecompile Use --hardlink-dupes for Python 3.4+ as well 2021-09-10 16:14:28 +02:00
macros.python Introduce %py3_check_import 2021-07-07 14:46:04 +02:00
macros.python-srpm Move Python related BuildRoot Policy scripts from redhat-rpm-config to python-srpm-macros 2021-07-08 12:58:05 +02:00
macros.python3 Introduce %py3_check_import 2021-07-07 14:46:04 +02:00
python-rpm-macros.spec Use --hardlink-dupes for Python 3.4+ as well 2021-09-10 16:14:28 +02:00
python.lua Update comment for python_altnames() to reflect the reality 2021-02-24 13:06:35 +01:00
sources Initial setup of the repo 2016-01-12 23:33:17 +00:00