BruceSherwood / vpython-wx

VPython based on wxPython
Other
70 stars 38 forks source link

setup: fixed and improved requirements declaration #23

Closed glarrain closed 11 years ago

BruceSherwood commented 11 years ago

Okay, I executed this pull request.

I'm still hopelessly confused by all of this, both setup and Travis. For example, how can setup possibly deal with wxPython in an automated way? Both wxPython 2.9.4 and the very recent 2.9.5 require special patches in order to build. How can an automated system know that?

Bruce

On Tue, Sep 24, 2013 at 12:24 PM, German Larrain notifications@github.comwrote:


You can merge this Pull Request by running

git pull https://github.com/glarrain/vpython-wx installation

Or view, comment on, or merge it at:

https://github.com/BruceSherwood/vpython-wx/pull/23 Commit Summary

  • requirements: added 'numpy'; fixed kwarg name in call to 'setup'.
  • requirements: added 'wx' in call to 'setup'
  • Merge remote-tracking branch 'upstream/master' into installation

File Changes

  • M requirements.txthttps://github.com/BruceSherwood/vpython-wx/pull/23/files#diff-0(1)
  • M setup.pyhttps://github.com/BruceSherwood/vpython-wx/pull/23/files#diff-1(4)

Patch Links:

glarrain commented 11 years ago

Bruce, don't despair. It can be done and I'll make it work.

If it suits you better, you can give me write access to the repo to speed up the changes