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

Antonio Rojas arojas at gemini.archlinux.org
Thu Sep 2 17:09:33 UTC 2021


    Date: Thursday, September 2, 2021 @ 17:09:33
  Author: arojas
Revision: 1010598

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-02 17:09:23 UTC (rev 1010597)
+++ PKGBUILD	2021-09-02 17:09:33 UTC (rev 1010598)
@@ -1,30 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
-
-# TODO: python-fastcluster is optional dependency (move from AUR)
-
-pkgname=python-seaborn
-pkgver=0.11.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')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz")
-sha256sums=('fbc6d02111c14ed3e7cb312b7fd594229e6cb4ed18768557302336a31e042bcf')
-
-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 1010597, python-seaborn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-02 17:09:33 UTC (rev 1010598)
@@ -0,0 +1,30 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
+
+# TODO: python-fastcluster is optional dependency (move from AUR)
+
+pkgname=python-seaborn
+pkgver=0.11.2
+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')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mwaskom/seaborn/archive/v${pkgver}.tar.gz")
+sha256sums=('693e3877d7608e08201feb6b99a7c9fce06ecaa88acbb8c3e928bdff9feb8515')
+
+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