summaryrefslogtreecommitdiffstats
path: root/python/virtualenvwrapper/slack-desc
diff options
context:
space:
mode:
author vvoody <vvoodywang@gmail.com>2012-12-14 19:45:53 +0100
committer Matteo Bernardini <ponce@slackbuilds.org>2012-12-15 15:13:39 +0100
commitc54f682596551b8fbd81914a18fd37599cb7e231 (patch)
tree6c759983dbefeb285060cb247efa767e2a14916c /python/virtualenvwrapper/slack-desc
parent68e0061b6787008a5f1d73cb6bf0e4d50b4a25de (diff)
downloadslackbuilds-c54f682596551b8fbd81914a18fd37599cb7e231.tar.gz
slackbuilds-c54f682596551b8fbd81914a18fd37599cb7e231.tar.xz
python/virtualenvwrapper: Added (virtualenv extensions).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/virtualenvwrapper/slack-desc')
-rw-r--r--python/virtualenvwrapper/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/virtualenvwrapper/slack-desc b/python/virtualenvwrapper/slack-desc
new file mode 100644
index 0000000000..9270cd52bc
--- /dev/null
+++ b/python/virtualenvwrapper/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+virtualenvwrapper: virtualenvwrapper (Extensions to Ian Bicking's virtualenv tool)
+virtualenvwrapper:
+virtualenvwrapper: virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv
+virtualenvwrapper: tool for creating isolated Python development environments.
+virtualenvwrapper:
+virtualenvwrapper: The extensions include wrappers for creating and deleting virtual
+virtualenvwrapper: environments and otherwise managing your development workflow,
+virtualenvwrapper: making it easier to work on more than one project at a time without
+virtualenvwrapper: introducing conflicts in their dependencies.
+virtualenvwrapper:
+virtualenvwrapper: Homepage: http://www.doughellmann.com/projects/virtualenvwrapper/