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

don't rely on distutils.sysconfig directly to determine Python lib dir #156

Merged
merged 10 commits into from Mar 28, 2013

Commits on Mar 27, 2013

  1. Revert "don't try to complete self.pylibdir, it is complete"

    This reverts commit 0c9962f.
    boegel committed Mar 27, 2013
    Copy the full SHA
    be504eb View commit details
    Browse the repository at this point in the history
  2. Revert "stop hardcoding Python lib dir, determine it via get_python_l…

    …ib instead"
    
    This reverts commit ec84222.
    boegel committed Mar 27, 2013
    Copy the full SHA
    12a95b4 View commit details
    Browse the repository at this point in the history
  3. obtain Python site lib dir via distutils.sysconfig.get_python_lib() t…

    …hrough run_cmd to get correct version
    boegel committed Mar 27, 2013
    Copy the full SHA
    0c2bc7a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2013

  1. style fix

    boegel committed Mar 28, 2013
    Copy the full SHA
    9b8d3e5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    81f794b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    931d47d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e294f2a View commit details
    Browse the repository at this point in the history
  5. add missing super call

    boegel committed Mar 28, 2013
    Copy the full SHA
    dedb15b View commit details
    Browse the repository at this point in the history
  6. strip output of run_cmd

    boegel committed Mar 28, 2013
    Copy the full SHA
    57f4c1e View commit details
    Browse the repository at this point in the history
  7. fix typo (I really need sleep)

    boegel committed Mar 28, 2013
    Copy the full SHA
    ccf0103 View commit details
    Browse the repository at this point in the history