summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2004-08-25 17:31:46 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2004-08-25 17:31:46 +0000
commit5b6923785782e7fb6f5b1f6a7005fa9c60d31799 (patch)
tree7ff77cd72765e0e17da4532af162e476196aea9a /dev-python/pycrash/metadata.xml
parentversion bump (diff)
downloadhistorical-5b6923785782e7fb6f5b1f6a7005fa9c60d31799.tar.gz
historical-5b6923785782e7fb6f5b1f6a7005fa9c60d31799.tar.bz2
historical-5b6923785782e7fb6f5b1f6a7005fa9c60d31799.zip
pycrash-0.4_pre2 marked stable on x86. Added with some fixes pycrash-0.4_pre3. Added description to metadata.
Diffstat (limited to 'dev-python/pycrash/metadata.xml')
-rw-r--r--dev-python/pycrash/metadata.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-python/pycrash/metadata.xml b/dev-python/pycrash/metadata.xml
index de483c53568f..61cc412845b8 100644
--- a/dev-python/pycrash/metadata.xml
+++ b/dev-python/pycrash/metadata.xml
@@ -2,4 +2,13 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
+<longdescription>
+PyCrash is a Run-Time Exception Dumper which handles uncaught exceptions
+during the execution of Python programs and collects information about
+the program context. PyCrash can be very useful in report bug information,
+because the programmer can easily analyse the program execution context
+of the crashed application. The format of the crash dump file generated
+by PyCrash is XML, so the programmer can easily read this file to understand
+why the program is crashed.
+</longdescription>
</pkgmetadata>