Go to file
Miro Hrončok 06ee391993 Add --no-index --no-warn-script-location pip options to %pyX_install_wheel
--no-index saves a ~1 minute timeout of pip possibly checking if there is
a newer pip version (in mock with disabled network).

--no-warn-script-location removes a bogus warning that says:

    WARNING: The scripts easy_install and easy_install-3.9 are installed in
    '/builddir/build/BUILDROOT/python-setuptools-49.2.0-1.fc33.x86_64/usr/bin'
    which is not on PATH.
    Consider adding this directory to PATH or, if you prefer to suppress this warning,
    use --no-warn-script-location.
2020-07-20 18:13:49 +02:00
tests Define %python_platform (as a Python version agnostic option to %python3_platform) 2020-07-20 18:13:44 +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 Add --no-index --no-warn-script-location pip options to %pyX_install_wheel 2020-07-20 18:13:49 +02:00
macros.python-srpm Make the unversioned %__python macro error 2020-07-16 18:45:25 +02:00
macros.python2 Add --no-index --no-warn-script-location pip options to %pyX_install_wheel 2020-07-20 18:13:49 +02:00
macros.python3 Add --no-index --no-warn-script-location pip options to %pyX_install_wheel 2020-07-20 18:13:49 +02:00
python-rpm-macros.spec Add --no-index --no-warn-script-location pip options to %pyX_install_wheel 2020-07-20 18:13:49 +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