Go to file
Miro Hrončok 69b1b30d53 Make the unversioned %__python macro error
See https://fedoraproject.org/wiki/Changes/PythonMacroError

While doing it, make %python macros more consistent with %python3 macros,
mostly wrt whitespace but also to use python -m pip over plain pip etc.

One significant change is the removal of sleeps from python macros,
this could affect packages that use python macros to build for Python 2
while also using python3 macros to build for Python 3.
In reality, I consider that unlikely. The sleep in python2 macros stays.

The --strip-file-prefix option was already removed from %pyX_install_wheel
but we forgot to remove it from %py_install_wheel.
2020-07-16 18:45:25 +02:00
tests Make the unversioned %__python macro error 2020-07-16 18:45:25 +02:00
.gitignore Initial setup of the repo 2016-01-12 23:33:17 +00: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 compileall from stdlib for Python >= 3.9 2020-06-16 13:57:38 +02:00
macros.python Make the unversioned %__python macro error 2020-07-16 18:45:25 +02:00
macros.python-srpm Make the unversioned %__python macro error 2020-07-16 18:45:25 +02:00
macros.python2 Make the unversioned %__python macro error 2020-07-16 18:45:25 +02:00
macros.python3 Make the unversioned %__python macro error 2020-07-16 18:45:25 +02:00
python-rpm-macros.spec Make the unversioned %__python macro error 2020-07-16 18:45:25 +02:00
python.lua Make %py_provides work repeatedly 2020-05-05 13:54:28 +02:00
sources Initial setup of the repo 2016-01-12 23:33:17 +00:00