[arch-commits] Commit in python-seaborn/trunk (PKGBUILD)

2020-09-14 Thread Andrzej Giniewicz via arch-commits
Date: Monday, September 14, 2020 @ 16:30:00
  Author: aginiewicz
Revision: 706071

double checked dependencies, no rebuild for now

Modified:
  python-seaborn/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-14 16:27:57 UTC (rev 706070)
+++ PKGBUILD2020-09-14 16:30:00 UTC (rev 706071)
@@ -1,6 +1,8 @@
 # Maintainer: Andrzej Giniewicz 
 # Contributor: Oliver Sherouse 
 
+# TODO: python-fastcluster is optional dependency (move from AUR)
+
 pkgname=python-seaborn
 pkgver=0.11.0
 pkgrel=1
@@ -10,8 +12,7 @@
 license=('BSD')
 depends=('python-pandas' 'python-matplotlib' 'python-scipy')
 makedepends=('python-setuptools')
-optdepends=('python-statsmodels: for some advanced statistical plots'
-'python-beautifulsoup4: for getting dataset names')
+optdepends=('python-statsmodels: for some advanced statistical plots')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
 sha256sums=('0880ee8647019dadd35fba4744192e821dfd0b1647bff5b25c40996f0193b9ba')
 


[arch-commits] Commit in python-seaborn/trunk (PKGBUILD)

2020-09-14 Thread Andrzej Giniewicz via arch-commits
Date: Monday, September 14, 2020 @ 16:27:50
  Author: aginiewicz
Revision: 706069

upgpkg: python-seaborn 0.11.0-1: python-seaborn: new upstream release

Modified:
  python-seaborn/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-14 16:26:00 UTC (rev 706068)
+++ PKGBUILD2020-09-14 16:27:50 UTC (rev 706069)
@@ -2,7 +2,7 @@
 # Contributor: Oliver Sherouse 
 
 pkgname=python-seaborn
-pkgver=0.10.1
+pkgver=0.11.0
 pkgrel=1
 pkgdesc="Statistical data visualization"
 arch=('any')
@@ -13,7 +13,7 @@
 optdepends=('python-statsmodels: for some advanced statistical plots'
 'python-beautifulsoup4: for getting dataset names')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
