python-rpm-macros/tests
Maxwell G d4a26d93d0
Remove %py3_build_egg and %py3_install_egg macros.
%py3_install_egg is nonfunctional; setuptools removed the easy_install
entrypoint years ago.
%py3_build_egg is technically functional but has been superseded by
newer macros. Calling setup.py directly is deprecated, and
building/installing eggs to begin with is deprecated.

The macros are not used in any Fedora packages and are broken.
It's time to remove them.
2023-09-05 05:42:43 +00:00
..
.gitignore Fedora CI: Add eval tests for %python_provide and %py_provides 2020-05-05 13:54:28 +02:00
pythontest.spec CI tests: Assert rpmlint's python-bytecode-inconsistent-mtime is not happening 2022-12-21 12:18:48 +01:00
test_evals.py Remove %py3_build_egg and %py3_install_egg macros. 2023-09-05 05:42:43 +00:00
test_import_all_modules.py Test data: use csv which will not be removed from stdlib soon 2022-12-15 14:08:24 +00:00
tests.yml CI tests: Assert rpmlint's python-bytecode-inconsistent-mtime is not happening 2022-12-21 12:18:48 +01:00