[Python-modules-commits] r27077 - in packages/python-virtualenv/trunk/debian (2 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Mon Jan 6 15:29:12 UTC 2014


    Date: Monday, January 6, 2014 @ 15:29:11
  Author: stefanor
Revision: 27077

Update manpage, removing ignored options and adding new ones.

Modified:
  packages/python-virtualenv/trunk/debian/changelog
  packages/python-virtualenv/trunk/debian/virtualenv.1

Modified: packages/python-virtualenv/trunk/debian/changelog
===================================================================
--- packages/python-virtualenv/trunk/debian/changelog	2014-01-06 01:42:45 UTC (rev 27076)
+++ packages/python-virtualenv/trunk/debian/changelog	2014-01-06 15:29:11 UTC (rev 27077)
@@ -7,6 +7,7 @@
   * Bump Stardards-Version to 3.9.5 (no changes needed).
   * Remove README.Debian - contents was outdated and incorrect.
   * Update copyright, and convert to machine-readable 1.0 format.
+  * Update manpage, removing ignored options and adding new ones.
 
  -- Stefano Rivera <stefanor at debian.org>  Sun, 05 Jan 2014 23:54:19 +0200
 

Modified: packages/python-virtualenv/trunk/debian/virtualenv.1
===================================================================
--- packages/python-virtualenv/trunk/debian/virtualenv.1	2014-01-06 01:42:45 UTC (rev 27076)
+++ packages/python-virtualenv/trunk/debian/virtualenv.1	2014-01-06 15:29:11 UTC (rev 27077)
@@ -91,9 +91,15 @@
 environment\&.
 .RE
 .PP
+\fB\-\-always\-copy\fR
+.RS 4
+Always copy files rather than symlinking\&.
+.RE
+.PP
 \fB\-\-unzip\-setuptools\fR
 .RS 4
-Unzip Setuptools or Distribute when installing it\&.
+Unzip Setuptools when installing it\&.
+This fixes up scripts and makes all \fB.pth\fR files relative\&.
 .RE
 .PP
 \fB\-\-relocatable\fR
@@ -101,15 +107,14 @@
 Make an EXISTING virtualenv environment relocatable\&.
 .RE
 .PP
-\fB\-\-distribute\fR
+\fB\-\-no\-setuptools\fR
 .RS 4
-Ignored.  Distribute is used by default.  See \fB\-\-setuptools\fR to use Setuptools instead of Distribute\&.
+Do not install setuptools (or pip) in the new virtualenv.
 .RE
 .PP
-\fB\-\-setuptools\fR
+\fB\-\-no\-pip\fR
 .RS 4
-Use Setuptools instead of Distribute. Set environ variable
-\fBVIRTUALENV_SETUPTOOLS\fR to make it the default\&.
+Do not install pip in the new virtualenv.
 .RE
 .PP
 \fB\-\-extra\-search\-dir\fR=\fISEARCH_DIRS\fR
@@ -118,13 +123,6 @@
 Can be specified multiple times\&.
 .RE
 .PP
-\fB\-\-never\-download\fR
-.RS 4
-Never download anything from the network\&.
-Instead, fail if local distributions of setuptools/distribute/pip are
-not present\&.
-.RE
-.PP
 \fB\-\-prompt\fR==\fIPROMPT\fR
 .RS 4
 Provides an alternative prompt prefix for this environment\&.




More information about the Python-modules-commits mailing list