[Python-modules-commits] r22073 - in packages/python-pip/trunk/debian (5 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Tue Jun 5 21:15:12 UTC 2012


    Date: Tuesday, June 5, 2012 @ 21:15:03
  Author: chaica-guest
Revision: 22073

  * debian/control
    - Use X-Python-Version >= 2.6 (Closes: #676041)
    - Put python-all (>= 2.6) in B-D and Depends field
    - Put python-all-dev (>= 2.6) in python-pip pkg Depends field
  * Add pip-2.6 manpage
  * debian/python-pip.install
    - add support for multiple 2.x libraries

Added:
  packages/python-pip/trunk/debian/pip-2.6.1
    (from rev 22072, packages/python-pip/trunk/debian/pip-2.7.1)
Modified:
  packages/python-pip/trunk/debian/changelog
  packages/python-pip/trunk/debian/control
  packages/python-pip/trunk/debian/python-pip.install
  packages/python-pip/trunk/debian/python-pip.manpages

Modified: packages/python-pip/trunk/debian/changelog
===================================================================
--- packages/python-pip/trunk/debian/changelog	2012-06-05 07:12:35 UTC (rev 22072)
+++ packages/python-pip/trunk/debian/changelog	2012-06-05 21:15:03 UTC (rev 22073)
@@ -1,3 +1,15 @@
+python-pip (1.1-2) unstable; urgency=low
+
+  * debian/control
+    - Use X-Python-Version >= 2.6 (Closes: #676041)
+    - Put python-all (>= 2.6) in B-D and Depends field
+    - Put python-all-dev (>= 2.6) in python-pip pkg Depends field
+  * Add pip-2.6 manpage
+  * debian/python-pip.install
+    - add support for multiple 2.x libraries
+
+ -- Carl Chenet <chaica at debian.org>  Tue, 05 Jun 2012 23:03:13 +0200
+
 python-pip (1.1-1) unstable; urgency=low
 
   * New upstream version (Closes: #632578,#633610,#653049)

Modified: packages/python-pip/trunk/debian/control
===================================================================
--- packages/python-pip/trunk/debian/control	2012-06-05 07:12:35 UTC (rev 22072)
+++ packages/python-pip/trunk/debian/control	2012-06-05 21:15:03 UTC (rev 22073)
@@ -4,10 +4,10 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Carl Chenet <chaica at debian.org>, Jeff Licquia <licquia at debian.org>
 Homepage: http://pip.openplans.org/
-Build-Depends: debhelper (>= 7.0.50~), python (>= 2.7), python3 (>= 3.2)
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6), python3 (>= 3.2)
 Build-Depends-Indep: python-setuptools (>= 0.6c1), python3-setuptools
 Standards-Version: 3.9.3
-X-Python-Version: >= 2.7
+X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-pip/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-pip/trunk/
@@ -15,7 +15,7 @@
 Package: python-pip
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources, python-setuptools (>= 0.6c1)
-Recommends: python-dev (>= 2.7), build-essential
+Recommends: python-dev-all (>= 2.6), build-essential
 Description: 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

Copied: packages/python-pip/trunk/debian/pip-2.6.1 (from rev 22072, packages/python-pip/trunk/debian/pip-2.7.1)
===================================================================
--- packages/python-pip/trunk/debian/pip-2.6.1	                        (rev 0)
+++ packages/python-pip/trunk/debian/pip-2.6.1	2012-06-05 21:15:03 UTC (rev 22073)
@@ -0,0 +1,135 @@
+'\" t
+.\"     Title: pip-2.6
+.\"    Author: [see the "AUTHORS" section]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 05/27/2012
+.\"    Manual: \ \&
+.\"    Source: \ \&
+.\"  Language: English
+.\"
+.TH "PIP-2.6" "1" "05/27/2012" "\ \&" "\ \&"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+pip-2.6 \- install Python packages
+.SH "SYNOPSIS"
+.sp
+\fBpip-2.6\fR [\fIcommand\fR] [\fIoptions\fR]
+.SH "DESCRIPTION"
+.sp
+pip is an alternative Python package installer\&. It performs the same basic job as easy_install, but with some extra features\&. It can work with version control repositories (currently only Git, Mercurial, and Bazaar repositories), logs output extensively, and prevents partial installs by downloading all requirements before starting installation\&.
+.sp
+It has some disadvantages when compared to easy_install\&. It does not use egg files, although it does preserve egg metadata\&. Some setuptools features are not yet supported, and some custom setup\&.py features won\(aat work\&.
+.SH "COMMANDS"
+.sp
+The command comes before any options\&. The following commands are recognized:
+.PP
+\fBhelp\fR
+.RS 4
+Show the help text\&.
+.RE
+.PP
+\fBbundle\fR
+.RS 4
+Create "bundles" which can be used by pip to install the group of Python packages in multiple places\&.
+.RE
+.PP
+\fBfreeze\fR
+.RS 4
+Write the current list of installed packages to a requirements file, which can be used by pip to reinstall the same set of packages\&.
+.RE
+.PP
+\fBinstall\fR
+.RS 4
+Install packages\&.
+.RE
+.PP
+\fBunzip\fR
+.RS 4
+Unzip an individual package\&.
+.RE
+.PP
+\fBzip\fR
+.RS 4
+Zip an individual package\&.
+.RE
+.SH "OPTIONS"
+.PP
+\fB\-h, \-\-help\fR
+.RS 4
+Show summary of options\&.
+.RE
+.PP
+\fB\-\-version\fR
+.RS 4
+Show the version of the program\&.
+.RE
+.PP
+\fB\-v, \-\-verbose\fR
+.RS 4
+Be more verbose\&.
+.RE
+.PP
+\fB\-q, \-\-quiet\fR
+.RS 4
+Be less verbose; suppress unimportant output\&.
+.RE
+.PP
+\fB\-\-log\fR=\fIFILENAME\fR
+.RS 4
+Log file where a complete (maximum verbosity) record will be kept\&.
+.RE
+.PP
+\fB\-\-proxy\fR=\fIPROXY\fR
+.RS 4
+Have pip use a proxy server to access sites\&. This can be specified using "user:password at proxy\&.server:port" notation\&. If the password is left out, pip will ask for it\&.
+.RE
+.PP
+\fB\-\-exists\-action\fR=\fIEXISTS_ACTION\fR
+.RS 4
+Default action when a path already exists\&.Use this option more then one time to specify another action if a certain option is not available, choices: (s)witch, (i)gnore, (w)ipe, (b)ackup
+.RE
+.PP
+\fB\-\-timeout\fR=\fITIMEOUT\fR
+.RS 4
+Set the timeout for connecting to download sites, in seconds\&. This defaults to 15 seconds if not given\&.
+.RE
+.SH "AUTHORS"
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+This manual page was originally written by Jeff Licquia <licquia at debian\&.org>, later rewritten by Carl Chenet <chaica at debian\&.org>\&.
+.fi
+.if n \{\
+.RE
+.\}
+.SH "LICENSE"
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, version 3 or any later version published by the Free Software Foundation\&.
+.fi
+.if n \{\
+.RE
+.\}

Modified: packages/python-pip/trunk/debian/python-pip.install
===================================================================
--- packages/python-pip/trunk/debian/python-pip.install	2012-06-05 07:12:35 UTC (rev 22072)
+++ packages/python-pip/trunk/debian/python-pip.install	2012-06-05 21:15:03 UTC (rev 22073)
@@ -1,2 +1,2 @@
 usr/lib/python2*
-usr/bin/pip-2.7
+usr/bin/pip-2.*

Modified: packages/python-pip/trunk/debian/python-pip.manpages
===================================================================
--- packages/python-pip/trunk/debian/python-pip.manpages	2012-06-05 07:12:35 UTC (rev 22072)
+++ packages/python-pip/trunk/debian/python-pip.manpages	2012-06-05 21:15:03 UTC (rev 22073)
@@ -1,2 +1,3 @@
 debian/pip.1
+debian/pip-2.6.1
 debian/pip-2.7.1




More information about the Python-modules-commits mailing list