[Numpy-svn] [numpy/numpy] 7f5efd: BLD/BUG: revert usage of setuptools when building ...

GitHub noreply at github.com
Thu Jan 28 11:17:00 EST 2016


  Branch: refs/heads/maintenance/1.11.x
  Home:   https://github.com/numpy/numpy
  Commit: 7f5efd12b160f71ecd1a2f1daaaca48f9c490c07
      https://github.com/numpy/numpy/commit/7f5efd12b160f71ecd1a2f1daaaca48f9c490c07
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  BLD/BUG: revert usage of setuptools when building an sdist.

This was seriously broken.  Setuptools does unwanted 'smart' things and
ignores MANIFEST.in.  Closes gh-7127.


  Commit: dae1a38ab8488612e9dfb926d3a393824ceda40f
      https://github.com/numpy/numpy/commit/dae1a38ab8488612e9dfb926d3a393824ceda40f
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
    M numpy/distutils/command/egg_info.py

  Log Message:
  -----------
  MAINT: warn in egg_info command if using setuptools.sdist.

Warn in numpy/distutils/command/egg_info.py if using setuptools.sdist.

See gh-7127 for details.


  Commit: 7955bc83215dd880b754cb135cdfc9002fdf75a0
      https://github.com/numpy/numpy/commit/7955bc83215dd880b754cb135cdfc9002fdf75a0
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
    M numpy/distutils/command/egg_info.py
    M setup.py

  Log Message:
  -----------
  Merge pull request #7132 from charris/backport-7131

Backport 7131


Compare: https://github.com/numpy/numpy/compare/4efeb3028a1f...7955bc83215d


More information about the Numpy-svn mailing list