diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-05 16:04:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-05 16:08:32 +0200 |
commit | 40140c90b36e89419b7e2f4d85c17f267adf5fee (patch) | |
tree | 3e234eb46c96774840e02f17975baa51877b5a14 /dev-python/tables/metadata.xml | |
parent | app-arch/rar: add 6.24 (diff) | |
download | gentoo-40140c90b36e89419b7e2f4d85c17f267adf5fee.tar.gz gentoo-40140c90b36e89419b7e2f4d85c17f267adf5fee.tar.bz2 gentoo-40140c90b36e89419b7e2f4d85c17f267adf5fee.zip |
Rename dev-python/{pytables → tables}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tables/metadata.xml')
-rw-r--r-- | dev-python/tables/metadata.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/tables/metadata.xml b/dev-python/tables/metadata.xml new file mode 100644 index 000000000000..2fea045e5982 --- /dev/null +++ b/dev-python/tables/metadata.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <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> + <use> + <flag name="cpudetection">Enables runtime CPU detection (useful for bindist, compatibility on other CPUs)</flag> + </use> + <upstream> + <remote-id type="github">PyTables/PyTables</remote-id> + <remote-id type="pypi">tables</remote-id> + </upstream> +</pkgmetadata> |