[arch-commits] Commit in python-statsmodels/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Oct 12 17:50:16 UTC 2021


    Date: Tuesday, October 12, 2021 @ 17:50:16
  Author: arojas
Revision: 1029918

archrelease: copy trunk to community-x86_64

Added:
  python-statsmodels/repos/community-x86_64/PKGBUILD
    (from rev 1029917, python-statsmodels/trunk/PKGBUILD)
Deleted:
  python-statsmodels/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-12 17:50:06 UTC (rev 1029917)
+++ PKGBUILD	2021-10-12 17:50:16 UTC (rev 1029918)
@@ -1,34 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
-
-# TODO: create X-12-ARIMA or X-13ARIMA-SEATS (can be used for time-series analysis)
-
-pkgname=python-statsmodels
-pkgver=0.12.2
-pkgrel=2
-pkgdesc="Statistical computations and models for use with SciPy"
-arch=('x86_64')
-url="http://statsmodels.sourceforge.net/"
-license=('BSD')
-depends=('python-scipy' 'python-pandas' 'python-patsy')
-makedepends=('python-setuptools' 'cython')
-optdepends=('python-nose: needed for integrated test suite'
-            'python-matplotlib: needed for plotting functions'
-	    'python-joblib:  accelerate distributed estimation for certain models'
-	    'jupyter: needed to run the notebooks')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz")
-sha256sums=('762a33b04d63f6674881c3519787e745203d996ea7304bcf5f84f2902397ef2f')
-
-build() {
-  cd "$srcdir"/statsmodels-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/statsmodels-${pkgver}
-
-  export PYTHONHASHSEED=0
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-statsmodels/repos/community-x86_64/PKGBUILD (from rev 1029917, python-statsmodels/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-12 17:50:16 UTC (rev 1029918)
@@ -0,0 +1,33 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
+
+# TODO: create X-12-ARIMA or X-13ARIMA-SEATS (can be used for time-series analysis)
+
+pkgname=python-statsmodels
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="Statistical computations and models for use with SciPy"
+arch=('x86_64')
+url="http://statsmodels.sourceforge.net/"
+license=('BSD')
+depends=('python-scipy' 'python-pandas' 'python-patsy')
+makedepends=('python-setuptools' 'cython')
+optdepends=('python-nose: needed for integrated test suite'
+            'python-matplotlib: needed for plotting functions'
+	    'python-joblib:  accelerate distributed estimation for certain models'
+	    'jupyter: needed to run the notebooks')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz")
+sha256sums=('47079fb703c6fd1e7cf2e4b4adf290fbf96a1a1134f2dfb230f2752d8ca62104')
+
+build() {
+  cd "$srcdir"/statsmodels-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/statsmodels-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list