[arch-commits] Commit in python-seaborn/repos/community-any (PKGBUILD PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Mon Sep 14 16:27:58 UTC 2020


    Date: Monday, September 14, 2020 @ 16:27:57
  Author: aginiewicz
Revision: 706070

archrelease: copy trunk to community-any

Added:
  python-seaborn/repos/community-any/PKGBUILD
    (from rev 706069, python-seaborn/trunk/PKGBUILD)
Deleted:
  python-seaborn/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-14 16:27:50 UTC (rev 706069)
+++ PKGBUILD	2020-09-14 16:27:57 UTC (rev 706070)
@@ -1,29 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
-
-pkgname=python-seaborn
-pkgver=0.10.1
-pkgrel=1
-pkgdesc="Statistical data visualization"
-arch=('any')
-url="https://seaborn.pydata.org/"
-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')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz")
-sha256sums=('25bb4cd6d7d8cd2869354f6d61ce4b64cb60b10a84830ad0565cb35d87a537f0')
-
-build() {
-  cd "$srcdir"/seaborn-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/seaborn-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-seaborn/repos/community-any/PKGBUILD (from rev 706069, python-seaborn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-14 16:27:57 UTC (rev 706070)
@@ -0,0 +1,29 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
+
+pkgname=python-seaborn
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="Statistical data visualization"
+arch=('any')
+url="https://seaborn.pydata.org/"
+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')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz")
+sha256sums=('0880ee8647019dadd35fba4744192e821dfd0b1647bff5b25c40996f0193b9ba')
+
+build() {
+  cd "$srcdir"/seaborn-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/seaborn-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list