public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/corner/
@ 2016-12-29 19:56 Sebastien Fabbro
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro @ 2016-12-29 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     ea4e17b3a5831451644db3105ebc2c9bb5aa5371
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 17:36:14 2016 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 19:56:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4e17b3

dev-python/corner: initial import

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/corner/Manifest            |  1 +
 dev-python/corner/corner-2.0.1.ebuild | 25 +++++++++++++++++++++++++
 dev-python/corner/metadata.xml        | 21 +++++++++++++++++++++
 3 files changed, 47 insertions(+)

diff --git a/dev-python/corner/Manifest b/dev-python/corner/Manifest
new file mode 100644
index 00000000..ac67e8d
--- /dev/null
+++ b/dev-python/corner/Manifest
@@ -0,0 +1 @@
+DIST corner-2.0.1.tar.gz 10534 SHA256 102e22797ee75d1432b6dc66aa2850f61388996ece66fd6600508742d2a7b88f SHA512 ebd625ab1e4591b4c21d25ec706c35d37f560b727e1e0d6a79948c4a112ee6f21d3ca30162901a27715074e1345f3bdee1a0345c63e5fec24113e495fb094127 WHIRLPOOL c485239f8b810ff46b29eee9e204537c256a3d9786ef6f885854bb82e0554403ca7a68d37c2a4f1f46bf4064cea09ad4f87d15838563435183c4946e10fc3110

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 00000000..45467d8
--- /dev/null
+++ b/dev-python/corner/corner-2.0.1.ebuild
@@ -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

diff --git a/dev-python/corner/metadata.xml b/dev-python/corner/metadata.xml
new file mode 100644
index 00000000..b8f3109
--- /dev/null
+++ b/dev-python/corner/metadata.xml
@@ -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>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/corner/
@ 2017-05-15 13:49 Manuel Rüger
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rüger @ 2017-05-15 13:49 UTC (permalink / raw
  To: gentoo-commits

commit:     ef14f278283cff298140d5d71daa8b9e1549b252
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 13:06:26 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon May 15 13:48:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef14f278

dev-python/corner: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/corner/corner-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/corner/corner-2.0.1.ebuild b/dev-python/corner/corner-2.0.1.ebuild
index 3dc1602668c..a5d1404dabd 100644
--- a/dev-python/corner/corner-2.0.1.ebuild
+++ b/dev-python/corner/corner-2.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/corner/
@ 2020-01-17 10:02 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2020-01-17 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     2224a31c254b241ee545d359117533e1a83a9e0b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 17 09:46:12 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 10:01:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2224a31c

dev-python/corner: Remove Python 2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/corner/corner-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/corner/corner-2.0.1.ebuild b/dev-python/corner/corner-2.0.1.ebuild
index c898eb2a6bf..93cbfcfa194 100644
--- a/dev-python/corner/corner-2.0.1.ebuild
+++ b/dev-python/corner/corner-2.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-17 10:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-29 19:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/corner/ Sebastien Fabbro
  -- strict thread matches above, loose matches on Subject: below --
2017-05-15 13:49 Manuel Rüger
2020-01-17 10:02 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox