1. 16 Mar, 2019 3 commits
    • Paul Ganssle's avatar
      Extend requirement parsing tests to sdists · b54d4c69
      Paul Ganssle authored
      b54d4c69
    • Paul Ganssle's avatar
      Add requirement parsing in setuptools.build_meta · 318f739d
      Paul Ganssle authored
      This fixes GH #1682 by porting the pkg_resources requirement parsing
      logic into setuptools.build_meta, so that all valid requirement
      specifiers passed to setup_requires will be added to the
      get_requires_for_build_* function outputs.
      
      Fixes GH #1682
      318f739d
    • Paul Ganssle's avatar
      Add failing test for setup_requires · 1aa781cd
      Paul Ganssle authored
      Per GH #1682, with setuptools.build_meta we are not properly handling
      the situation where setup_requires is actually a newline-delimited
      string rather than a list, which is supported by setup.py interface.
      
      This adds several failing (and some passing) tests for how
      setup_requires is handled by setuptools.build_meta.
      1aa781cd
  2. 06 Mar, 2019 1 commit
  3. 26 Feb, 2019 1 commit
  4. 23 Feb, 2019 4 commits
  5. 22 Feb, 2019 1 commit
  6. 17 Feb, 2019 3 commits
  7. 13 Feb, 2019 1 commit
  8. 12 Feb, 2019 1 commit
    • Pradyun Gedam's avatar
      Update badges in README · 3963268b
      Pradyun Gedam authored
      * Consistent Styling
      * Add Logos of CI services
      * Shorten CI badge labels
      * Reorder for better wrapping
      3963268b
  9. 08 Feb, 2019 1 commit
  10. 07 Feb, 2019 2 commits
  11. 05 Feb, 2019 5 commits
  12. 03 Feb, 2019 17 commits