diff options
Diffstat (limited to 'dev-python/blaze/metadata.xml')
-rw-r--r-- | dev-python/blaze/metadata.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/blaze/metadata.xml b/dev-python/blaze/metadata.xml new file mode 100644 index 00000000000..e2f6a14c9bd --- /dev/null +++ b/dev-python/blaze/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <longdescription lang="en"> + Blaze is the next-generation of NumPy. It is designed as a + foundational set of abstractions on which to build out-of-core and + distributed algorithms over a wide variety of data sources and to + extend the structure of NumPy itself. +</longdescription> + <upstream> + <remote-id type="github">ContinuumIO/blaze</remote-id> + </upstream> +</pkgmetadata> |