python-pip 1.0-1 source package in Ubuntu

Changelog

python-pip (1.0-1) unstable; urgency=low

  * New upstream version
  * debian/control
    - Remove python-support from Build-Depends-Indep
    - Bump python to 2.6.6-3
    - Bump Standards-Version to 3.9.1
  * debian/patches
    - Replaced remove_hardcoded_python_version by
      remove_hardcoded_python_version.patch
    - Replaced format_egg_string by format_egg_string.patch
  * debian/rules
    - Added --with python2 to dh $@
  * debian/copyright
    - updated copyright dates and authors
 -- Andreas Moog <email address hidden>   Wed,  11 May 2011 10:50:39 +0000

Upload details

Uploaded by:
Andreas Moog
Uploaded to:
Oneiric
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-pip_1.0.orig.tar.gz 97.8 KiB 34ba07e2d14ba86d5088ba896ac80bed845a9b276ab8acb279b8d99bc77fec8e
python-pip_1.0-1.debian.tar.gz 5.6 KiB ff90c9f7a295c6edffff4105ddd6f3b134a59af3835a126a420daa60d543c2c2
python-pip_1.0-1.dsc 2.0 KiB 47a022d5e00a05af9e2027c4a10c8cfb7b643481f658bf53364c173c294ea404

Available diffs

View changes file

Binary packages built by this source

python-pip: alternative Python package installer

 pip is a replacement for easy_install, and is intended to be an improved
 Python package installer. It integrates with virtualenv, doesn't do partial
 installs, can save package state for replaying, can install from non-egg
 sources, and can install from version control repositories.