The unversioned Python RPM macros
Miro Hrončok
a44ae31ad0
Allow commas as argument separator for extras names in %python_extras_subpkg
...
This allows e.g.:
%global extras cli,ghostwriter,pytz,dateutil,lark,numpy,pandas,pytest,redis,zoneinfo,django
%{pyproject_extras_subpkg -n python3-hypothesis %{extras}}
...
%pyproject_buildrequires -x %{extras}
(Note that %pyproject_extras_subpkg is a tiny wrapper around %python_extras_subpkg.)
2021-04-07 12:48:38 +02:00
tests
Allow commas as argument separator for extras names in %python_extras_subpkg
2021-04-07 12:48:38 +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
Support defining %py3_shebang_flags to %nil
2020-12-09 11:39:08 +01:00
macros.python3
Support defining %py3_shebang_flags to %nil
2020-12-09 11:39:08 +01:00
macros.python-srpm
Allow commas as argument separator for extras names in %python_extras_subpkg
2021-04-07 12:48:38 +02:00
python-rpm-macros.spec
Allow commas as argument separator for extras names in %python_extras_subpkg
2021-04-07 12:48:38 +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