From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/seaborn/Manifest | 1 + dev-python/seaborn/metadata.xml | 37 ++++++++++++++++++++++++++++++ dev-python/seaborn/seaborn-0.10.0.ebuild | 39 ++++++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 dev-python/seaborn/Manifest create mode 100644 dev-python/seaborn/metadata.xml create mode 100644 dev-python/seaborn/seaborn-0.10.0.ebuild (limited to 'dev-python/seaborn') diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest new file mode 100644 index 000000000000..d2e6845d202b --- /dev/null +++ b/dev-python/seaborn/Manifest @@ -0,0 +1 @@ +DIST seaborn-0.10.0.tar.gz 194113 BLAKE2B 7e5d6efd7a8446172a3f102c2c7815483f5e24cd2698f52e70186395468a782e45e1cc8fa7eacf7e2956b66e2a6cda76525973b2fecdc43a784af85319c9f5fa SHA512 1f6288931cb63d3109663b5aedc7c11b6b97a6afd8cf9b9e94a9a1f4e18c45456ae7bb055c5be0fb0c34dbb3fdf992d7a88bc1cb88506bebf9ddf9bf685aa3ea diff --git a/dev-python/seaborn/metadata.xml b/dev-python/seaborn/metadata.xml new file mode 100644 index 000000000000..abd6b84a979b --- /dev/null +++ b/dev-python/seaborn/metadata.xml @@ -0,0 +1,37 @@ + + + + + chr@chymera.eu + Horea Christian + + + proxy-maint@gentoo.org + Proxy Maintainers + + + python@gentoo.org + Python + + + 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 + + + seaborne + mwaskom/seaborn + + gentoo-staging + diff --git a/dev-python/seaborn/seaborn-0.10.0.ebuild b/dev-python/seaborn/seaborn-0.10.0.ebuild new file mode 100644 index 000000000000..ede4b500f025 --- /dev/null +++ b/dev-python/seaborn/seaborn-0.10.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 virtualx + +DESCRIPTION="Statistical data visualization" +HOMEPAGE="https://seaborn.pydata.org 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" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-python/matplotlib-2.1.2[${PYTHON_USEDEP}] + >=dev-python/numpy-1.13.3[${PYTHON_USEDEP}] + >=dev-python/pandas-0.22.0[${PYTHON_USEDEP}] + dev-python/patsy[${PYTHON_USEDEP}] + dev-python/statsmodels[${PYTHON_USEDEP}] + >=sci-libs/scipy-1.0.1[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( + dev-python/nose[${PYTHON_USEDEP}] + ) +" + +python_test() { + cat > matplotlibrc <<- EOF || die + backend : Agg + EOF + virtx nosetests --verbosity=3 +} -- cgit v1.3