summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2013-08-09 05:36:46 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2013-08-09 05:36:46 +0000
commit823341af3b1f1ff225888e741771fca7c8caa7fa (patch)
treeaf87cde5ffccc8d230df1eebcd96b3c41da8aab8 /dev-python/ipython/metadata.xml
parentBeta channel bump. Tweak src_test to output each failed test command. (diff)
downloadgentoo-2-823341af3b1f1ff225888e741771fca7c8caa7fa.tar.gz
gentoo-2-823341af3b1f1ff225888e741771fca7c8caa7fa.tar.bz2
gentoo-2-823341af3b1f1ff225888e741771fca7c8caa7fa.zip
Version bump
(Portage version: 2.2.01.22124-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-python/ipython/metadata.xml')
-rw-r--r--dev-python/ipython/metadata.xml40
1 files changed, 19 insertions, 21 deletions
diff --git a/dev-python/ipython/metadata.xml b/dev-python/ipython/metadata.xml
index ce5022317632..3963b8c4af3b 100644
--- a/dev-python/ipython/metadata.xml
+++ b/dev-python/ipython/metadata.xml
@@ -1,28 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>python</herd>
- <longdescription>
-IPython provides a replacement for the interactive Python interpreter with
-extra functionality.
-
-Main features:
-* Comprehensive object introspection.
-* Input history, persistent across sessions.
-* Caching of output results during a session with automatically generated
- references.
-* Readline based name completion.
-* Extensible system of 'magic' commands for controlling the environment and
- performing many tasks related either to IPython or the operating system.
-* Configuration system with easy switching between different setups (simpler
- than changing $PYTHONSTARTUP environment variables every time).
-* Session logging and reloading.
-* Extensible syntax processing for special purpose situations.
-* Access to the system shell with user-extensible alias system.
-* Easily embeddable in other Python programs.
-* Integrated access to the pdb debugger and the Python profiler.
+<herd>python</herd>
+<longdescription lang="en">
+ IPython provides a replacement for the interactive Python interpreter with
+ extra functionality. Main features:
+ * Comprehensive object introspection.
+ * Input history, persistent across sessions.
+ * Caching of output results during a session with automatically generated
+ references.
+ * Readline based name completion.
+ * Extensible system of 'magic' commands for controlling the environment and
+ performing many tasks related either to IPython or the operating system.
+ * Configuration system with easy switching between different setups (simpler
+ than changing $PYTHONSTARTUP environment variables every time).
+ * Session logging and reloading.
+ * Extensible syntax processing for special purpose situations.
+ * Access to the system shell with user-extensible alias system.
+ * Easily embeddable in other Python programs.
+ * Integrated access to the pdb debugger and the Python profiler.
</longdescription>
- <longdescription lang="ja">
+<longdescription lang="ja">
対話的に利用する場合にPythonインタープリタから、より機能が豊富なIPythonへ置き換&gt;える事ができます。
主機能: