The unversioned Python RPM macros
Go to file
Miro Hrončok ca0a3311c5 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.)

Related: rhbz#1950291
2021-04-22 18:28:04 +02:00
tests Allow commas as argument separator for extras names in %python_extras_subpkg 2021-04-22 18:28:04 +02:00
.gitignore New branch setup 2020-10-08 23:33:09 +00:00
compileall2.py RHEL 9.0.0 Alpha bootstrap 2020-10-14 20:10:31 -07:00
macros.pybytecompile RHEL 9.0.0 Alpha bootstrap 2020-10-14 20:10:31 -07:00
macros.python Merged update from upstream sources 2020-12-10 15:38:11 +00:00
macros.python3 Merged update from upstream sources 2020-12-10 15:38:11 +00:00
macros.python-srpm Allow commas as argument separator for extras names in %python_extras_subpkg 2021-04-22 18:28:04 +02:00
python-rpm-macros.spec Allow commas as argument separator for extras names in %python_extras_subpkg 2021-04-22 18:28:04 +02:00
python.lua Update comment for python_altnames() to reflect the reality 2021-04-22 18:25:28 +02:00
sources RHEL 9.0.0 Alpha bootstrap 2020-10-14 20:10:31 -07:00