-sha256sums=('25bb4cd6d7d8cd2869354f6d61ce4b64cb60b10a84830ad0565cb35d87a537f0')
+sha256sums=('0880ee8647019dadd35fba4744192e821dfd0b1647bff5b25c40996f0193b9ba')
 
 build() {
   cd "$srcdir"/seaborn-${pkgver}


[arch-commits] Commit in python-seaborn/trunk (PKGBUILD)

2020-05-07 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, May 7, 2020 @ 11:30:26
  Author: aginiewicz
Revision: 625326

upgpkg: python-seaborn 0.10.1-1: python-seaborn: new upstream release

Modified:
  python-seaborn/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 11:26:40 UTC (rev 625325)
+++ PKGBUILD2020-05-07 11:30:26 UTC (rev 625326)
@@ -2,7 +2,7 @@
 # Contributor: Oliver Sherouse 
 
 pkgname=python-seaborn
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc="Statistical data visualization"
 arch=('any')
@@ -11,9 +11,9 @@
 depends=('python-pandas' 'python-matplotlib' 'python-scipy')
 makedepends=('python-setuptools')
 optdepends=('python-statsmodels: for some advanced statistical plots'
- 'python-beautifulsoup4: for getting dataset names')
-source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
-sha256sums=('37e2c7783ef2bb12ce749783870ca740750fc7cc0bd1776c6cacab19514affbd')
+'python-beautifulsoup4: for getting dataset names')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
+sha256sums=('25bb4cd6d7d8cd2869354f6d61ce4b64cb60b10a84830ad0565cb35d87a537f0')
 
 build() {
   cd "$srcdir"/seaborn-${pkgver}


[arch-commits] Commit in python-seaborn/trunk (PKGBUILD)

2020-02-03 Thread Andrzej Giniewicz via arch-commits
Date: Monday, February 3, 2020 @ 21:32:37
  Author: aginiewicz
Revision: 561997

upgpkg: python-seaborn 0.10.0-1: python-seaborn: new upstream release

Modified:
  python-seaborn/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-03 21:30:54 UTC (rev 561996)
+++ PKGBUILD2020-02-03 21:32:37 UTC (rev 561997)
@@ -1,9 +1,9 @@
 # Maintainer: Andrzej Giniewicz 
 # Contributor: Oliver Sherouse 
 
-pkgname='python-seaborn'
-pkgver=0.9.0
-pkgrel=5
+pkgname=python-seaborn
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="Statistical data visualization"
 arch=('any')
 url="https://seaborn.pydata.org/;
@@ -13,7 +13,7 @@
 optdepends=('python-statsmodels: for some advanced statistical plots'
  'python-beautifulsoup4: for getting dataset names')
 source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
-sha256sums=('e2910b86f719ceecd09350071cb68e7531d236d087d04515b961363dd7208e6f')
+sha256sums=('37e2c7783ef2bb12ce749783870ca740750fc7cc0bd1776c6cacab19514affbd')
 
 build() {
   cd "$srcdir"/seaborn-${pkgver}


[arch-commits] Commit in python-seaborn/trunk (PKGBUILD)

2019-11-04 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 08:37:04
  Author: felixonmars
Revision: 523779

Python 3.8 rebuild

Modified:
  python-seaborn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 08:35:42 UTC (rev 523778)
+++ PKGBUILD2019-11-04 08:37:04 UTC (rev 523779)
@@ -3,7 +3,7 @@
 
 pkgname='python-seaborn'
 pkgver=0.9.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Statistical data visualization"
 arch=('any')
 url="https://seaborn.pydata.org/;


[arch-commits] Commit in python-seaborn/trunk (PKGBUILD)

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 08:14:18
  Author: aginiewicz
Revision: 440943

upgpkg: python-seaborn 0.9.0-4

python-seaborn: drop python 2 support

Modified:
  python-seaborn/trunk/PKGBUILD

--+
 PKGBUILD |   41 -
 1 file changed, 8 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 07:40:21 UTC (rev 440942)
+++ PKGBUILD2019-03-14 08:14:18 UTC (rev 440943)
@@ -1,51 +1,26 @@
 # Maintainer: Andrzej Giniewicz 
 # Contributor: Oliver Sherouse 
 
-pkgbase=python-seaborn
-pkgname=('python2-seaborn' 'python-seaborn')
+pkgname='python-seaborn'
 pkgver=0.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Statistical data visualization"
 arch=('any')
 url="https://seaborn.pydata.org/;
 license=('BSD')
-makedepends=('python2-setuptools' 'python2-pandas' 'python2-matplotlib' 
'python2-scipy' 'python2-beautifulsoup4'
- 'python-setuptools' 'python-pandas' 'python-matplotlib' 
'python-scipy' 'python-beautifulsoup4')
+depends=('python-pandas' 'python-matplotlib' 'python-scipy')
+makedepends=('python-setuptools')
+optdepends=('python-statsmodels: for some advanced statistical plots'
+ 'python-beautifulsoup4: for getting dataset names')
 source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
-sha1sums=('490781eda5d8ff18020aac87b5f9af0d4088c71c')
+sha256sums=('e2910b86f719ceecd09350071cb68e7531d236d087d04515b961363dd7208e6f')
 
-prepare() {
-  cd "$srcdir"
-  cp -a seaborn-${pkgver} seaborn-py2-${pkgver}
-}
-
 build() {
-  # "Building Python2"
-  cd "$srcdir"/seaborn-py2-${pkgver}
-  python2 setup.py build
-
-  # "Building Python3"
   cd "$srcdir"/seaborn-${pkgver}
   python setup.py build
 }
 
-package_python2-seaborn() {
-  depends=('python2-pandas' 'python2-matplotlib' 'python2-scipy')
-  optdepends=('python2-statsmodels: for some advanced statistical plots'
-  'python2-beautifulsoup4: for getting dataset names')
-
-  cd "$srcdir"/seaborn-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-seaborn() {
-  depends=('python-pandas' 'python-matplotlib' 'python-scipy')
-  optdepends=('python-statsmodels: for some advanced statistical plots'
-  'python-beautifulsoup4: for getting dataset names')
-
+package() {
   cd "$srcdir"/seaborn-${pkgver}
 
   python setup.py install --skip-build --root="$pkgdir" --optimize=1


[arch-commits] Commit in python-seaborn/trunk (PKGBUILD)

2019-02-10 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, February 10, 2019 @ 15:48:13
  Author: aginiewicz
Revision: 431481

upgpkg: python-seaborn 0.9.0-3

python-seaborn: url rebuild

Modified:
  python-seaborn/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-10 15:46:08 UTC (rev 431480)
+++ PKGBUILD2019-02-10 15:48:13 UTC (rev 431481)
@@ -4,15 +4,15 @@
 pkgbase=python-seaborn
 pkgname=('python2-seaborn' 'python-seaborn')
 pkgver=0.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Statistical data visualization"
 arch=('any')
-url="http://stanford.edu/~mwaskom/software/seaborn/;
+url="https://seaborn.pydata.org/;
 license=('BSD')
 makedepends=('python2-setuptools' 'python2-pandas' 'python2-matplotlib' 
'python2-scipy' 'python2-beautifulsoup4'
  'python-setuptools' 'python-pandas' 'python-matplotlib' 
'python-scipy' 'python-beautifulsoup4')
 source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
-md5sums=('282d7585de011a5f400ce052aa5afdf4')
+sha1sums=('490781eda5d8ff18020aac87b5f9af0d4088c71c')
 
 prepare() {
   cd "$srcdir"
@@ -20,11 +20,11 @@
 }
 
 build() {
-  msg "Building Python2"
+  # "Building Python2"
   cd "$srcdir"/seaborn-py2-${pkgver}
   python2 setup.py build
 
-  msg "Building Python3"
+  # "Building Python3"
   cd "$srcdir"/seaborn-${pkgver}
   python setup.py build
 }


[arch-commits] Commit in python-seaborn/trunk (PKGBUILD)

2018-09-06 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, September 6, 2018 @ 18:20:12
  Author: aginiewicz
Revision: 377852

upgpkg: python-seaborn 0.9.0-2

python-seaborn: added missing optional dependency

Modified:
  python-seaborn/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-06 18:19:15 UTC (rev 377851)
+++ PKGBUILD2018-09-06 18:20:12 UTC (rev 377852)
@@ -5,13 +5,13 @@
 pkgbase=python-seaborn
 pkgname=('python2-seaborn' 'python-seaborn')
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Statistical data visualization"
 arch=('any')
 url="http://stanford.edu/~mwaskom/software/seaborn/;
 license=('BSD')
-makedepends=('python2-setuptools' 'python2-pandas' 'python2-matplotlib' 
'python2-scipy'
- 'python-setuptools' 'python-pandas' 'python-matplotlib' 
'python-scipy')
+makedepends=('python2-setuptools' 'python2-pandas' 'python2-matplotlib' 
'python2-scipy' 'python2-beautifulsoup4'
+ 'python-setuptools' 'python-pandas' 'python-matplotlib' 
'python-scipy' 'python-beautifulsoup4')
 source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
 md5sums=('282d7585de011a5f400ce052aa5afdf4')
 
@@ -32,7 +32,8 @@
 
 package_python2-seaborn() {
   depends=('python2-pandas' 'python2-matplotlib' 'python2-scipy')
-  optdepends=('python2-statsmodels: for some advanced statistical plots')
+  optdepends=('python2-statsmodels: for some advanced statistical plots'
+  'python2-beautifulsoup4: for getting dataset names')
 
   cd "$srcdir"/seaborn-py2-${pkgver}
 
@@ -43,7 +44,8 @@
 
 package_python-seaborn() {
   depends=('python-pandas' 'python-matplotlib' 'python-scipy')
-  optdepends=('python-statsmodels: for some advanced statistical plots')
+  optdepends=('python-statsmodels: for some advanced statistical plots'
+  'python-beautifulsoup4: for getting dataset names')
 
   cd "$srcdir"/seaborn-${pkgver}
 


[arch-commits] Commit in python-seaborn/trunk (PKGBUILD)

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 17:12:21
  Author: aginiewicz
Revision: 371161

upgpkg: python-seaborn 0.9.0-1

python-seaborn: new upstream release

Modified:
  python-seaborn/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 17:11:10 UTC (rev 371160)
+++ PKGBUILD2018-08-11 17:12:21 UTC (rev 371161)
@@ -4,8 +4,8 @@
 
 pkgbase=python-seaborn
 pkgname=('python2-seaborn' 'python-seaborn')
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Statistical data visualization"
 arch=('any')
 url="http://stanford.edu/~mwaskom/software/seaborn/;
@@ -13,7 +13,7 @@
 makedepends=('python2-setuptools' 'python2-pandas' 'python2-matplotlib' 
'python2-scipy'
  'python-setuptools' 'python-pandas' 'python-matplotlib' 
'python-scipy')
 source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
-md5sums=('14d49fcf304132684a9f240e14ab5dad')
+md5sums=('282d7585de011a5f400ce052aa5afdf4')
 
 prepare() {
   cd "$srcdir"


[arch-commits] Commit in python-seaborn/trunk (PKGBUILD)

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 17:16:31
  Author: foutrelis
Revision: 363185

Python 3.7 rebuild

Modified:
  python-seaborn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 17:15:18 UTC (rev 363184)
+++ PKGBUILD2018-07-23 17:16:31 UTC (rev 363185)
@@ -5,7 +5,7 @@
 pkgbase=python-seaborn
 pkgname=('python2-seaborn' 'python-seaborn')
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Statistical data visualization"
 arch=('any')
 url="http://stanford.edu/~mwaskom/software/seaborn/;


[arch-commits] Commit in python-seaborn/trunk (PKGBUILD)

2017-09-19 Thread Andrzej Giniewicz
Date: Tuesday, September 19, 2017 @ 09:11:46
  Author: aginiewicz
Revision: 258820

upgpkg: python-seaborn 0.8.1-1

python-seaborn: new upstream release

Modified:
  python-seaborn/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 09:10:17 UTC (rev 258819)
+++ PKGBUILD2017-09-19 09:11:46 UTC (rev 258820)
@@ -4,7 +4,7 @@
 
 pkgbase=python-seaborn
 pkgname=('python2-seaborn' 'python-seaborn')
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc="Statistical data visualization"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python2-setuptools' 'python2-pandas' 'python2-matplotlib' 
'python2-scipy'
  'python-setuptools' 'python-pandas' 'python-matplotlib' 
'python-scipy')
 source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
-md5sums=('5f68046bf0daa4e83f78e71c3f84be4d')
+md5sums=('14d49fcf304132684a9f240e14ab5dad')
 
 prepare() {
   cd "$srcdir"


[arch-commits] Commit in python-seaborn/trunk (PKGBUILD)

2017-07-16 Thread Andrzej Giniewicz
Date: Sunday, July 16, 2017 @ 20:14:43
  Author: aginiewicz
Revision: 245423

upgpkg: python-seaborn 0.8.0-1

python-seaborn: new upstream release

Modified:
  python-seaborn/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-16 20:14:07 UTC (rev 245422)
+++ PKGBUILD2017-07-16 20:14:43 UTC (rev 245423)
@@ -4,8 +4,8 @@
 
 pkgbase=python-seaborn
 pkgname=('python2-seaborn' 'python-seaborn')
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="Statistical data visualization"
 arch=('any')
 url="http://stanford.edu/~mwaskom/software/seaborn/;
@@ -13,7 +13,7 @@
 makedepends=('python2-setuptools' 'python2-pandas' 'python2-matplotlib' 
'python2-scipy'
  'python-setuptools' 'python-pandas' 'python-matplotlib' 
'python-scipy')
 source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
-md5sums=('f66200e3dbf0ebdd9bbdeba73303c974')
+md5sums=('5f68046bf0daa4e83f78e71c3f84be4d')
 
 prepare() {
   cd "$srcdir"


[arch-commits] Commit in python-seaborn/trunk (PKGBUILD)

2016-12-27 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 08:01:44
  Author: felixonmars
Revision: 203014

Python 3.6 rebuild

Modified:
  python-seaborn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 08:01:16 UTC (rev 203013)
+++ PKGBUILD2016-12-27 08:01:44 UTC (rev 203014)
@@ -5,7 +5,7 @@
 pkgbase=python-seaborn
 pkgname=('python2-seaborn' 'python-seaborn')
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Statistical data visualization"
 arch=('any')
 url="http://stanford.edu/~mwaskom/software/seaborn/;


[arch-commits] Commit in python-seaborn/trunk (PKGBUILD)

2016-06-07 Thread Andrzej Giniewicz
Date: Tuesday, June 7, 2016 @ 11:30:46
  Author: aginiewicz
Revision: 178106

upgpkg: python-seaborn 0.7.1-1

python-seaborn: new upstream release

Modified:
  python-seaborn/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-07 09:27:39 UTC (rev 178105)
+++ PKGBUILD2016-06-07 09:30:46 UTC (rev 178106)
@@ -4,7 +4,7 @@
 
 pkgbase=python-seaborn
 pkgname=('python2-seaborn' 'python-seaborn')
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="Statistical data visualization"
 arch=('any')
@@ -12,10 +12,9 @@
 license=('BSD')
 makedepends=('python2-setuptools' 'python2-pandas' 'python2-matplotlib' 
'python2-scipy'
  'python-setuptools' 'python-pandas' 'python-matplotlib' 
'python-scipy')
+source=("https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz;)
+md5sums=('f66200e3dbf0ebdd9bbdeba73303c974')
 
-source=("https://pypi.python.org/packages/source/s/seaborn/seaborn-$pkgver.tar.gz;)
-md5sums=('764c030a9db60ec804b9a506d0a38cd2')
-
 prepare() {
   cd "$srcdir"
   cp -a seaborn-${pkgver} seaborn-py2-${pkgver}


[arch-commits] Commit in python-seaborn/trunk (PKGBUILD)

2016-03-22 Thread Andrzej Giniewicz
Date: Tuesday, March 22, 2016 @ 10:20:34
  Author: aginiewicz
Revision: 167885

upgpkg: python-seaborn 0.7.0-1

python-seaborn: release package, added maintainer of python 3 version as 
contributor

Modified:
  python-seaborn/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-22 09:18:56 UTC (rev 167884)
+++ PKGBUILD2016-03-22 09:20:34 UTC (rev 167885)
@@ -1,10 +1,11 @@
 # $Id$
 # Maintainer: Andrzej Giniewicz 
+# Contributor: Oliver Sherouse 
 
 pkgbase=python-seaborn
 pkgname=('python2-seaborn' 'python-seaborn')
 pkgver=0.7.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Statistical data visualization"
 arch=('any')
 url="http://stanford.edu/~mwaskom/software/seaborn/;