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/corner/Manifest | 1 + dev-python/corner/corner-2.0.1.ebuild | 24 ++++++++++++++++++++++++ dev-python/corner/metadata.xml | 22 ++++++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 dev-python/corner/Manifest create mode 100644 dev-python/corner/corner-2.0.1.ebuild create mode 100644 dev-python/corner/metadata.xml (limited to 'dev-python/corner') diff --git a/dev-python/corner/Manifest b/dev-python/corner/Manifest new file mode 100644 index 000000000000..7d999d96d6c1 --- /dev/null +++ b/dev-python/corner/Manifest @@ -0,0 +1 @@ +DIST corner-2.0.1.tar.gz 10534 BLAKE2B 7ea10bce4c45385aca7083d7276415168e4f2fc900020df5f67a81e86ddcc4f9df5e5aa76270fee72c41395c7cc549bb9630c3b3eb24e0640f10c387adb1c976 SHA512 ebd625ab1e4591b4c21d25ec706c35d37f560b727e1e0d6a79948c4a112ee6f21d3ca30162901a27715074e1345f3bdee1a0345c63e5fec24113e495fb094127 diff --git a/dev-python/corner/corner-2.0.1.ebuild b/dev-python/corner/corner-2.0.1.ebuild new file mode 100644 index 000000000000..93cbfcfa1942 --- /dev/null +++ b/dev-python/corner/corner-2.0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_6 ) + +inherit distutils-r1 + +DESCRIPTION="Make scatter matrix corner plots" +HOMEPAGE="https://corner.readthedocs.io/en/latest/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" + +# missing expected test images in tar ball (2.0.1) +RESTRICT=test diff --git a/dev-python/corner/metadata.xml b/dev-python/corner/metadata.xml new file mode 100644 index 000000000000..05fe73e5bd30 --- /dev/null +++ b/dev-python/corner/metadata.xml @@ -0,0 +1,22 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + This Python module uses matplotlib to visualize multidimensional + samples using a scatterplot matrix. In these visualizations, each + one- and two-dimensional projection of the sample is plotted to + reveal covariances. corner was originally conceived to display the + results of Markov Chain Monte Carlo simulations and the defaults + are chosen with this application in mind but it can be used for + displaying many qualitatively different samples. + + + corner + dfm/corner.py + + gentoo-staging + -- cgit v1.3.1