Go to file
Karolina Surma 9d2fcef337 Use sysconfig.get_path() to define %python_sitelib and %python_sitearch
Distutils which were used to define the macros are deprecated in Python3.10:
https://www.python.org/dev/peps/pep-0632/.
Sysconfig isn't and it works across our Pythons, making it better choice for the task.
2021-04-08 14:57:19 +02:00
tests Use sysconfig.get_path() to define %python_sitelib and %python_sitearch 2021-04-08 14:57:19 +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 Disable Python hash seed randomization in %py_byte_compile 2020-07-24 07:35:07 +02:00
macros.python Use sysconfig.get_path() to define %python_sitelib and %python_sitearch 2021-04-08 14:57:19 +02:00
macros.python-srpm Allow commas as argument separator for extras names in %python_extras_subpkg 2021-04-07 12:48:38 +02:00
macros.python3 Use sysconfig.get_path() to define %python_sitelib and %python_sitearch 2021-04-08 14:57:19 +02:00
python-rpm-macros.spec Use sysconfig.get_path() to define %python_sitelib and %python_sitearch 2021-04-08 14:57:19 +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