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

Andrzej Giniewicz aginiewicz at archlinux.org
Thu Sep 6 18:20:12 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-09-06 18:19:15 UTC (rev 377851)
+++ PKGBUILD	2018-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}
 



More information about the arch-commits mailing list