python-rpm-macros/tests
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
..
.gitignore Fedora CI: Add eval tests for %python_provide and %py_provides 2020-05-05 13:54:28 +02:00
pythontest.spec Add a test for %py_byte_compile macro 2020-09-07 11:20:40 +02:00
test_evals.py Allow commas as argument separator for extras names in %python_extras_subpkg 2021-04-07 12:48:38 +02:00
tests.yml python3-devel is required on the CI for pythontest.spec 2020-09-16 17:32:39 +02:00