[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2024-02-28 Thread Arthur Zamarin
commit: 79de782518ee9a194453022625f11190585aab40
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Feb 28 19:07:31 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Feb 28 19:48:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79de7825

dev-python/seaborn: unkeyword for ~x86

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/seaborn/seaborn-0.13.2.ebuild 
b/dev-python/seaborn/seaborn-0.13.2.ebuild
index 28627169720d..b7d3e8825fc5 100644
--- a/dev-python/seaborn/seaborn-0.13.2.ebuild
+++ b/dev-python/seaborn/seaborn-0.13.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~amd64-linux"
 
 RDEPEND="
>=dev-python/matplotlib-3.4[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2024-02-11 Thread Michał Górny
commit: 1227f80ac87b710a1514ce026f5d6a32cc22f1d8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 11 15:56:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 11 15:56:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1227f80a

dev-python/seaborn: Remove old

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

 dev-python/seaborn/Manifest  |  1 -
 dev-python/seaborn/seaborn-0.13.1.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index d3263edd9842..9ea5f0535596 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1,2 +1 @@
-DIST seaborn-0.13.1.tar.gz 1457600 BLAKE2B 
73296257f1d7525cebb90bf6f97fa6e5f91e3e9df653e0b9ab81eb6d04a1eb957a9c623aa8b4a715162175a501f55dd7e787335175503cab451bb03318e822cf
 SHA512 
b90483bffd3435cc058143dccc854eb175ec7d7a095b8ce8261fbcad3f97f5e9b035a790a04dc2c64c35dda5b0ab8562f0b4a99e09a5e2fc9c4ee8323a153910
 DIST seaborn-0.13.2.tar.gz 1457696 BLAKE2B 
82caa82da487cb880318313e2af270ac409ecde8f0b26f7c7ba39b1763f9f247fa9a4f7c90f989467004e84c41b7eeb9561d1a59e0a23d4d6994ae63e71c1894
 SHA512 
5a2f11865d0f5b8a9281f0dac1eaf4cd205828293b3e0a2f7f1c24e7d20c989582ecc7e40c32a0fab6736de1f7e126293d9ae5c270e9aa4e93704e86b6b51ef6

diff --git a/dev-python/seaborn/seaborn-0.13.1.ebuild 
b/dev-python/seaborn/seaborn-0.13.1.ebuild
deleted file mode 100644
index 864e12c40106..
--- a/dev-python/seaborn/seaborn-0.13.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Statistical data visualization"
-HOMEPAGE="
-   https://seaborn.pydata.org/
-   https://github.com/mwaskom/seaborn/
-   https://pypi.org/project/seaborn/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/matplotlib-3.4[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.20[${PYTHON_USEDEP}]
-   >=dev-python/pandas-1.2[${PYTHON_USEDEP}]
-   >=dev-python/statsmodels-0.12[${PYTHON_USEDEP}]
-   >=dev-python/scipy-1.7[${PYTHON_USEDEP}]
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-src_test() {
-   cat > matplotlibrc <<- EOF || die
-   backend : Agg
-   EOF
-
-   distutils-r1_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2024-02-11 Thread Sam James
commit: 503a21724630c1f2f3e501d447adb8b8493c2175
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 11 15:12:20 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 11 15:13:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503a2172

dev-python/seaborn: Stabilize 0.13.2 amd64, #924257

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/seaborn/seaborn-0.13.2.ebuild 
b/dev-python/seaborn/seaborn-0.13.2.ebuild
index a4d31f49d279..28627169720d 100644
--- a/dev-python/seaborn/seaborn-0.13.2.ebuild
+++ b/dev-python/seaborn/seaborn-0.13.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/matplotlib-3.4[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2024-01-26 Thread Michał Górny
commit: cbb641b9cf1789becb46bab923eb1158e2e16c34
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 26 21:01:34 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 26 21:03:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb641b9

dev-python/seaborn: Enable py3.12

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

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

diff --git a/dev-python/seaborn/seaborn-0.13.2.ebuild 
b/dev-python/seaborn/seaborn-0.13.2.ebuild
index c377b54e8c4a..a4d31f49d279 100644
--- a/dev-python/seaborn/seaborn-0.13.2.ebuild
+++ b/dev-python/seaborn/seaborn-0.13.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2024-01-25 Thread Michał Górny
commit: 6a4398be8b2a309af5025f201e5fc2fd580e8fd7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 26 05:13:13 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 26 05:39:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a4398be

dev-python/seaborn: Bump to 0.13.2

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

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

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 1c63f5dae79f..d3263edd9842 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1 +1,2 @@
 DIST seaborn-0.13.1.tar.gz 1457600 BLAKE2B 
73296257f1d7525cebb90bf6f97fa6e5f91e3e9df653e0b9ab81eb6d04a1eb957a9c623aa8b4a715162175a501f55dd7e787335175503cab451bb03318e822cf
 SHA512 
b90483bffd3435cc058143dccc854eb175ec7d7a095b8ce8261fbcad3f97f5e9b035a790a04dc2c64c35dda5b0ab8562f0b4a99e09a5e2fc9c4ee8323a153910
+DIST seaborn-0.13.2.tar.gz 1457696 BLAKE2B 
82caa82da487cb880318313e2af270ac409ecde8f0b26f7c7ba39b1763f9f247fa9a4f7c90f989467004e84c41b7eeb9561d1a59e0a23d4d6994ae63e71c1894
 SHA512 
5a2f11865d0f5b8a9281f0dac1eaf4cd205828293b3e0a2f7f1c24e7d20c989582ecc7e40c32a0fab6736de1f7e126293d9ae5c270e9aa4e93704e86b6b51ef6

diff --git a/dev-python/seaborn/seaborn-0.13.2.ebuild 
b/dev-python/seaborn/seaborn-0.13.2.ebuild
new file mode 100644
index ..c377b54e8c4a
--- /dev/null
+++ b/dev-python/seaborn/seaborn-0.13.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Statistical data visualization"
+HOMEPAGE="
+   https://seaborn.pydata.org/
+   https://github.com/mwaskom/seaborn/
+   https://pypi.org/project/seaborn/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/matplotlib-3.4[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.20[${PYTHON_USEDEP}]
+   >=dev-python/pandas-1.2[${PYTHON_USEDEP}]
+   >=dev-python/statsmodels-0.12[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.7[${PYTHON_USEDEP}]
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+src_test() {
+   cat > matplotlibrc <<- EOF || die
+   backend : Agg
+   EOF
+
+   distutils-r1_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2024-01-18 Thread Michał Górny
commit: b28544b6a92f581db2bfc68d3fda216d5d30640e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 19 04:29:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 19 04:29:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28544b6

dev-python/seaborn: Remove old

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

 dev-python/seaborn/Manifest  |  1 -
 dev-python/seaborn/seaborn-0.13.0.ebuild | 42 
 2 files changed, 43 deletions(-)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 5ccda5dd6c2a..1c63f5dae79f 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1,2 +1 @@
-DIST seaborn-0.13.0.tar.gz 1455480 BLAKE2B 
9f7383715366889ffd80788f901c574d9330285da2098e5695e944f1c6b92d4e417163a82378dd75c03233fc6485158401a1aaa461f2fa8e71a4cbc3ebf957cb
 SHA512 
d603e880c29e05ab68f86d285c5c5ee9cf2da1d45265ed609f7bc87650fe20e80c026af487f63f9492a268f51ba5bab0cae4fd8fdeaf28125d16d317f9c937c8
 DIST seaborn-0.13.1.tar.gz 1457600 BLAKE2B 
73296257f1d7525cebb90bf6f97fa6e5f91e3e9df653e0b9ab81eb6d04a1eb957a9c623aa8b4a715162175a501f55dd7e787335175503cab451bb03318e822cf
 SHA512 
b90483bffd3435cc058143dccc854eb175ec7d7a095b8ce8261fbcad3f97f5e9b035a790a04dc2c64c35dda5b0ab8562f0b4a99e09a5e2fc9c4ee8323a153910

diff --git a/dev-python/seaborn/seaborn-0.13.0.ebuild 
b/dev-python/seaborn/seaborn-0.13.0.ebuild
deleted file mode 100644
index 7c075c896565..
--- a/dev-python/seaborn/seaborn-0.13.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1 multiprocessing pypi
-
-DESCRIPTION="Statistical data visualization"
-HOMEPAGE="https://seaborn.pydata.org https://github.com/mwaskom/seaborn;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/matplotlib-3.3[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.20[${PYTHON_USEDEP}]
-   >=dev-python/pandas-1.2[${PYTHON_USEDEP}]
-   >=dev-python/statsmodels-0.12[${PYTHON_USEDEP}]
-   >=dev-python/scipy-1.7[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-   cat > matplotlibrc <<- EOF || die
-   backend : Agg
-   EOF
-
-   distutils-r1_src_test
-}
-
-python_test() {
-   epytest -n "$(makeopts_jobs)"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2024-01-18 Thread Sam James
commit: a76947e7e4a9afeb3da7fd4d68ecb6e7a4dd69c1
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 18 19:47:44 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 18 19:47:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a76947e7

dev-python/seaborn: Stabilize 0.13.1 amd64, #922430

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/seaborn/seaborn-0.13.1.ebuild 
b/dev-python/seaborn/seaborn-0.13.1.ebuild
index c377b54e8c4a..864e12c40106 100644
--- a/dev-python/seaborn/seaborn-0.13.1.ebuild
+++ b/dev-python/seaborn/seaborn-0.13.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/matplotlib-3.4[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2023-12-31 Thread Michał Górny
commit: 90fddcaa71144b46d617d1537bc171651f420322
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  1 04:01:45 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan  1 04:13:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fddcaa

dev-python/seaborn: Bump to 0.13.1

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

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

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 893779dfa24f..5ccda5dd6c2a 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1 +1,2 @@
 DIST seaborn-0.13.0.tar.gz 1455480 BLAKE2B 
9f7383715366889ffd80788f901c574d9330285da2098e5695e944f1c6b92d4e417163a82378dd75c03233fc6485158401a1aaa461f2fa8e71a4cbc3ebf957cb
 SHA512 
d603e880c29e05ab68f86d285c5c5ee9cf2da1d45265ed609f7bc87650fe20e80c026af487f63f9492a268f51ba5bab0cae4fd8fdeaf28125d16d317f9c937c8
+DIST seaborn-0.13.1.tar.gz 1457600 BLAKE2B 
73296257f1d7525cebb90bf6f97fa6e5f91e3e9df653e0b9ab81eb6d04a1eb957a9c623aa8b4a715162175a501f55dd7e787335175503cab451bb03318e822cf
 SHA512 
b90483bffd3435cc058143dccc854eb175ec7d7a095b8ce8261fbcad3f97f5e9b035a790a04dc2c64c35dda5b0ab8562f0b4a99e09a5e2fc9c4ee8323a153910

diff --git a/dev-python/seaborn/seaborn-0.13.1.ebuild 
b/dev-python/seaborn/seaborn-0.13.1.ebuild
new file mode 100644
index ..c377b54e8c4a
--- /dev/null
+++ b/dev-python/seaborn/seaborn-0.13.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Statistical data visualization"
+HOMEPAGE="
+   https://seaborn.pydata.org/
+   https://github.com/mwaskom/seaborn/
+   https://pypi.org/project/seaborn/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/matplotlib-3.4[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.20[${PYTHON_USEDEP}]
+   >=dev-python/pandas-1.2[${PYTHON_USEDEP}]
+   >=dev-python/statsmodels-0.12[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.7[${PYTHON_USEDEP}]
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+src_test() {
+   cat > matplotlibrc <<- EOF || die
+   backend : Agg
+   EOF
+
+   distutils-r1_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/files/, dev-python/seaborn/

2023-11-01 Thread Michał Górny
commit: ef5c6301fe39b1ffce42004ad20dec275a49482c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:43:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:44:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5c6301

dev-python/seaborn: Remove old

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

 dev-python/seaborn/Manifest|  1 -
 .../files/seaborn-0.12.2-matplotlib-3.7.patch  | 19 --
 dev-python/seaborn/seaborn-0.12.2.ebuild   | 44 --
 3 files changed, 64 deletions(-)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 986bdede51e9..893779dfa24f 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1,2 +1 @@
-DIST seaborn-0.12.2.tar.gz 1439798 BLAKE2B 
cf6903b1a2d27516bcafe46cabc81ea9fac80666394a6a82516630f9ac60afc7e9d31817e029cda9a08da04c0a37ce0244ad23acda16bca3283532ddb0fbdb71
 SHA512 
988a9922ee301b655911efa38905674b7dd15e7f7b157ad67f5befaeb02db492553f8bd6133b54d2dd7970b8dbbfd92d81d1faea3fa618247ebcaeb98620a060
 DIST seaborn-0.13.0.tar.gz 1455480 BLAKE2B 
9f7383715366889ffd80788f901c574d9330285da2098e5695e944f1c6b92d4e417163a82378dd75c03233fc6485158401a1aaa461f2fa8e71a4cbc3ebf957cb
 SHA512 
d603e880c29e05ab68f86d285c5c5ee9cf2da1d45265ed609f7bc87650fe20e80c026af487f63f9492a268f51ba5bab0cae4fd8fdeaf28125d16d317f9c937c8

diff --git a/dev-python/seaborn/files/seaborn-0.12.2-matplotlib-3.7.patch 
b/dev-python/seaborn/files/seaborn-0.12.2-matplotlib-3.7.patch
deleted file mode 100644
index dbc4908321d9..
--- a/dev-python/seaborn/files/seaborn-0.12.2-matplotlib-3.7.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-https://github.com/mwaskom/seaborn/commit/db7ae11750fc2dfb695457239708448d54e9b8cd
-
-From db7ae11750fc2dfb695457239708448d54e9b8cd Mon Sep 17 00:00:00 2001
-From: Michael Waskom 
-Date: Wed, 25 Jan 2023 16:58:26 -0500
-Subject: [PATCH] Update test to reflect change in matplotlib 3.7 (#3236)
-
 a/tests/test_axisgrid.py
-+++ b/tests/test_axisgrid.py
-@@ -331,7 +331,7 @@ def test_subplot_kws(self):
- g = ag.FacetGrid(self.df, despine=False,
-  subplot_kws=dict(projection="polar"))
- for ax in g.axes.flat:
--assert "PolarAxesSubplot" in str(type(ax))
-+assert "PolarAxes" in ax.__class__.__name__
- 
- def test_gridspec_kws(self):
- ratios = [3, 1, 2]
-

diff --git a/dev-python/seaborn/seaborn-0.12.2.ebuild 
b/dev-python/seaborn/seaborn-0.12.2.ebuild
deleted file mode 100644
index f6dc1cf23fc6..
--- a/dev-python/seaborn/seaborn-0.12.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1 multiprocessing pypi
-
-DESCRIPTION="Statistical data visualization"
-HOMEPAGE="https://seaborn.pydata.org https://github.com/mwaskom/seaborn;
-
-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}]
-"
-BDEPEND="
-   test? ( dev-python/pytest-xdist[${PYTHON_USEDEP}] )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-matplotlib-3.7.patch
-)
-
-distutils_enable_tests pytest
-
-src_test() {
-   cat > matplotlibrc <<- EOF || die
-   backend : Agg
-   EOF
-
-   distutils-r1_src_test
-}
-
-python_test() {
-   epytest -n "$(makeopts_jobs)"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2023-11-01 Thread Sam James
commit: 6bb47b6c3ca8efc0a672092ab9ccb52053fe6202
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb47b6c

dev-python/seaborn: Stabilize 0.13.0 amd64, #916656

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/seaborn/seaborn-0.13.0.ebuild 
b/dev-python/seaborn/seaborn-0.13.0.ebuild
index c18b4b771b97..7c075c896565 100644
--- a/dev-python/seaborn/seaborn-0.13.0.ebuild
+++ b/dev-python/seaborn/seaborn-0.13.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://seaborn.pydata.org 
https://github.com/mwaskom/seaborn;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/matplotlib-3.3[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2023-09-29 Thread Michał Górny
commit: 7f690ac129c94d9ba23f234aa6b35a330e28c2ea
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 30 04:44:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 30 04:56:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f690ac1

dev-python/seaborn: Bump to 0.13.0

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

 dev-python/seaborn/Manifest  |  1 +
 dev-python/seaborn/seaborn-0.13.0.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 766f8abaca3c..986bdede51e9 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1 +1,2 @@
 DIST seaborn-0.12.2.tar.gz 1439798 BLAKE2B 
cf6903b1a2d27516bcafe46cabc81ea9fac80666394a6a82516630f9ac60afc7e9d31817e029cda9a08da04c0a37ce0244ad23acda16bca3283532ddb0fbdb71
 SHA512 
988a9922ee301b655911efa38905674b7dd15e7f7b157ad67f5befaeb02db492553f8bd6133b54d2dd7970b8dbbfd92d81d1faea3fa618247ebcaeb98620a060
+DIST seaborn-0.13.0.tar.gz 1455480 BLAKE2B 
9f7383715366889ffd80788f901c574d9330285da2098e5695e944f1c6b92d4e417163a82378dd75c03233fc6485158401a1aaa461f2fa8e71a4cbc3ebf957cb
 SHA512 
d603e880c29e05ab68f86d285c5c5ee9cf2da1d45265ed609f7bc87650fe20e80c026af487f63f9492a268f51ba5bab0cae4fd8fdeaf28125d16d317f9c937c8

diff --git a/dev-python/seaborn/seaborn-0.13.0.ebuild 
b/dev-python/seaborn/seaborn-0.13.0.ebuild
new file mode 100644
index ..c18b4b771b97
--- /dev/null
+++ b/dev-python/seaborn/seaborn-0.13.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..11} )
+inherit distutils-r1 multiprocessing pypi
+
+DESCRIPTION="Statistical data visualization"
+HOMEPAGE="https://seaborn.pydata.org https://github.com/mwaskom/seaborn;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/matplotlib-3.3[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.20[${PYTHON_USEDEP}]
+   >=dev-python/pandas-1.2[${PYTHON_USEDEP}]
+   >=dev-python/statsmodels-0.12[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.7[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   cat > matplotlibrc <<- EOF || die
+   backend : Agg
+   EOF
+
+   distutils-r1_src_test
+}
+
+python_test() {
+   epytest -n "$(makeopts_jobs)"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2023-03-30 Thread Michał Górny
commit: d3a66f547920cf85b62d3e86f1970fa7f4f6cb6c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 30 16:09:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 30 16:19:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a66f54

dev-python/seaborn: Remove old

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

 dev-python/seaborn/Manifest  |  1 -
 dev-python/seaborn/seaborn-0.12.0.ebuild | 33 
 2 files changed, 34 deletions(-)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 0fa6e8e28578..766f8abaca3c 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1,2 +1 @@
-DIST seaborn-0.12.0.tar.gz 1407601 BLAKE2B 
3da8db0a0c08a40a3969a2ffce248f5521b4c7c93ecf0f014850093ef48331326454572ceea6ee1133805bf92540b0d2acecdfb7cb789d238f743b30e6a28947
 SHA512 
b2b06a22d48f19ace2448f465ca5e700f3486971d9fb86e85a1a8c9e2956b904e5f4c2c8075f848299b182cf8f69b2fac22366fedbd8012b9c44adc0bcb7e060
 DIST seaborn-0.12.2.tar.gz 1439798 BLAKE2B 
cf6903b1a2d27516bcafe46cabc81ea9fac80666394a6a82516630f9ac60afc7e9d31817e029cda9a08da04c0a37ce0244ad23acda16bca3283532ddb0fbdb71
 SHA512 
988a9922ee301b655911efa38905674b7dd15e7f7b157ad67f5befaeb02db492553f8bd6133b54d2dd7970b8dbbfd92d81d1faea3fa618247ebcaeb98620a060

diff --git a/dev-python/seaborn/seaborn-0.12.0.ebuild 
b/dev-python/seaborn/seaborn-0.12.0.ebuild
deleted file mode 100644
index 802ff5fdd18c..
--- a/dev-python/seaborn/seaborn-0.12.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..10} )
-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}]
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-   cat > matplotlibrc <<- EOF || die
-   backend : Agg
-   EOF
-   distutils-r1_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2023-03-30 Thread Arthur Zamarin
commit: d2bc95804cc4e94e74e90bcbb8fcc528910700ba
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 30 15:50:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 30 15:50:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2bc9580

dev-python/seaborn: Stabilize 0.12.2 amd64, #903595

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/seaborn/seaborn-0.12.2.ebuild 
b/dev-python/seaborn/seaborn-0.12.2.ebuild
index 276eda23158c..f6dc1cf23fc6 100644
--- a/dev-python/seaborn/seaborn-0.12.2.ebuild
+++ b/dev-python/seaborn/seaborn-0.12.2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://seaborn.pydata.org 
https://github.com/mwaskom/seaborn;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/files/, dev-python/seaborn/

2023-02-25 Thread Sam James
commit: 9ac0a321e63176ce49d5830281476e27bec05e6c
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 25 23:45:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 26 00:29:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac0a321

dev-python/seaborn: add 0.12.2

Closes: https://bugs.gentoo.org/880587
Signed-off-by: Sam James  gentoo.org>

 dev-python/seaborn/Manifest|  1 +
 .../files/seaborn-0.12.2-matplotlib-3.7.patch  | 19 ++
 dev-python/seaborn/seaborn-0.12.2.ebuild   | 44 ++
 3 files changed, 64 insertions(+)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 05272f65be96..0fa6e8e28578 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1 +1,2 @@
 DIST seaborn-0.12.0.tar.gz 1407601 BLAKE2B 
3da8db0a0c08a40a3969a2ffce248f5521b4c7c93ecf0f014850093ef48331326454572ceea6ee1133805bf92540b0d2acecdfb7cb789d238f743b30e6a28947
 SHA512 
b2b06a22d48f19ace2448f465ca5e700f3486971d9fb86e85a1a8c9e2956b904e5f4c2c8075f848299b182cf8f69b2fac22366fedbd8012b9c44adc0bcb7e060
+DIST seaborn-0.12.2.tar.gz 1439798 BLAKE2B 
cf6903b1a2d27516bcafe46cabc81ea9fac80666394a6a82516630f9ac60afc7e9d31817e029cda9a08da04c0a37ce0244ad23acda16bca3283532ddb0fbdb71
 SHA512 
988a9922ee301b655911efa38905674b7dd15e7f7b157ad67f5befaeb02db492553f8bd6133b54d2dd7970b8dbbfd92d81d1faea3fa618247ebcaeb98620a060

diff --git a/dev-python/seaborn/files/seaborn-0.12.2-matplotlib-3.7.patch 
b/dev-python/seaborn/files/seaborn-0.12.2-matplotlib-3.7.patch
new file mode 100644
index ..dbc4908321d9
--- /dev/null
+++ b/dev-python/seaborn/files/seaborn-0.12.2-matplotlib-3.7.patch
@@ -0,0 +1,19 @@
+https://github.com/mwaskom/seaborn/commit/db7ae11750fc2dfb695457239708448d54e9b8cd
+
+From db7ae11750fc2dfb695457239708448d54e9b8cd Mon Sep 17 00:00:00 2001
+From: Michael Waskom 
+Date: Wed, 25 Jan 2023 16:58:26 -0500
+Subject: [PATCH] Update test to reflect change in matplotlib 3.7 (#3236)
+
+--- a/tests/test_axisgrid.py
 b/tests/test_axisgrid.py
+@@ -331,7 +331,7 @@ def test_subplot_kws(self):
+ g = ag.FacetGrid(self.df, despine=False,
+  subplot_kws=dict(projection="polar"))
+ for ax in g.axes.flat:
+-assert "PolarAxesSubplot" in str(type(ax))
++assert "PolarAxes" in ax.__class__.__name__
+ 
+ def test_gridspec_kws(self):
+ ratios = [3, 1, 2]
+

diff --git a/dev-python/seaborn/seaborn-0.12.2.ebuild 
b/dev-python/seaborn/seaborn-0.12.2.ebuild
new file mode 100644
index ..276eda23158c
--- /dev/null
+++ b/dev-python/seaborn/seaborn-0.12.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1 multiprocessing pypi
+
+DESCRIPTION="Statistical data visualization"
+HOMEPAGE="https://seaborn.pydata.org https://github.com/mwaskom/seaborn;
+
+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}]
+"
+BDEPEND="
+   test? ( dev-python/pytest-xdist[${PYTHON_USEDEP}] )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-matplotlib-3.7.patch
+)
+
+distutils_enable_tests pytest
+
+src_test() {
+   cat > matplotlibrc <<- EOF || die
+   backend : Agg
+   EOF
+
+   distutils-r1_src_test
+}
+
+python_test() {
+   epytest -n "$(makeopts_jobs)"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/files/, dev-python/seaborn/

2022-10-08 Thread Michał Górny
commit: 9f84c5a23618bbae6acc3dcfd3022abd4b02c9ef
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct  8 20:07:16 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct  8 20:08:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f84c5a2

dev-python/seaborn: Remove old

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

 dev-python/seaborn/Manifest|   1 -
 ...s-for-compatability-with-matplotlib-3.5.0.patch | 280 -
 dev-python/seaborn/seaborn-0.11.2.ebuild   |  54 
 3 files changed, 335 deletions(-)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index a8e8ec89b47a..05272f65be96 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1,2 +1 @@
-DIST seaborn-0.11.2.tar.gz 268839 BLAKE2B 
b1ba3a76431843921f01f714e601ebe7ed87a8c4136acb65a7cdb89059d67cb136484cb968efd713a5260caa552673efd5d06898a69624b36311fd3908f00179
 SHA512 
f08fe82b4ecca2b140a953c89bb7f811255d00ec819225809bb224aadde161ddabdeaf5cab53e3558bb84334cee828baafe0ee5efe465e80875a0513fb1ab9ac
 DIST seaborn-0.12.0.tar.gz 1407601 BLAKE2B 
3da8db0a0c08a40a3969a2ffce248f5521b4c7c93ecf0f014850093ef48331326454572ceea6ee1133805bf92540b0d2acecdfb7cb789d238f743b30e6a28947
 SHA512 
b2b06a22d48f19ace2448f465ca5e700f3486971d9fb86e85a1a8c9e2956b904e5f4c2c8075f848299b182cf8f69b2fac22366fedbd8012b9c44adc0bcb7e060

diff --git 
a/dev-python/seaborn/files/seaborn-Update-tests-for-compatability-with-matplotlib-3.5.0.patch
 
b/dev-python/seaborn/files/seaborn-Update-tests-for-compatability-with-matplotlib-3.5.0.patch
deleted file mode 100644
index 9f46a59145f1..
--- 
a/dev-python/seaborn/files/seaborn-Update-tests-for-compatability-with-matplotlib-3.5.0.patch
+++ /dev/null
@@ -1,280 +0,0 @@
-From 262bb95402e405489f6d58bb96dcb06fcd24f0ba Mon Sep 17 00:00:00 2001
-From: Michael Waskom 
-Date: Sun, 31 Oct 2021 16:52:06 -0400
-Subject: [PATCH] Update tests for compatability with matplotlib 3.5.0 (#2690)
-
-* Update boxplot tests for mpl3.5 compatability
-
-* Update kdeplot tests for mpl3.5 compatability
-
-* Update legend tests for mpl3.5 compatability
-
-* Pin docutils to avoid buggy interaction with sphinx
-
-[ flow: modified to apply on top of 0.11.2 ]
-
-Modified-by: Florian Schmaus 

- seaborn/tests/test_categorical.py   | 30 +--
- seaborn/tests/test_distributions.py | 58 -
- 3 files changed, 61 insertions(+), 28 deletions(-)
-
-diff --git a/seaborn/tests/test_categorical.py 
b/seaborn/tests/test_categorical.py
-index a0b0393c330c..ac41a8885773 100644
 a/seaborn/tests/test_categorical.py
-+++ b/seaborn/tests/test_categorical.py
-@@ -28,6 +28,14 @@ class CategoricalFixture:
- df = pd.DataFrame(dict(y=y, g=g, h=h, u=u))
- x_df["W"] = g
- 
-+def get_box_artists(self, ax):
-+
-+if Version(mpl.__version__) < Version("3.5.0b0"):
-+return ax.artists
-+else:
-+# Exclude labeled patches, which are for the legend
-+return [p for p in ax.patches if not p.get_label()]
-+
- 
- class TestCategoricalPlotter(CategoricalFixture):
- 
-@@ -772,12 +780,12 @@ class TestBoxPlotter(CategoricalFixture):
- def test_axes_data(self):
- 
- ax = cat.boxplot(x="g", y="y", data=self.df)
--assert len(ax.artists) == 3
-+assert len(self.get_box_artists(ax)) == 3
- 
- plt.close("all")
- 
- ax = cat.boxplot(x="g", y="y", hue="h", data=self.df)
--assert len(ax.artists) == 6
-+assert len(self.get_box_artists(ax)) == 6
- 
- plt.close("all")
- 
-@@ -785,14 +793,14 @@ class TestBoxPlotter(CategoricalFixture):
- 
- ax = cat.boxplot(x="g", y="y", data=self.df, saturation=1)
- pal = palettes.color_palette(n_colors=3)
--for patch, color in zip(ax.artists, pal):
-+for patch, color in zip(self.get_box_artists(ax), pal):
- assert patch.get_facecolor()[:3] == color
- 
- plt.close("all")
- 
- ax = cat.boxplot(x="g", y="y", hue="h", data=self.df, saturation=1)
- pal = palettes.color_palette(n_colors=2)
--for patch, color in zip(ax.artists, pal * 2):
-+for patch, color in zip(self.get_box_artists(ax), pal * 2):
- assert patch.get_facecolor()[:3] == color
- 
- plt.close("all")
-@@ -801,7 +809,7 @@ class TestBoxPlotter(CategoricalFixture):
- 
- ax = cat.boxplot(x="g", y="y", data=self.df,
-  order=["a", "b", "c", "d"])
--assert len(ax.artists) == 3
-+assert len(self.get_box_artists(ax)) == 3
- 
- def test_missing_data(self):
- 
-@@ -811,13 +819,13 @@ class TestBoxPlotter(CategoricalFixture):
- y[-2:] = np.nan
- 
- ax = cat.boxplot(x=x, y=y)
--assert len(ax.artists) == 3
-+assert len(self.get_box_artists(ax)) == 3
- 
- plt.close("all")
- 
- y[-1] = 0
- ax = cat.boxplot(x=x, y=y, 

[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2022-10-08 Thread Sam James
commit: b324aea9be25a5b3609ee7e83b52767256022cb4
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  8 19:26:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  8 19:28:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b324aea9

dev-python/seaborn: Stabilize 0.12.0 amd64, #876148

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/seaborn/seaborn-0.12.0.ebuild 
b/dev-python/seaborn/seaborn-0.12.0.ebuild
index 1b7424aa37e5..4f00dce23aca 100644
--- a/dev-python/seaborn/seaborn-0.12.0.ebuild
+++ b/dev-python/seaborn/seaborn-0.12.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2022-09-06 Thread Arthur Zamarin
commit: 9044efbc003da76a768424ec57d573f9c7ffa01d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 17:39:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 17:54:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9044efbc

dev-python/seaborn: add 0.12.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/seaborn/Manifest  |  1 +
 dev-python/seaborn/seaborn-0.12.0.ebuild | 33 
 2 files changed, 34 insertions(+)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index bd3ce794d459..a8e8ec89b47a 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1 +1,2 @@
 DIST seaborn-0.11.2.tar.gz 268839 BLAKE2B 
b1ba3a76431843921f01f714e601ebe7ed87a8c4136acb65a7cdb89059d67cb136484cb968efd713a5260caa552673efd5d06898a69624b36311fd3908f00179
 SHA512 
f08fe82b4ecca2b140a953c89bb7f811255d00ec819225809bb224aadde161ddabdeaf5cab53e3558bb84334cee828baafe0ee5efe465e80875a0513fb1ab9ac
+DIST seaborn-0.12.0.tar.gz 1407601 BLAKE2B 
3da8db0a0c08a40a3969a2ffce248f5521b4c7c93ecf0f014850093ef48331326454572ceea6ee1133805bf92540b0d2acecdfb7cb789d238f743b30e6a28947
 SHA512 
b2b06a22d48f19ace2448f465ca5e700f3486971d9fb86e85a1a8c9e2956b904e5f4c2c8075f848299b182cf8f69b2fac22366fedbd8012b9c44adc0bcb7e060

diff --git a/dev-python/seaborn/seaborn-0.12.0.ebuild 
b/dev-python/seaborn/seaborn-0.12.0.ebuild
new file mode 100644
index ..1b7424aa37e5
--- /dev/null
+++ b/dev-python/seaborn/seaborn-0.12.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..10} )
+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}]
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   cat > matplotlibrc <<- EOF || die
+   backend : Agg
+   EOF
+   distutils-r1_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2022-07-24 Thread Joonas Niilola
commit: 8247bfb1cc193acdf7828feb896c846ad8eb8309
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Jul 24 08:52:50 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jul 24 08:53:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8247bfb1

dev-python/seaborn: Stabilize 0.11.2 amd64, #859274

Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/dev-python/seaborn/seaborn-0.11.2.ebuild 
b/dev-python/seaborn/seaborn-0.11.2.ebuild
index 9f8f3dfec034..50b1cabf1626 100644
--- a/dev-python/seaborn/seaborn-0.11.2.ebuild
+++ b/dev-python/seaborn/seaborn-0.11.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/, dev-python/seaborn/files/

2022-07-24 Thread Florian Schmaus
commit: 3d0c52a5874a9ed005a28bdbf5aa4cd56e5ae25a
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sun Jul 24 07:26:05 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Jul 24 08:17:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0c52a5

dev-python/seaborn: fix or deselect tests with matplotlib 3.5

Some Seaborn 0.11.2 tests fail with matplotlib 3.5. This backports an
upstream patch [1] and deselects those that are not fixed by the patch.

1: https://github.com/mwaskom/seaborn/pull/2690

Closes: https://bugs.gentoo.org/860384
Signed-off-by: Florian Schmaus  gentoo.org>

 ...s-for-compatability-with-matplotlib-3.5.0.patch | 280 +
 dev-python/seaborn/seaborn-0.11.2.ebuild   |  23 +-
 2 files changed, 302 insertions(+), 1 deletion(-)

diff --git 
a/dev-python/seaborn/files/seaborn-Update-tests-for-compatability-with-matplotlib-3.5.0.patch
 
b/dev-python/seaborn/files/seaborn-Update-tests-for-compatability-with-matplotlib-3.5.0.patch
new file mode 100644
index ..9f46a59145f1
--- /dev/null
+++ 
b/dev-python/seaborn/files/seaborn-Update-tests-for-compatability-with-matplotlib-3.5.0.patch
@@ -0,0 +1,280 @@
+From 262bb95402e405489f6d58bb96dcb06fcd24f0ba Mon Sep 17 00:00:00 2001
+From: Michael Waskom 
+Date: Sun, 31 Oct 2021 16:52:06 -0400
+Subject: [PATCH] Update tests for compatability with matplotlib 3.5.0 (#2690)
+
+* Update boxplot tests for mpl3.5 compatability
+
+* Update kdeplot tests for mpl3.5 compatability
+
+* Update legend tests for mpl3.5 compatability
+
+* Pin docutils to avoid buggy interaction with sphinx
+
+[ flow: modified to apply on top of 0.11.2 ]
+
+Modified-by: Florian Schmaus 
+---
+ seaborn/tests/test_categorical.py   | 30 +--
+ seaborn/tests/test_distributions.py | 58 -
+ 3 files changed, 61 insertions(+), 28 deletions(-)
+
+diff --git a/seaborn/tests/test_categorical.py 
b/seaborn/tests/test_categorical.py
+index a0b0393c330c..ac41a8885773 100644
+--- a/seaborn/tests/test_categorical.py
 b/seaborn/tests/test_categorical.py
+@@ -28,6 +28,14 @@ class CategoricalFixture:
+ df = pd.DataFrame(dict(y=y, g=g, h=h, u=u))
+ x_df["W"] = g
+ 
++def get_box_artists(self, ax):
++
++if Version(mpl.__version__) < Version("3.5.0b0"):
++return ax.artists
++else:
++# Exclude labeled patches, which are for the legend
++return [p for p in ax.patches if not p.get_label()]
++
+ 
+ class TestCategoricalPlotter(CategoricalFixture):
+ 
+@@ -772,12 +780,12 @@ class TestBoxPlotter(CategoricalFixture):
+ def test_axes_data(self):
+ 
+ ax = cat.boxplot(x="g", y="y", data=self.df)
+-assert len(ax.artists) == 3
++assert len(self.get_box_artists(ax)) == 3
+ 
+ plt.close("all")
+ 
+ ax = cat.boxplot(x="g", y="y", hue="h", data=self.df)
+-assert len(ax.artists) == 6
++assert len(self.get_box_artists(ax)) == 6
+ 
+ plt.close("all")
+ 
+@@ -785,14 +793,14 @@ class TestBoxPlotter(CategoricalFixture):
+ 
+ ax = cat.boxplot(x="g", y="y", data=self.df, saturation=1)
+ pal = palettes.color_palette(n_colors=3)
+-for patch, color in zip(ax.artists, pal):
++for patch, color in zip(self.get_box_artists(ax), pal):
+ assert patch.get_facecolor()[:3] == color
+ 
+ plt.close("all")
+ 
+ ax = cat.boxplot(x="g", y="y", hue="h", data=self.df, saturation=1)
+ pal = palettes.color_palette(n_colors=2)
+-for patch, color in zip(ax.artists, pal * 2):
++for patch, color in zip(self.get_box_artists(ax), pal * 2):
+ assert patch.get_facecolor()[:3] == color
+ 
+ plt.close("all")
+@@ -801,7 +809,7 @@ class TestBoxPlotter(CategoricalFixture):
+ 
+ ax = cat.boxplot(x="g", y="y", data=self.df,
+  order=["a", "b", "c", "d"])
+-assert len(ax.artists) == 3
++assert len(self.get_box_artists(ax)) == 3
+ 
+ def test_missing_data(self):
+ 
+@@ -811,13 +819,13 @@ class TestBoxPlotter(CategoricalFixture):
+ y[-2:] = np.nan
+ 
+ ax = cat.boxplot(x=x, y=y)
+-assert len(ax.artists) == 3
++assert len(self.get_box_artists(ax)) == 3
+ 
+ plt.close("all")
+ 
+ y[-1] = 0
+ ax = cat.boxplot(x=x, y=y, hue=h)
+-assert len(ax.artists) == 7
++assert len(self.get_box_artists(ax)) == 7
+ 
+ plt.close("all")
+ 
+@@ -2504,11 +2512,11 @@ class TestCatPlot(CategoricalFixture):
+ 
+ g = cat.catplot(x="g", y="y", data=self.df, kind="box")
+ want_artists = self.g.unique().size
+-assert len(g.ax.artists) == want_artists
++assert len(self.get_box_artists(g.ax)) == want_artists
+ 
+ g = cat.catplot(x="g", y="y", hue="h", data=self.df, kind="box")
+ want_artists = self.g.unique().size * self.h.unique().size
+-assert 

[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2022-05-16 Thread Michał Górny
commit: e95387c3f81ad6b775924ea77792e552f8a638bd
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:25:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:25:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95387c3

dev-python/seaborn: Remove old

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

 dev-python/seaborn/Manifest  |  1 -
 dev-python/seaborn/seaborn-0.11.1.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 13cbde5f79e7..bd3ce794d459 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1,2 +1 @@
-DIST seaborn-0.11.1.tar.gz 261397 BLAKE2B 
b281da14eea5e9038af0d79ed07531d0006294d63ff4cabc308a460f1107a7d045793383d200dd2dd63e18b43cea838dfe245b675dbc5c308960c105348e5e26
 SHA512 
ea33cfdad8c01986291e07b906011f4104995f26a88b2775e155fe4abc28f6f5e224b15d4150a246ef1e134d72bd3dc6f534f7c0d370ca99d5f15cd84e10ccde
 DIST seaborn-0.11.2.tar.gz 268839 BLAKE2B 
b1ba3a76431843921f01f714e601ebe7ed87a8c4136acb65a7cdb89059d67cb136484cb968efd713a5260caa552673efd5d06898a69624b36311fd3908f00179
 SHA512 
f08fe82b4ecca2b140a953c89bb7f811255d00ec819225809bb224aadde161ddabdeaf5cab53e3558bb84334cee828baafe0ee5efe465e80875a0513fb1ab9ac

diff --git a/dev-python/seaborn/seaborn-0.11.1.ebuild 
b/dev-python/seaborn/seaborn-0.11.1.ebuild
deleted file mode 100644
index d3f9dfe2719f..
--- a/dev-python/seaborn/seaborn-0.11.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..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}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2022-02-05 Thread Arthur Zamarin
commit: 1f1b87fd3587fa4d4fd533d8a668f2d2898c0782
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb  5 16:18:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb  5 16:50:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1b87fd

dev-python/seaborn: update upstream metadata

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/seaborn/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/seaborn/metadata.xml b/dev-python/seaborn/metadata.xml
index e3e4d6d4a012..b5254f7272a1 100644
--- a/dev-python/seaborn/metadata.xml
+++ b/dev-python/seaborn/metadata.xml
@@ -30,7 +30,7 @@
* High-level abstractions for structuring grids of plots that 
let you easily build complex visualizations


-   seaborne
+   seaborn
mwaskom/seaborn

 



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2021-10-20 Thread Arthur Zamarin
commit: 44641cc66e57405252f89266a96cf7a86c9eafd4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 20 19:19:20 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 20 19:21:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44641cc6

dev-python/seaborn: add 0.11.2, enable py3.10

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/seaborn/Manifest  |  1 +
 dev-python/seaborn/seaborn-0.11.2.ebuild | 33 
 2 files changed, 34 insertions(+)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 0878fd4b2ba..13cbde5f79e 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1 +1,2 @@
 DIST seaborn-0.11.1.tar.gz 261397 BLAKE2B 
b281da14eea5e9038af0d79ed07531d0006294d63ff4cabc308a460f1107a7d045793383d200dd2dd63e18b43cea838dfe245b675dbc5c308960c105348e5e26
 SHA512 
ea33cfdad8c01986291e07b906011f4104995f26a88b2775e155fe4abc28f6f5e224b15d4150a246ef1e134d72bd3dc6f534f7c0d370ca99d5f15cd84e10ccde
+DIST seaborn-0.11.2.tar.gz 268839 BLAKE2B 
b1ba3a76431843921f01f714e601ebe7ed87a8c4136acb65a7cdb89059d67cb136484cb968efd713a5260caa552673efd5d06898a69624b36311fd3908f00179
 SHA512 
f08fe82b4ecca2b140a953c89bb7f811255d00ec819225809bb224aadde161ddabdeaf5cab53e3558bb84334cee828baafe0ee5efe465e80875a0513fb1ab9ac

diff --git a/dev-python/seaborn/seaborn-0.11.2.ebuild 
b/dev-python/seaborn/seaborn-0.11.2.ebuild
new file mode 100644
index 000..16a60458404
--- /dev/null
+++ b/dev-python/seaborn/seaborn-0.11.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+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}]
+"
+BDEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   cat > matplotlibrc <<- EOF || die
+   backend : Agg
+   EOF
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2020-12-23 Thread Sam James
commit: 1a978449be7f0474f708ab58310df72dd042256f
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 23:07:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 23:07:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a978449

dev-python/seaborn: drop old

Bug: https://bugs.gentoo.org/734792
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/seaborn/Manifest  |  1 -
 dev-python/seaborn/seaborn-0.10.1.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 2a315862f6a..0878fd4b2ba 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1,2 +1 @@
-DIST seaborn-0.10.1.tar.gz 193770 BLAKE2B 
f23271b222d409464853ab8f853e17e462890d6f00ca222bcc40d681ff815ef9f1e545e8693f2d33ceeaed51bd6e21ff7edb72835813d4813fffebfa80c84e00
 SHA512 
167d44d7d64936e15e6c9061cc6bd53a40c0a3e4d619f936ae58de745d5f5273ee8acbd470d3ac155639aac072356a2c2655dff511c4be7d041c3528ab35386f
 DIST seaborn-0.11.1.tar.gz 261397 BLAKE2B 
b281da14eea5e9038af0d79ed07531d0006294d63ff4cabc308a460f1107a7d045793383d200dd2dd63e18b43cea838dfe245b675dbc5c308960c105348e5e26
 SHA512 
ea33cfdad8c01986291e07b906011f4104995f26a88b2775e155fe4abc28f6f5e224b15d4150a246ef1e134d72bd3dc6f534f7c0d370ca99d5f15cd84e10ccde

diff --git a/dev-python/seaborn/seaborn-0.10.1.ebuild 
b/dev-python/seaborn/seaborn-0.10.1.ebuild
deleted file mode 100644
index 7b4da3c7d23..000
--- a/dev-python/seaborn/seaborn-0.10.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   =dev-python/numpy-1.13.3[${PYTHON_USEDEP}]
-   >=dev-python/pandas-0.22.0[${PYTHON_USEDEP}]
-   dev-python/patsy[${PYTHON_USEDEP}]
-   dev-python/statsmodels[${PYTHON_USEDEP}]
-   >=dev-python/scipy-1.0.1[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   cat > matplotlibrc <<- EOF || die
-   backend : Agg
-   EOF
-   pytest -vv || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2020-12-23 Thread Sam James
commit: f84590accd24359bd992b9aed26a369d4a77afbd
Author: Petr Voitsik  gmail  com>
AuthorDate: Tue Dec 15 22:36:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 23:06:49 2020 +
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  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18672
Signed-off-by: Sam James  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 000..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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2020-12-23 Thread Sam James
commit: 9f210bb876bcb1ffa7d10674512f2c3e4c6eadf9
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 23:06:45 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 23:06:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f210bb8

dev-python/seaborn: bump to 0.11.1

Closes: https://bugs.gentoo.org/734792
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/seaborn/Manifest | 2 +-
 dev-python/seaborn/{seaborn-0.11.0.ebuild => seaborn-0.11.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 2da32c6db4b..2a315862f6a 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1,2 +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
+DIST seaborn-0.11.1.tar.gz 261397 BLAKE2B 
b281da14eea5e9038af0d79ed07531d0006294d63ff4cabc308a460f1107a7d045793383d200dd2dd63e18b43cea838dfe245b675dbc5c308960c105348e5e26
 SHA512 
ea33cfdad8c01986291e07b906011f4104995f26a88b2775e155fe4abc28f6f5e224b15d4150a246ef1e134d72bd3dc6f534f7c0d370ca99d5f15cd84e10ccde

diff --git a/dev-python/seaborn/seaborn-0.11.0.ebuild 
b/dev-python/seaborn/seaborn-0.11.1.ebuild
similarity index 100%
rename from dev-python/seaborn/seaborn-0.11.0.ebuild
rename to dev-python/seaborn/seaborn-0.11.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2020-09-18 Thread Michał Górny
commit: f788a2a56958e4e9191ada394bcf773582253ab4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 15:39:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 15:40:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f788a2a5

dev-python/seaborn: Remove old

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

 dev-python/seaborn/Manifest  |  1 -
 dev-python/seaborn/seaborn-0.10.0.ebuild | 39 
 2 files changed, 40 deletions(-)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 484b7e818d7..d46d1a6f131 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1,2 +1 @@
-DIST seaborn-0.10.0.tar.gz 194113 BLAKE2B 
7e5d6efd7a8446172a3f102c2c7815483f5e24cd2698f52e70186395468a782e45e1cc8fa7eacf7e2956b66e2a6cda76525973b2fecdc43a784af85319c9f5fa
 SHA512 
1f6288931cb63d3109663b5aedc7c11b6b97a6afd8cf9b9e94a9a1f4e18c45456ae7bb055c5be0fb0c34dbb3fdf992d7a88bc1cb88506bebf9ddf9bf685aa3ea
 DIST seaborn-0.10.1.tar.gz 193770 BLAKE2B 
f23271b222d409464853ab8f853e17e462890d6f00ca222bcc40d681ff815ef9f1e545e8693f2d33ceeaed51bd6e21ff7edb72835813d4813fffebfa80c84e00
 SHA512 
167d44d7d64936e15e6c9061cc6bd53a40c0a3e4d619f936ae58de745d5f5273ee8acbd470d3ac155639aac072356a2c2655dff511c4be7d041c3528ab35386f

diff --git a/dev-python/seaborn/seaborn-0.10.0.ebuild 
b/dev-python/seaborn/seaborn-0.10.0.ebuild
deleted file mode 100644
index 73f07500f39..000
--- a/dev-python/seaborn/seaborn-0.10.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 virtualx
-
-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"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/matplotlib-2.1.2[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.13.3[${PYTHON_USEDEP}]
-   >=dev-python/pandas-0.22.0[${PYTHON_USEDEP}]
-   dev-python/patsy[${PYTHON_USEDEP}]
-   dev-python/statsmodels[${PYTHON_USEDEP}]
-   >=dev-python/scipy-1.0.1[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   cat > matplotlibrc <<- EOF || die
-   backend : Agg
-   EOF
-   virtx nosetests --verbosity=3
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2020-09-13 Thread David Seifert
commit: 3a729a812f822bcfffca043f88f559b550b8d0be
Author: Horea Christian  chymera  eu>
AuthorDate: Sun Sep 13 15:09:16 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep 13 15:09:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a729a81

dev-python/seaborn: version bump 0.10.1

Bug: https://bugs.gentoo.org/738374
Closes: https://github.com/gentoo/gentoo/pull/17222
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Horea Christian  chymera.eu>
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index d2e6845d202..484b7e818d7 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1 +1,2 @@
 DIST seaborn-0.10.0.tar.gz 194113 BLAKE2B 
7e5d6efd7a8446172a3f102c2c7815483f5e24cd2698f52e70186395468a782e45e1cc8fa7eacf7e2956b66e2a6cda76525973b2fecdc43a784af85319c9f5fa
 SHA512 
1f6288931cb63d3109663b5aedc7c11b6b97a6afd8cf9b9e94a9a1f4e18c45456ae7bb055c5be0fb0c34dbb3fdf992d7a88bc1cb88506bebf9ddf9bf685aa3ea
+DIST seaborn-0.10.1.tar.gz 193770 BLAKE2B 
f23271b222d409464853ab8f853e17e462890d6f00ca222bcc40d681ff815ef9f1e545e8693f2d33ceeaed51bd6e21ff7edb72835813d4813fffebfa80c84e00
 SHA512 
167d44d7d64936e15e6c9061cc6bd53a40c0a3e4d619f936ae58de745d5f5273ee8acbd470d3ac155639aac072356a2c2655dff511c4be7d041c3528ab35386f

diff --git a/dev-python/seaborn/seaborn-0.10.1.ebuild 
b/dev-python/seaborn/seaborn-0.10.1.ebuild
new file mode 100644
index 000..3075fc84222
--- /dev/null
+++ b/dev-python/seaborn/seaborn-0.10.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+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"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   =dev-python/numpy-1.13.3[${PYTHON_USEDEP}]
+   >=dev-python/pandas-0.22.0[${PYTHON_USEDEP}]
+   dev-python/patsy[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   >=sci-libs/scipy-1.0.1[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   cat > matplotlibrc <<- EOF || die
+   backend : Agg
+   EOF
+   pytest -vv || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2018-07-25 Thread Patrice Clement
commit: e55090410cf3c5857fbd12b2c4937d3a4caa6baf
Author: Horea Christian  yandex  com>
AuthorDate: Sat Jul 21 23:29:19 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jul 25 17:27:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5509041

dev-python/seaborn: version bump.

Package-Manager: Portage-2.3.41, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9308

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

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 11c027d3523..27348e942a4 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1,2 +1,3 @@
 DIST seaborn-0.7.1.tar.gz 158146 BLAKE2B 
f547e41306634f41091ca5641319abcdb1d22359d67591f115009cd95cdf50463e3683fb1ac911ff9dee3d7628320a76fbcbaa9c91510937907a40a0daa259c4
 SHA512 
6c730d87a97f0df3b38b78ee9255d47b900aece1308127e2772dc982b19691efe6afe192752c89cba9e9532b567dc1c3c103675e580e6f1151355ea89d1019b3
 DIST seaborn-0.8.1.tar.gz 178865 BLAKE2B 
7f81e0737331edac805e88183f387ccde38d4b27d601e43462342855cdfe245cf1c721ef03ae7cd1b23cc6641e20d51f38bba6c8ffc4a9621b069c6528d0249a
 SHA512 
05ed621c2624b4b981118f9e6100f593ab23620e8f86c82b55a298944135f3286798d5cdc6c215c134f2fdecf9b3a7631be8c5136c0dafaf1f97f05f7c6739d7
+DIST seaborn-0.9.0.tar.gz 198184 BLAKE2B 
4f4072a186986f9eb649c6fdb6edbc7a28b6f4ab6cc132652b8c4c595c96500b4853b5593f39b46f6f0073d916f9cd51f3ecbb2d23f4d69991e46e702f10ca44
 SHA512 
01cc9a8e80102eed6a35be8ef2c3357d1f5eee53004887a5e0eb1f4dcf696987e19b9e371e95fad01fff60042ad5a2873a6d265a43cb506172a50ecd5ba55b3b

diff --git a/dev-python/seaborn/seaborn-0.9.0.ebuild 
b/dev-python/seaborn/seaborn-0.9.0.ebuild
new file mode 100644
index 000..f7f36034b4f
--- /dev/null
+++ b/dev-python/seaborn/seaborn-0.9.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1 virtualx
+
+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"
+
+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}]
+   )
+"
+
+python_test() {
+   cat > matplotlibrc <<- EOF || die
+   backend : Agg
+   EOF
+   virtx nosetests --verbosity=3 || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2018-07-21 Thread Patrice Clement
commit: 37d43e599814fa0b985d39f297c6921e6fbea517
Author: Horea Christian  yandex  com>
AuthorDate: Thu Jul 19 20:39:07 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 21 21:56:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d43e59

dev-python/seaborn: version bump.

Package-Manager: Portage-2.3.43, Repoman-2.3.10
Closes: https://bugs.gentoo.org/659868
Closes: https://github.com/gentoo/gentoo/pull/9290

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

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index c6bd8a93687..11c027d3523 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1 +1,2 @@
 DIST seaborn-0.7.1.tar.gz 158146 BLAKE2B 
f547e41306634f41091ca5641319abcdb1d22359d67591f115009cd95cdf50463e3683fb1ac911ff9dee3d7628320a76fbcbaa9c91510937907a40a0daa259c4
 SHA512 
6c730d87a97f0df3b38b78ee9255d47b900aece1308127e2772dc982b19691efe6afe192752c89cba9e9532b567dc1c3c103675e580e6f1151355ea89d1019b3
+DIST seaborn-0.8.1.tar.gz 178865 BLAKE2B 
7f81e0737331edac805e88183f387ccde38d4b27d601e43462342855cdfe245cf1c721ef03ae7cd1b23cc6641e20d51f38bba6c8ffc4a9621b069c6528d0249a
 SHA512 
05ed621c2624b4b981118f9e6100f593ab23620e8f86c82b55a298944135f3286798d5cdc6c215c134f2fdecf9b3a7631be8c5136c0dafaf1f97f05f7c6739d7

diff --git a/dev-python/seaborn/seaborn-0.8.1.ebuild 
b/dev-python/seaborn/seaborn-0.8.1.ebuild
new file mode 100644
index 000..f7f36034b4f
--- /dev/null
+++ b/dev-python/seaborn/seaborn-0.8.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1 virtualx
+
+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"
+
+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}]
+   )
+"
+
+python_test() {
+   cat > matplotlibrc <<- EOF || die
+   backend : Agg
+   EOF
+   virtx nosetests --verbosity=3 || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2018-04-29 Thread Michał Górny
commit: 94d5dee447e4ec50f5220aa153f4e65b492f3aa3
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Apr 28 20:11:20 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 29 06:33:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d5dee4

dev-python/seaborn: use HTTPS

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

diff --git a/dev-python/seaborn/seaborn-0.7.1.ebuild 
b/dev-python/seaborn/seaborn-0.7.1.ebuild
index a68f486d95e..f7f36034b4f 100644
--- a/dev-python/seaborn/seaborn-0.7.1.ebuild
+++ b/dev-python/seaborn/seaborn-0.7.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 inherit distutils-r1 virtualx
 
 DESCRIPTION="Statistical data visualization"
-HOMEPAGE="http://stanford.edu/~mwaskom/software/seaborn/ 
https://github.com/mwaskom/seaborn;
+HOMEPAGE="https://seaborn.pydata.org https://github.com/mwaskom/seaborn;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2018-04-20 Thread Michał Górny
commit: 96c1d8947d9d036bfd1509ce2aab5bb27dc8a224
Author: Horea Christian  yandex  com>
AuthorDate: Sun Apr  8 20:08:48 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 20 06:53:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c1d894

dev-python/seaborn: bumped Python support

Closes: https://github.com/gentoo/gentoo/pull/7891
Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/dev-python/seaborn/seaborn-0.7.1.ebuild 
b/dev-python/seaborn/seaborn-0.7.1.ebuild
index 1145719eec4..a68f486d95e 100644
--- a/dev-python/seaborn/seaborn-0.7.1.ebuild
+++ b/dev-python/seaborn/seaborn-0.7.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1 virtualx
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2017-11-25 Thread David Seifert
commit: 6293c288a57adbd3bc830efabad556a78d424ad4
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 25 20:09:11 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 25 21:43:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6293c288

dev-python/seaborn: [QA] Consistent whitespace in metadata.xml

 dev-python/seaborn/metadata.xml | 26 ++
 1 file changed, 10 insertions(+), 16 deletions(-)

diff --git a/dev-python/seaborn/metadata.xml b/dev-python/seaborn/metadata.xml
index 86ec3a36c73..fefd180716d 100644
--- a/dev-python/seaborn/metadata.xml
+++ b/dev-python/seaborn/metadata.xml
@@ -15,25 +15,19 @@


Seaborn is a library for making attractive and informative 
statistical graphics
-   in Python. It is built on top of matplotlib and tightly 
integrated with the 
-   PyData stack, including support for numpy and pandas data 
structures and 
+   in Python. It is built on top of matplotlib and tightly 
integrated with the
+   PyData stack, including support for numpy and pandas data 
structures and
statistical routines from scipy and statsmodels.
-   
+
Some of the features that seaborn offers are
-   
+
* Several built-in themes that improve on the default 
matplotlib aesthetics
-   * Tools for choosing color palettes to make beautiful plots 
that reveal 
- patterns in your data
-   * Functions for visualizing univariate and bivariate 
distributions or for 
- comparing them between subsets of data
-   * Tools that fit and visualize linear regression models for 
different kinds 
- of independent and dependent variables
-   * Functions that visualize matrices of data and use clustering 
algorithms to 
- discover structure in those matrices
-   * A function to plot statistical timeseries data with flexible 
estimation and 
- representation of uncertainty around the estimate
-   * High-level abstractions for structuring grids of plots that 
let you easily 
- build complex visualizations
+   * Tools for choosing color palettes to make beautiful plots 
that reveal patterns in your data
+   * Functions for visualizing univariate and bivariate 
distributions or for comparing them between subsets of data
+   * Tools that fit and visualize linear regression models for 
different kinds of independent and dependent variables
+   * Functions that visualize matrices of data and use clustering 
algorithms to discover structure in those matrices
+   * A function to plot statistical timeseries data with flexible 
estimation and representation of uncertainty around the estimate
+   * High-level abstractions for structuring grids of plots that 
let you easily build complex visualizations


seaborne



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2017-05-02 Thread Michał Górny
commit: 558a92d68169593711ae355a5e165e292ca0b3ea
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 08:17:02 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  2 08:47:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558a92d6

dev-python/seaborn: Clean old versions up

 dev-python/seaborn/Manifest |  3 ---
 dev-python/seaborn/seaborn-0.5.1.ebuild | 36 ---
 dev-python/seaborn/seaborn-0.6.0.ebuild | 36 ---
 dev-python/seaborn/seaborn-0.7.0.ebuild | 38 -
 4 files changed, 113 deletions(-)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 6f494502ac7..821a8ae5eb4 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1,4 +1 @@
-DIST seaborn-0.5.1.tar.gz 104426 SHA256 
8c8f7f1036cf6155be3d987ee23d2d8c272b0803b32b7d524614f8526688 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
 DIST seaborn-0.7.1.tar.gz 158146 SHA256 
fa274344b1ee72f723bab751c40a5c671801d47a29ee9b5e69fcf63a18ce5c5d SHA512 
6c730d87a97f0df3b38b78ee9255d47b900aece1308127e2772dc982b19691efe6afe192752c89cba9e9532b567dc1c3c103675e580e6f1151355ea89d1019b3
 WHIRLPOOL 
072ac50dfd554160b1225f0b901258915feddca91d47fd1c54e6469d9767478cd01b8585e2e236f2c5658dcbee9f6ea6c0b7f3ea0e3e0e41cdfd21343489b077

diff --git a/dev-python/seaborn/seaborn-0.5.1.ebuild 
b/dev-python/seaborn/seaborn-0.5.1.ebuild
deleted file mode 100644
index 4899a79baf4..000
--- a/dev-python/seaborn/seaborn-0.5.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Statistical data visualization"
-HOMEPAGE="http://stanford.edu/~mwaskom/software/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}]
-   )
-"
-
-python_test() {
-   VIRTUALX_COMMAND="nosetests"
-   virtualmake --verbosity=3
-}

diff --git a/dev-python/seaborn/seaborn-0.6.0.ebuild 
b/dev-python/seaborn/seaborn-0.6.0.ebuild
deleted file mode 100644
index 07a00695cb6..000
--- a/dev-python/seaborn/seaborn-0.6.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-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}]
-   )
-"
-
-python_test() {
-   VIRTUALX_COMMAND="nosetests"
-   virtualmake --verbosity=3
-}

