Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #15 - installing from pip and easy_install (Take 2) #21

Merged

Commits on Mar 27, 2016

  1. Revert "setup.py: fix for Python 2.6"

    This reverts commit fd90704.
    ccpost committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    3277500 View commit details
    Browse the repository at this point in the history
  2. Revert "Merge pull request LudovicRousseau#20 from ccpost/fix/pip-ins…

    …tall"
    
    This reverts commit 9277d45, reversing
    changes made to f793225.
    ccpost committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    d088bc8 View commit details
    Browse the repository at this point in the history
  3. Fix LudovicRousseau#15 - installing from pip and easy_install (Ta…

    …ke 2)
    
    - Ensure that the `build_ext` task is called before `build_py` to
      generate SWIG .py files before the Python copy step happens and we
      miss packaging and installing the generated files.
    - Add Makefile target `test_install` for testing multiple build and
      install methods on the active Python installation.
    ccpost committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    55680b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e09bc6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f59ade View commit details
    Browse the repository at this point in the history