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

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Sun May 30 00:59:54 UTC 2010


    Date: Sunday, May 30, 2010 @ 00:59:43
  Author: chaica-guest
Revision: 13156

  * debian/virtualenv.1
    - added --distribute,--relocatable,--unzip-setuptools descriptions

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	2010-05-30 00:48:16 UTC (rev 13155)
+++ packages/python-virtualenv/trunk/debian/changelog	2010-05-30 00:59:43 UTC (rev 13156)
@@ -6,8 +6,10 @@
     - removed python from Build-Depends
   * debian/format/source
     - bump to 3.0 (quilt)
+  * debian/virtualenv.1
+    - added --distribute,--relocatable,--unzip-setuptools descriptions
 
- -- Carl Chenet <chaica at ohmytux.com>  Sun, 30 May 2010 02:32:47 +0200
+ -- Carl Chenet <chaica at ohmytux.com>  Sun, 30 May 2010 03:03:26 +0200
 
 python-virtualenv (1.4.5-1) unstable; urgency=low
 

Modified: packages/python-virtualenv/trunk/debian/virtualenv.1
===================================================================
--- packages/python-virtualenv/trunk/debian/virtualenv.1	2010-05-30 00:48:16 UTC (rev 13155)
+++ packages/python-virtualenv/trunk/debian/virtualenv.1	2010-05-30 00:59:43 UTC (rev 13156)
@@ -59,10 +59,30 @@
 Clear out a previously\-created virtual Python instance in this location before creating a new one\&.
 .RE
 .PP
+\fB\-p PYTHON_EXE,\-\-python=PYTHON_EXE\fR
+.RS 4
+The Python interpreter to use to create the new environment\&.
+.RE
+.PP
 \fB\-\-no\-site\-packages\fR
 .RS 4
 Don\(aat give access to the global site\-packages modules to the virtual environment\&.
 .RE
+.PP
+\fB\-\-unzip\-setuptools\fR
+.RS 4
+Unzip Setuptools or Distribute when installing it\&.
+.RE
+.PP
+\fB\-\-relocatable\fR
+.RS 4
+Make an EXISTING virtualenv environment relocatable\&.
+.RE
+.PP
+\fB\-\-distribute\fR
+.RS 4
+Use Distribute instead of Setuptools\&.
+.RE
 .SH "AUTHORS"
 .sp
 .if n \{\




More information about the Python-modules-commits mailing list