dev-python/corner: initial import

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Sébastien Fabbro
2016-12-29 17:36:14 +00:00
parent 7fdf38c713
commit ea4e17b3a5
3 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST corner-2.0.1.tar.gz 10534 SHA256 102e22797ee75d1432b6dc66aa2850f61388996ece66fd6600508742d2a7b88f SHA512 ebd625ab1e4591b4c21d25ec706c35d37f560b727e1e0d6a79948c4a112ee6f21d3ca30162901a27715074e1345f3bdee1a0345c63e5fec24113e495fb094127 WHIRLPOOL c485239f8b810ff46b29eee9e204537c256a3d9786ef6f885854bb82e0554403ca7a68d37c2a4f1f46bf4064cea09ad4f87d15838563435183c4946e10fc3110

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1
DESCRIPTION="Make scatter matrix corner plots"
HOMEPAGE="http://corner.readthedocs.io/"
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

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
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.
</longdescription>
<upstream>
<remote-id type="pypi">corner</remote-id>
<remote-id type="github">dfm/corner.py</remote-id>
</upstream>
</pkgmetadata>