diff --git a/dev-python/seaborn/seaborn-0.7.0.ebuild 
b/dev-python/seaborn/seaborn-0.7.0.ebuild
deleted file mode 100644
index df4ac5bd6d8..000
--- a/dev-python/seaborn/seaborn-0.7.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# 

[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2016-12-10 Thread Patrice Clement
commit: 38cd476083c27f23836e81107fa0c1f3f024d913
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec 10 21:58:57 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec 10 21:58:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38cd4760

dev-python/seaborn: add proxy-maint to metadata.xml.

Package-Manager: portage-2.3.0

 dev-python/seaborn/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/seaborn/metadata.xml b/dev-python/seaborn/metadata.xml
index 33fde69..86ec3a3 100644
--- a/dev-python/seaborn/metadata.xml
+++ b/dev-python/seaborn/metadata.xml
@@ -6,6 +6,10 @@
Horea Christian


+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
pyt...@gentoo.org
Python




[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2016-12-10 Thread Patrice Clement
commit: 6e4b0354a640bab841bf812950eba78804be8cbd
Author: Horea Christian  yandex  com>
AuthorDate: Fri Dec  9 20:30:16 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec 10 21:56:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4b0354

dev-python/seaborn: added die calls where appropriate.

Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/3020

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

diff --git a/dev-python/seaborn/seaborn-0.7.1.ebuild 
b/dev-python/seaborn/seaborn-0.7.1.ebuild
index a3ae6e5..333571e 100644
--- a/dev-python/seaborn/seaborn-0.7.1.ebuild
+++ b/dev-python/seaborn/seaborn-0.7.1.ebuild
@@ -32,8 +32,8 @@ DEPEND="${RDEPEND}
 "
 
 python_test() {
-   cat > matplotlibrc <<- EOF
+   cat > matplotlibrc <<- EOF || die
backend : Agg
EOF
-   virtx nosetests --verbosity=3
+   virtx nosetests --verbosity=3 || die
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2016-12-10 Thread Patrice Clement
commit: db16d58c33bed67694443113c778ad737c55c29f
Author: Horea Christian  yandex  com>
AuthorDate: Mon Dec  5 14:08:37 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec 10 21:56:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db16d58c

dev-python/seaborn: add additional maintainer.

Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/3020

 dev-python/seaborn/metadata.xml | 60 ++---
 1 file changed, 32 insertions(+), 28 deletions(-)

diff --git a/dev-python/seaborn/metadata.xml b/dev-python/seaborn/metadata.xml
index 771591a..33fde69 100644
--- a/dev-python/seaborn/metadata.xml
+++ b/dev-python/seaborn/metadata.xml
@@ -1,34 +1,38 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-pyt...@gentoo.org
-Python
-  
-  
-Seaborn is a library for making attractive and informative statistical graphics
-in Python. It is built on top of matplotlib and tightly integrated with the 
-PyData stack, including support for numpy and pandas data structures and 
-statistical routines from scipy and statsmodels.
+   
+   horea.chr...@gmail.com
+   Horea Christian
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   Seaborn is a library for making attractive and informative 
statistical graphics
+   in Python. It is built on top of matplotlib and tightly 
integrated with the 
+   PyData stack, including support for numpy and pandas data 
structures and 
+   statistical routines from scipy and statsmodels.

-Some of the features that seaborn offers are
+   Some of the features that seaborn offers are

-* Several built-in themes that improve on the default matplotlib aesthetics
-* Tools for choosing color palettes to make beautiful plots that reveal 
-  patterns in your data
-* Functions for visualizing univariate and bivariate distributions or for 
-  comparing them between subsets of data
-* Tools that fit and visualize linear regression models for different kinds 
-  of independent and dependent variables
-* Functions that visualize matrices of data and use clustering algorithms to 
-  discover structure in those matrices
-* A function to plot statistical timeseries data with flexible estimation and 
-  representation of uncertainty around the estimate
-* High-level abstractions for structuring grids of plots that let you easily 
-  build complex visualizations
-
-  
-seaborne
-mwaskom/seaborn
-  
+   * Several built-in themes that improve on the default 
matplotlib aesthetics
+   * Tools for choosing color palettes to make beautiful plots 
that reveal 
+ patterns in your data
+   * Functions for visualizing univariate and bivariate 
distributions or for 
+ comparing them between subsets of data
+   * Tools that fit and visualize linear regression models for 
different kinds 
+ of independent and dependent variables
+   * Functions that visualize matrices of data and use clustering 
algorithms to 
+ discover structure in those matrices
+   * A function to plot statistical timeseries data with flexible 
estimation and 
+ representation of uncertainty around the estimate
+   * High-level abstractions for structuring grids of plots that 
let you easily 
+ build complex visualizations
+   
+   
+   seaborne
+   mwaskom/seaborn
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2016-12-10 Thread Patrice Clement
commit: e83af315c69252fc0f4614c33ab776b2dd1a
Author: Horea Christian  yandex  com>
AuthorDate: Mon Dec  5 11:36:13 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec 10 21:55:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83af315

dev-python/seaborn: version bump.

Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/3020

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

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 1b35895..6f49450 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1,3 +1,4 @@
 DIST seaborn-0.5.1.tar.gz 104426 SHA256 
8c8f7f1036cf6155be3d987ee23d2d8c272b0803b32b7d524614f8526688 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
+DIST seaborn-0.7.1.tar.gz 158146 SHA256 
fa274344b1ee72f723bab751c40a5c671801d47a29ee9b5e69fcf63a18ce5c5d SHA512 
6c730d87a97f0df3b38b78ee9255d47b900aece1308127e2772dc982b19691efe6afe192752c89cba9e9532b567dc1c3c103675e580e6f1151355ea89d1019b3
 WHIRLPOOL 
072ac50dfd554160b1225f0b901258915feddca91d47fd1c54e6469d9767478cd01b8585e2e236f2c5658dcbee9f6ea6c0b7f3ea0e3e0e41cdfd21343489b077

diff --git a/dev-python/seaborn/seaborn-0.7.1.ebuild 
b/dev-python/seaborn/seaborn-0.7.1.ebuild
new file mode 100644
index ..a3ae6e5
--- /dev/null
+++ b/dev-python/seaborn/seaborn-0.7.1.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_{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}]
+   )
+"
+
+python_test() {
+   cat > matplotlibrc <<- EOF
+   backend : Agg
+   EOF
+   virtx nosetests --verbosity=3
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2016-01-25 Thread Justin Lecher
commit: 3f0d79b8bbe71a84b1d08620911625216baffbb5
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Jan 25 12:59:24 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Jan 25 15:11:41 2016 +
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  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 
8c8f7f1036cf6155be3d987ee23d2d8c272b0803b32b7d524614f8526688 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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/

2016-01-25 Thread Justin Lecher
commit: af0c5b6d140c1c175f2e87dc27d8cd047ddc8d29
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Jan 25 16:34:37 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Jan 25 19:45:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0c5b6d

dev-python/seaborn: Set mpl backend to Agg for tests

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

 dev-python/seaborn/seaborn-0.7.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/seaborn/seaborn-0.7.0.ebuild 
b/dev-python/seaborn/seaborn-0.7.0.ebuild
index dc414e3..88c448f 100644
--- a/dev-python/seaborn/seaborn-0.7.0.ebuild
+++ b/dev-python/seaborn/seaborn-0.7.0.ebuild
@@ -31,9 +31,9 @@ DEPEND="${RDEPEND}
)
 "
 
-# https://github.com/mwaskom/seaborn/issues/836
-RESTRICT=test
-
 python_test() {
+   cat > matplotlibrc <<- EOF
+   backend : Agg
+   EOF
virtx nosetests --verbosity=3
 }