public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/
Date: Mon, 25 Jan 2016 15:11:55 +0000 (UTC)	[thread overview]
Message-ID: <1453734701.3f0d79b8bbe71a84b1d08620911625216baffbb5.jlec@gentoo> (raw)

commit:     3f0d79b8bbe71a84b1d08620911625216baffbb5
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 12:59:24 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 15:11:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0d79b8

dev-python/seaborn: Version Bump

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/seaborn/Manifest             |  1 +
 dev-python/seaborn/seaborn-0.7.0.ebuild | 39 +++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 24006cd..1b35895 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1,2 +1,3 @@
 DIST seaborn-0.5.1.tar.gz 104426 SHA256 8c8f7f1036cf6155be3d987ee23d2eeeed8c272b0803b32b7d524614f8526688 SHA512 bbcdf0625e096b8f41d56521f3e319a64d82632131d80ed1e81144362fe881d9b5df4d3b5a5fa09363b1782897d9ac68d3fc647d82da4e0017c5dba21c897b8d WHIRLPOOL 682a32f2d40a742e87659f27a675c437875a4b4dfcfd8195b774c49ae38f5ad73ee4b73aa00dabab33ccb6015e5eb5326605c897c8b1cac341cc9db0d6143f73
 DIST seaborn-0.6.0.tar.gz 145188 SHA256 e078399b56ed0d53a4aa8bd4d6bd4a9a9deebc0b4acad259d0ef81830affdb68 SHA512 3b7e7c1b72bd55aba012f312b43920044ea011648b4d855f4acd813ae644a75b4c60aa56c35ea759dcd7683bb6d9ea3b4f1209215950a5014ad46ebe04088fb1 WHIRLPOOL 66c9834f982f4a27c1a884bd4c8f73bb718fe0948bc7b3bde86f7d9bd354bbf783e36c576b8e2b0ded50cdf63244f463b9419e808ab70f6d5c2a24e89c570e99
+DIST seaborn-0.7.0.tar.gz 154263 SHA256 15a8b2747becfdb86cfa60b5fcfa9bb934e42ef0ced660e0d57e8aea741f7145 SHA512 475785b074c154e3f2442450c15926dddbbad6a76a808247aeab42eb5f6a0b92b7e2daf032f4adea62d7c9ef3ac3d6eb1bb9aaf35b152ca75faeaedb748e38be WHIRLPOOL bb15397b33487d3ece614ee35a7c7239d3ad616ea4c074f57672637f9193539a7bd923cb23a8c51cc5543bdb80e0e70a8e0bb4c30c69601b58a4f0ed1fc43809

diff --git a/dev-python/seaborn/seaborn-0.7.0.ebuild b/dev-python/seaborn/seaborn-0.7.0.ebuild
new file mode 100644
index 0000000..dc414e3
--- /dev/null
+++ b/dev-python/seaborn/seaborn-0.7.0.ebuild
@@ -0,0 +1,39 @@
+# 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_{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}]
+	)
+"
+
+# https://github.com/mwaskom/seaborn/issues/836
+RESTRICT=test
+
+python_test() {
+	virtx nosetests --verbosity=3
+}


             reply	other threads:[~2016-01-25 15:12 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-25 15:11 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-01-25 19:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/ Justin Lecher
2016-12-10 21:56 Patrice Clement
2016-12-10 21:56 Patrice Clement
2016-12-10 21:56 Patrice Clement
2016-12-10 21:59 Patrice Clement
2017-05-02  8:47 Michał Górny
2017-11-25 21:44 David Seifert
2018-04-20  6:53 Michał Górny
2018-04-29  6:33 Michał Górny
2018-07-21 21:56 Patrice Clement
2018-07-25 17:29 Patrice Clement
2020-09-13 15:09 David Seifert
2020-09-18 15:43 Michał Górny
2020-12-23 23:06 Sam James
2020-12-23 23:06 Sam James
2020-12-23 23:08 Sam James
2021-10-20 19:21 Arthur Zamarin
2022-02-05 16:51 Arthur Zamarin
2022-05-16 13:27 Michał Górny
2022-07-24  8:53 Joonas Niilola
2022-09-06 17:54 Arthur Zamarin
2022-10-08 19:28 Sam James
2023-03-30 15:50 Arthur Zamarin
2023-03-30 16:19 Michał Górny
2023-09-30  4:56 Michał Górny
2023-11-02  4:12 Sam James
2024-01-01  4:13 Michał Górny
2024-01-18 19:48 Sam James
2024-01-19  5:10 Michał Górny
2024-01-26  5:39 Michał Górny
2024-01-26 21:03 Michał Górny
2024-02-11 15:13 Sam James
2024-02-11 16:02 Michał Górny
2024-02-28 19:49 Arthur Zamarin
2024-07-11 18:37 Michał Górny
2024-07-11 18:37 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1453734701.3f0d79b8bbe71a84b1d08620911625216baffbb5.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox