Date: Saturday, December 7, 2019 @ 13:20:49
  Author: aginiewicz
Revision: 536277

upgpkg: python-statsmodels 0.10.2-1

python-statsmodels: new upstream release

Modified:
  python-statsmodels/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-12-07 12:15:50 UTC (rev 536276)
+++ PKGBUILD    2019-12-07 13:20:49 UTC (rev 536277)
@@ -4,9 +4,9 @@
 # TODO: move python-joblib from AUR (needed to accelerate distributed 
estimation for certain models)
 # TODO: create X-12-ARIMA or X-13ARIMA-SEATS (can be used for time-series 
analysis)
 
-pkgname='python-statsmodels'
-pkgver=0.10.1
-pkgrel=2
+pkgname=python-statsmodels
+pkgver=0.10.2
+pkgrel=1
 pkgdesc="Statistical computations and models for use with SciPy"
 arch=('x86_64')
 url="http://statsmodels.sourceforge.net/";
@@ -18,7 +18,7 @@
            '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=('269ec50719c47f946cf3872b8abfcb36e15d5614e3bb81c4c39e74cce673d5b8')
+sha256sums=('e808f9cd628e7cd57ca5166ebd007eadd29bd8f5660ad24adc1a2f2b9363d48c')
 
 build() {
   cd "$srcdir"/statsmodels-${pkgver}
@@ -31,6 +31,4 @@
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
 
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm "$pkgdir"/usr/{LICENSE.txt,setup.cfg}
 }

Reply via email to