From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/
Date: Wed, 23 Dec 2020 23:06:54 +0000 (UTC) [thread overview]
Message-ID: <1608764809.f84590accd24359bd992b9aed26a369d4a77afbd.sam@gentoo> (raw)
commit: f84590accd24359bd992b9aed26a369d4a77afbd
Author: Petr Voitsik <voitsik <AT> gmail <DOT> com>
AuthorDate: Tue Dec 15 22:36:26 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 23:06:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84590ac
dev-python/seaborn: version bump to 0.11.0
Closes: https://bugs.gentoo.org/734792
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Petr Voitsik <voitsik <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18672
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/seaborn/Manifest | 1 +
dev-python/seaborn/seaborn-0.11.0.ebuild | 36 ++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index d46d1a6f131..2da32c6db4b 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1 +1,2 @@
DIST seaborn-0.10.1.tar.gz 193770 BLAKE2B f23271b222d409464853ab8f853e17e462890d6f00ca222bcc40d681ff815ef9f1e545e8693f2d33ceeaed51bd6e21ff7edb72835813d4813fffebfa80c84e00 SHA512 167d44d7d64936e15e6c9061cc6bd53a40c0a3e4d619f936ae58de745d5f5273ee8acbd470d3ac155639aac072356a2c2655dff511c4be7d041c3528ab35386f
+DIST seaborn-0.11.0.tar.gz 259518 BLAKE2B 646673c8c68f10b09c7b87ca4c2580ac0a30a0123523dc1ef8b8f48755fd4079248f518439b15376803384c7f4c14e0b7beaf36b7038c53018a54e18d6e18815 SHA512 f62a6daa085451d3498fe45353bd79a4104778359f2a38f900b8a5ff4984da8f627507d1aa3c12abab050034c79bd2c58a8bc4b2f5e1cb5244a2490b69748e9a
diff --git a/dev-python/seaborn/seaborn-0.11.0.ebuild b/dev-python/seaborn/seaborn-0.11.0.ebuild
new file mode 100644
index 00000000000..0ba19bea5be
--- /dev/null
+++ b/dev-python/seaborn/seaborn-0.11.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+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"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ dev-python/matplotlib[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/pandas[${PYTHON_USEDEP}]
+ dev-python/statsmodels[${PYTHON_USEDEP}]
+ dev-python/scipy[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ cat > matplotlibrc <<- EOF || die
+ backend : Agg
+ EOF
+ pytest -vv || die "Tests fail with ${EPYTHON}"
+}
next reply other threads:[~2020-12-23 23:06 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-23 23:06 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-11 18:37 [gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/ Michał Górny
2024-07-11 18:37 Michał Górny
2024-02-28 19:49 Arthur Zamarin
2024-02-11 16:02 Michał Górny
2024-02-11 15:13 Sam James
2024-01-26 21:03 Michał Górny
2024-01-26 5:39 Michał Górny
2024-01-19 5:10 Michał Górny
2024-01-18 19:48 Sam James
2024-01-01 4:13 Michał Górny
2023-11-02 4:12 Sam James
2023-09-30 4:56 Michał Górny
2023-03-30 16:19 Michał Górny
2023-03-30 15:50 Arthur Zamarin
2022-10-08 19:28 Sam James
2022-09-06 17:54 Arthur Zamarin
2022-07-24 8:53 Joonas Niilola
2022-05-16 13:27 Michał Górny
2022-02-05 16:51 Arthur Zamarin
2021-10-20 19:21 Arthur Zamarin
2020-12-23 23:08 Sam James
2020-12-23 23:06 Sam James
2020-09-18 15:43 Michał Górny
2020-09-13 15:09 David Seifert
2018-07-25 17:29 Patrice Clement
2018-07-21 21:56 Patrice Clement
2018-04-29 6:33 Michał Górny
2018-04-20 6:53 Michał Górny
2017-11-25 21:44 David Seifert
2017-05-02 8:47 Michał Górny
2016-12-10 21:59 Patrice Clement
2016-12-10 21:56 Patrice Clement
2016-12-10 21:56 Patrice Clement
2016-12-10 21:56 Patrice Clement
2016-01-25 19:45 Justin Lecher
2016-01-25 15:11 Justin Lecher
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=1608764809.f84590accd24359bd992b9aed26a369d4a77afbd.sam@gentoo \
--to=sam@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