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

RF: more of common logistics into setup_support #3600

Merged
merged 14 commits into from
Aug 20, 2019

Commits on Aug 13, 2019

  1. Configuration menu
    Copy the full SHA
    92ea5d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a849e23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40dac18 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. BF: provide appname (hardcoded to datalad) within BuildManPage to get…

    …_version()
    
    BuildManPage ATM hardcodes for "datalad" being the module/app we care about.
    And it should be just fine even if used in extensions since we do not expect
    them to provide new independent commands (I guess)
    yarikoptic committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    652cd4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d72921 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. ENH: provide .handle_method for BuildManPage so we could have proper …

    …extension versions and man pages
    yarikoptic committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    b79be71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85a67fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ec34f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d86461a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e7e125 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0bd962 View commit details
    Browse the repository at this point in the history
  7. BF(py2): datalad_build_support: Add __init__.py

    Before Python 3.3, an __init__.py file is required for the package to
    be found.
    kyleam committed Aug 15, 2019
    1 Configuration menu
    Copy the full SHA
    6f700cb View commit details
    Browse the repository at this point in the history
  8. MV: Prefix datalad_build_support/ with an underscore

    datalad_setup() filters the output of find_packages(), keeping
    anything that starts with "datalad", and we don't want
    datalad_build_support/ to be distributed with datalad.
    kyleam committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    b10b873 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Configuration menu
    Copy the full SHA
    65eb761 View commit details
    Browse the repository at this point in the history