Skip to content
Snippets Groups Projects
  1. Jun 03, 2024
    • Marc-Olivier Andrez's avatar
      build: replace `distutils` with `setuptools` · a408e1ad
      Marc-Olivier Andrez authored
      This commit makes the build of Python packages use `setuptools` instead
      of the deprecated `distutils` in `setup.py` files. See
      [PEP 632](https://peps.python.org/pep-0632/) for more information on the
      deprecation of `distutils`.
      
      Note that using `setuptools` instead of `distutils` removes the
      following user warning messages when creating the `bdist` and `sdist` of
      the consumer and producer projects:
      
      ```
      /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'setup_requires'
        warnings.warn(msg)
      /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires'
        warnings.warn(msg)
      ```
      a408e1ad
  2. May 27, 2024
  3. May 17, 2024
  4. Dec 20, 2023
  5. Dec 08, 2023
  6. Dec 01, 2023
  7. Nov 17, 2023
  8. Nov 06, 2023
  9. Nov 01, 2023
  10. Sep 08, 2023
  11. Sep 07, 2023
  12. Aug 30, 2023
  13. Aug 28, 2023
  14. Aug 17, 2023
  15. Oct 19, 2022
  16. Sep 09, 2022
  17. Aug 10, 2022
  18. Mar 18, 2022
  19. Mar 01, 2022
  20. Feb 15, 2022
  21. Feb 07, 2022
  22. Jan 21, 2022
  23. Jan 12, 2022
  24. Jan 11, 2022
  25. Dec 16, 2021
  26. Dec 03, 2021
  27. Nov 24, 2021
  28. Nov 02, 2021
  29. Oct 29, 2021
  30. Oct 28, 2021
  31. Oct 20, 2021
  32. Oct 01, 2021
  33. Sep 08, 2021
  34. Aug 16, 2021
Loading