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

Added a buildout option, abi-tag-eggs #325

Merged
merged 4 commits into from Jan 30, 2017
Merged

Added a buildout option, abi-tag-eggs #325

merged 4 commits into from Jan 30, 2017

Commits on Jan 29, 2017

  1. Added a buildout option, abi-tag-eggs

    that, when true, causes the `ABI tag
    <https://www.python.org/dev/peps/pep-0425/#abi-tag>`_ for the buildout
    environment to be added to the eggs directory name.
    
    This is useful when switching Python implementations (e.g. CPython
    vs PyPI or debug builds vs regular builds), especially when
    environment differences aren't reflected in egg names.  It also has
    the side benefit of making eggs directories smaller, because eggs
    for different Python versions are in different directories.
    Jim Fulton committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    5e10cff View commit details
    Browse the repository at this point in the history
  2. typo

    Jim Fulton committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    e9ab3f8 View commit details
    Browse the repository at this point in the history
  3. removed a config added during experimentation

    Jim Fulton committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    be0f11b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

  1. Made abi-tagged eggs directories subdirectories of the eggs directory.

    As suggested in: #325
    
    Also simplified _setup_directories to not bother with the eggs
    directory, since that's handled elsewhere.
    Jim Fulton committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    a2ba3ed View commit details
    Browse the repository at this point in the history