diff options
Diffstat (limited to 'dev-python/bokeh/metadata.xml')
-rw-r--r-- | dev-python/bokeh/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/bokeh/metadata.xml b/dev-python/bokeh/metadata.xml new file mode 100644 index 000000000..b59e358e7 --- /dev/null +++ b/dev-python/bokeh/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>sci</herd> +<longdescription lang="en"> + Bokeh is a Python interactive visualization library for large + datasets that natively uses the latest web technologies. Its goal is + to provide elegant, concise construction of novel graphics in the + style of Protovis/D3, while delivering high-performance + interactivity over large data to thin clients. +</longdescription> +<use> + <flag name="chaco">Enable interface for implementing qplot and ggplot like functionality using chaco</flag> +</use> +</pkgmetadata> |