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. Mar 18, 2022
  3. Dec 11, 2020
  4. Dec 09, 2020
  5. Oct 19, 2020
  6. Oct 16, 2020
  7. Oct 07, 2020
    • Tim Schoof's avatar
      Use specific numpy version per python version · e0e48ae5
      Tim Schoof authored
      The numpy version is chosen based on the numpy version provided by
      debian and centos for python < 3.7 and the version used by scipy wheels
      for all other python version.
      
      Additionally, the producer
      and the consumer now have the same setup and install dependencies on
      cython.
      e0e48ae5
  8. Apr 14, 2020
  9. Feb 10, 2020
  10. Aug 23, 2019
  11. Aug 20, 2019
  12. Mar 19, 2019
  13. Mar 18, 2019
  14. Mar 13, 2019
Loading