[Python-modules-commits] [python-pip] branch dirtbike updated (33d3407 -> ae5df4a)

Barry Warsaw barry at moszumanska.debian.org
Fri Jan 29 15:52:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

barry pushed a change to branch dirtbike
in repository python-pip.

      from  33d3407   Build-Depends: Add python-* and python3-* dependent packages for rewheeling via dirtbike.
       new  d94eb7c   More updates for dirtbike.
       new  eb83ea7   Revert to old wheels directory.
       new  4ed3bc8   merge patched-dirtbike into dirtbike
       new  1890a4e   merge patched-dirtbike into dirtbike
       new  a93e5cf   Disable auto-generation of console scripts.
       new  7f0af7f   merge patched-dirtbike into dirtbike
       new  d2fe1c1   Complete the dirtbike port.
       new  16e5ff2   Add a few more dependencies.
       new  d38a7b5   Proper setting of WHEEL_DIR.
       new  f6d3989   merge patched-dirtbike into dirtbike
       new  9bd89a2   Disable overrides.
       new  29820a4   Keep the entry points.
       new  151d2ce   merge patched-dirtbike into dirtbike
       new  ae5df4a   Finalize the creation of /usr/bin/pip*

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/.git-dpm                                    |   4 +-
 debian/changelog                                   |  15 +--
 debian/control                                     |  25 +++--
 debian/makepip.py                                  |  29 +++++
 .../patches/0005-Proper-setting-of-WHEEL_DIR.patch |  51 +++++++++
 debian/patches/0006-Keep-the-entry-points.patch    |  36 +++++++
 debian/patches/disable-console-scripts.patch       | 119 +++++++++++++++++++++
 debian/patches/fix-wheel-dir.patch                 |  23 ----
 debian/patches/series                              |   4 +-
 debian/python-pip-common.install                   |   1 -
 debian/rules                                       |  49 +++++----
 pip/__init__.py                                    |  63 -----------
 pip/_vendor/__init__.py                            |  31 +++++-
 13 files changed, 321 insertions(+), 129 deletions(-)
 create mode 100644 debian/makepip.py
 create mode 100644 debian/patches/0005-Proper-setting-of-WHEEL_DIR.patch
 create mode 100644 debian/patches/0006-Keep-the-entry-points.patch
 create mode 100644 debian/patches/disable-console-scripts.patch
 delete mode 100644 debian/patches/fix-wheel-dir.patch
 delete mode 100644 debian/python-pip-common.install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pip.git



More information about the Python-modules-commits mailing list