diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-12-12 16:26:37 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-12-12 16:26:37 +0000 |
commit | 59a270d65f8d10f8c4606d190880ed83f136e5f9 (patch) | |
tree | e20b96d1b81d868af452e80b0e21e6081a5d6308 /dev-python/pytables/metadata.xml | |
parent | Move win64 gcc-4.4 check from DEPEND to src_unpack to avoid problems with sta... (diff) | |
download | gentoo-2-59a270d65f8d10f8c4606d190880ed83f136e5f9.tar.gz gentoo-2-59a270d65f8d10f8c4606d190880ed83f136e5f9.tar.bz2 gentoo-2-59a270d65f8d10f8c4606d190880ed83f136e5f9.zip |
Version bump. Disable failing tests due to bad reference HDF5 files (reported upstream), thanks Kacper Kowalik. Removed old version, even x86 stable 0.8 because depending on Numeric/numarray which are buggy and obsolete with python > 2.5. Simplified the ebuild.
(Portage version: 2.2_rc56/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pytables/metadata.xml')
-rw-r--r-- | dev-python/pytables/metadata.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-python/pytables/metadata.xml b/dev-python/pytables/metadata.xml index de483c53568f..363187bc3ca5 100644 --- a/dev-python/pytables/metadata.xml +++ b/dev-python/pytables/metadata.xml @@ -2,4 +2,12 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>python</herd> +<longdescription lang='en'> + PyTables is a hierarchical database package designed to efficently + manage very large amounts of data. PyTables is built on top of the + HDF5 library and the NumPy package. It features an object-oriented + interface that, combined with natural naming and C-code generated + from Pyrex sources, makes it a fast, yet extremely easy to use tool + for interactively save and retrieve large amounts of data. +</longdescription> </pkgmetadata> |