summaryrefslogtreecommitdiff
path: root/dev-python/seaborn
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-python/seaborn
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-python/seaborn')
-rw-r--r--dev-python/seaborn/Manifest5
-rw-r--r--dev-python/seaborn/metadata.xml42
-rw-r--r--dev-python/seaborn/seaborn-0.7.1.ebuild38
3 files changed, 85 insertions, 0 deletions
diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
new file mode 100644
index 000000000000..699739981627
--- /dev/null
+++ b/dev-python/seaborn/Manifest
@@ -0,0 +1,5 @@
+DIST seaborn-0.7.1.tar.gz 158146 SHA256 fa274344b1ee72f723bab751c40a5c671801d47a29ee9b5e69fcf63a18ce5c5d SHA512 6c730d87a97f0df3b38b78ee9255d47b900aece1308127e2772dc982b19691efe6afe192752c89cba9e9532b567dc1c3c103675e580e6f1151355ea89d1019b3 WHIRLPOOL 072ac50dfd554160b1225f0b901258915feddca91d47fd1c54e6469d9767478cd01b8585e2e236f2c5658dcbee9f6ea6c0b7f3ea0e3e0e41cdfd21343489b077
+EBUILD seaborn-0.7.1.ebuild 879 SHA256 40b0a5c75a8355e35434bd5cb25354346657d2db8a64f88237422c9acc5b6d19 SHA512 43b9e40b36b6de3e467fea102033587c9623b294dc808d1341cac6bb2846119757ff9a69d5f2461da72a6050a7b575f4da6a74165a9bc861f255074d9dce6695 WHIRLPOOL 708f36f1f84e0458bec882b3991f6075afaab5070cc50f76d47444feebf4206e51ffdde78abf2e323ede86fafea2691f2c8b287104d0e59f799df8d0ceb3d3bd
+MISC ChangeLog 3919 SHA256 c1a90098677f40db0ebc8732390f0c1013cf5a5a64217bd5e82def604f1c2b1b SHA512 e74b05f5a50b04adc27ae540ab878077ca0d6ec74d06be524b517014673d17ccf954b9f1537811136cf1601fc48ea619632767f95b4fcacabf237e761e0990e5 WHIRLPOOL 4c8c2ded14e28ca92dea503e5a1921471e2419b9c08f5f157d68202dc9c5a47c4af4cb00db460e0f7896decaeb8844efa4a2831a6dcc32cd742cf63d88eb27e1
+MISC ChangeLog-2015 468 SHA256 d64131957cc8902877b7cc0ec2a516b8d2b29e9a7de1258652fa2eacc994ad77 SHA512 0d98cd4385a785d3a14e3ffb9d7bac744446b6f0a2890cc5ca0a35aec47aaeb33aa9186bd1d4149086797131e8f1ebed91017504f71eafa4f02e3d8980476ff0 WHIRLPOOL c86d26d4327a9f508b229a207d4b09cfd026ac2c9bbdfe3af0ec0ac6ea724e11fc8c4db313f83917a9841a2539227a3c1665aec6ab3d6088056afe37360225ea
+MISC metadata.xml 1775 SHA256 2128f90b044aa45a6a2a88d735e8a956bfd0d0f1dc51c8d11ba097ca7be86d3b SHA512 8f88a3306453c65b345bf3d676903efa495f3cd65aeb9c5f6aa0243a6677e1e306b4a9e52e44685eff45cc43f73fbb5439d095bf4cfe1b4384b3e76ba7b17ade WHIRLPOOL d2008ee0aa0d153c28160531b847db85840abe416c05920ab4f2486518713c1778f3f0a192e36019ca47d2ad7fc9999d61fb75a7672762c01932cc4eaeb62630
diff --git a/dev-python/seaborn/metadata.xml b/dev-python/seaborn/metadata.xml
new file mode 100644
index 000000000000..86ec3a36c731
--- /dev/null
+++ b/dev-python/seaborn/metadata.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>horea.christ@gmail.com</email>
+ <name>Horea Christian</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <longdescription lang="en">
+ Seaborn is a library for making attractive and informative statistical graphics
+ in Python. It is built on top of matplotlib and tightly integrated with the
+ PyData stack, including support for numpy and pandas data structures and
+ statistical routines from scipy and statsmodels.
+
+ Some of the features that seaborn offers are
+
+ * Several built-in themes that improve on the default matplotlib aesthetics
+ * Tools for choosing color palettes to make beautiful plots that reveal
+ patterns in your data
+ * Functions for visualizing univariate and bivariate distributions or for
+ comparing them between subsets of data
+ * Tools that fit and visualize linear regression models for different kinds
+ of independent and dependent variables
+ * Functions that visualize matrices of data and use clustering algorithms to
+ discover structure in those matrices
+ * A function to plot statistical timeseries data with flexible estimation and
+ representation of uncertainty around the estimate
+ * High-level abstractions for structuring grids of plots that let you easily
+ build complex visualizations
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">seaborne</remote-id>
+ <remote-id type="github">mwaskom/seaborn</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/seaborn/seaborn-0.7.1.ebuild b/dev-python/seaborn/seaborn-0.7.1.ebuild
new file mode 100644
index 000000000000..1145719eec46
--- /dev/null
+++ b/dev-python/seaborn/seaborn-0.7.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Statistical data visualization"
+HOMEPAGE="http://stanford.edu/~mwaskom/software/seaborn/ https://github.com/mwaskom/seaborn"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+ dev-python/matplotlib[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/pandas[${PYTHON_USEDEP}]
+ dev-python/patsy[${PYTHON_USEDEP}]
+ dev-python/statsmodels[${PYTHON_USEDEP}]
+ sci-libs/scipy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ test? (
+ dev-python/nose[${PYTHON_USEDEP}]
+ )
+"
+
+python_test() {
+ cat > matplotlibrc <<- EOF || die
+ backend : Agg
+ EOF
+ virtx nosetests --verbosity=3 || die
+}