summaryrefslogtreecommitdiff
path: root/dev-python/blz/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/blz/metadata.xml')
-rw-r--r--dev-python/blz/metadata.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/blz/metadata.xml b/dev-python/blz/metadata.xml
new file mode 100644
index 00000000000..eaebb3b02d2
--- /dev/null
+++ b/dev-python/blz/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <longdescription lang="en">
+ BLZ is a chunked container for numerical data. Chunking allows for
+ efficient enlarging/shrinking of data container. In addition, it can
+ also be compressed for reducing memory/disk needs. The compression
+ process is carried out internally by Blosc, a high-performance
+ compressor that is optimized for binary data.
+</longdescription>
+ <upstream>
+ <remote-id type="github">ContinuumIO/blz</remote-id>
+ </upstream>
+</pkgmetadata>