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

Switch from using .par files to pure python for piptool and whltool #81

Closed
wants to merge 7 commits into from

Commits on Apr 16, 2018

  1. Add .pyc files to .gitignore

    Doug Greiman committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    a3332a1 View commit details
    Browse the repository at this point in the history
  2. Add instructions to update third_party packages

    Doug Greiman committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    f20003e View commit details
    Browse the repository at this point in the history
  3. Vendor the 'setuptools==38.5.1' PyPI package.

    Commands run:
      pip install --target=third_party setuptools
      rm third_party/easy_install.py{,c}
    Doug Greiman committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    73d1d37 View commit details
    Browse the repository at this point in the history
  4. Vendor the 'pip==9.0.3' PyPI package.

    Commands run:
      pip install --target=third_party pip
    Doug Greiman committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    1b6b7f9 View commit details
    Browse the repository at this point in the history
  5. Vendor the 'wheel=0.30.0' PyPI package.

    Commands run:
      pip install --target=third_party wheel
    Doug Greiman committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    51ddf1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5601689 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into dgreiman/parectomy

    Douglas Greiman committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    5417fbf View commit details
    Browse the repository at this point in the history