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

2020-09-12 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, September 12, 2020 @ 14:52:50
  Author: aginiewicz
Revision: 704021

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-12 14:52:43 UTC (rev 704020)
+++ PKGBUILD2020-09-12 14:52:50 UTC (rev 704021)
@@ -1,33 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Oliver Sherouse 
-
-# TODO: create X-12-ARIMA or X-13ARIMA-SEATS (can be used for time-series 
analysis)
-
-pkgname=python-statsmodels
-pkgver=0.11.1
-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=('0c08dfd09d34424de6074b989c8bdf60e18f506a7d28c24b15e01f6e1cb59724')
-
-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
-}

Copied: python-statsmodels/repos/community-x86_64/PKGBUILD (from rev 704020, 
python-statsmodels/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-12 14:52:50 UTC (rev 704021)
@@ -0,0 +1,33 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Oliver Sherouse 
+
+# TODO: create X-12-ARIMA or X-13ARIMA-SEATS (can be used for time-series 
analysis)
+
+pkgname=python-statsmodels
+pkgver=0.12.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=('9493d63f57bc0c58f38a7e51dcd8c4b35e9ccd01f2acd71a45a3d975f2587d91')
+
+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
+}


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

2020-03-09 Thread Andrzej Giniewicz via arch-commits
Date: Monday, March 9, 2020 @ 09:58:22
  Author: aginiewicz
Revision: 592916

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-09 09:58:16 UTC (rev 592915)
+++ PKGBUILD2020-03-09 09:58:22 UTC (rev 592916)
@@ -1,33 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Oliver Sherouse 
-
-# TODO: create X-12-ARIMA or X-13ARIMA-SEATS (can be used for time-series 
analysis)
-
-pkgname=python-statsmodels
-pkgver=0.11.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=('a09737d554290aec7228e0ead9937f78ef86948bdc929131a3ccd09940789a80')
-
-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
-}

Copied: python-statsmodels/repos/community-x86_64/PKGBUILD (from rev 592915, 
python-statsmodels/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-09 09:58:22 UTC (rev 592916)
@@ -0,0 +1,33 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Oliver Sherouse 
+
+# TODO: create X-12-ARIMA or X-13ARIMA-SEATS (can be used for time-series 
analysis)
+
+pkgname=python-statsmodels
+pkgver=0.11.1
+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=('0c08dfd09d34424de6074b989c8bdf60e18f506a7d28c24b15e01f6e1cb59724')
+
+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
+}


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

2020-02-13 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, February 13, 2020 @ 14:50:14
  Author: aginiewicz
Revision: 570507

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-13 14:50:06 UTC (rev 570506)
+++ PKGBUILD2020-02-13 14:50:14 UTC (rev 570507)
@@ -1,34 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Oliver Sherouse 
-
-# 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.2
-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=('e808f9cd628e7cd57ca5166ebd007eadd29bd8f5660ad24adc1a2f2b9363d48c')
-
-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
-}

Copied: python-statsmodels/repos/community-x86_64/PKGBUILD (from rev 570506, 
python-statsmodels/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-13 14:50:14 UTC (rev 570507)
@@ -0,0 +1,33 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Oliver Sherouse 
+
+# TODO: create X-12-ARIMA or X-13ARIMA-SEATS (can be used for time-series 
analysis)
+
+pkgname=python-statsmodels
+pkgver=0.11.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=('a09737d554290aec7228e0ead9937f78ef86948bdc929131a3ccd09940789a80')
+
+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
+}


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

2019-12-07 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, December 7, 2019 @ 13:20:57
  Author: aginiewicz
Revision: 536278

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   70 +
 1 file changed, 34 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-07 13:20:49 UTC (rev 536277)
+++ PKGBUILD2019-12-07 13:20:57 UTC (rev 536278)
@@ -1,36 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Oliver Sherouse 
-
-# 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
-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=('269ec50719c47f946cf3872b8abfcb36e15d5614e3bb81c4c39e74cce673d5b8')
-
-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
-
-  rm "$pkgdir"/usr/{LICENSE.txt,setup.cfg}
-}

Copied: python-statsmodels/repos/community-x86_64/PKGBUILD (from rev 536277, 
python-statsmodels/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-07 13:20:57 UTC (rev 536278)
@@ -0,0 +1,34 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Oliver Sherouse 
+
+# 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.2
+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=('e808f9cd628e7cd57ca5166ebd007eadd29bd8f5660ad24adc1a2f2b9363d48c')
+
+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
+}


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

2019-08-19 Thread Andrzej Giniewicz via arch-commits
Date: Monday, August 19, 2019 @ 19:32:11
  Author: aginiewicz
Revision: 500221

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   70 +++--
 1 file changed, 36 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-19 19:32:05 UTC (rev 500220)
+++ PKGBUILD2019-08-19 19:32:11 UTC (rev 500221)
@@ -1,34 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Oliver Sherouse 
-
-# 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.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=("https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz;)
-sha256sums=('3aae6454480f485821a8e5761a0456030bc7e41f01648b177d141899f06588e6')
-
-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
-}

Copied: python-statsmodels/repos/community-x86_64/PKGBUILD (from rev 500220, 
python-statsmodels/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-19 19:32:11 UTC (rev 500221)
@@ -0,0 +1,36 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Oliver Sherouse 
+
+# 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=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=("https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz;)
+sha256sums=('269ec50719c47f946cf3872b8abfcb36e15d5614e3bb81c4c39e74cce673d5b8')
+
+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
+
+  rm "$pkgdir"/usr/{LICENSE.txt,setup.cfg}
+}


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

2019-06-26 Thread Andrzej Giniewicz via arch-commits
Date: Wednesday, June 26, 2019 @ 10:00:01
  Author: aginiewicz
Revision: 484349

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-26 09:59:53 UTC (rev 484348)
+++ PKGBUILD2019-06-26 10:00:01 UTC (rev 484349)
@@ -1,33 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Oliver Sherouse 
-
-# 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.9.0
-pkgrel=3
-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'
-   'jupyter: needed to run the notebooks')
-source=("https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz;)
-sha256sums=('4ab219c776bf5b2187645c0ccb00cf8564c6c17541ae66ab96503f07368197d3')
-
-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
-}

Copied: python-statsmodels/repos/community-x86_64/PKGBUILD (from rev 484348, 
python-statsmodels/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-26 10:00:01 UTC (rev 484349)
@@ -0,0 +1,34 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Oliver Sherouse 
+
+# 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.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=("https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz;)
+sha256sums=('3aae6454480f485821a8e5761a0456030bc7e41f01648b177d141899f06588e6')
+
+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
+}


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

2019-03-14 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, March 14, 2019 @ 08:32:05
  Author: aginiewicz
Revision: 440952

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   96 -
 1 file changed, 33 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 08:32:01 UTC (rev 440951)
+++ PKGBUILD2019-03-14 08:32:05 UTC (rev 440952)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Oliver Sherouse 
-
-pkgbase=python-statsmodels
-pkgname=('python2-statsmodels' 'python-statsmodels')
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="Statistical computations and models for use with SciPy"
-arch=('x86_64')
-url="http://statsmodels.sourceforge.net/;
-license=('BSD')
-makedepends=('python2-setuptools' 'python2-scipy' 'python2-pandas' 
'python2-patsy'
- 'python-setuptools' 'python-scipy' 'python-pandas' 'python-patsy'
-'cython' 'cython2' 'python-tempita' 'python2-tempita')
-source=("https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz;)
-md5sums=('8cb06154cef733d1e03b1b5d763a2ae1')
-
-prepare() {
-  cd "$srcdir"
-  cp -a statsmodels-${pkgver} statsmodels-py2-${pkgver}
-  cd statsmodels-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/statsmodels-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/statsmodels-${pkgver}
-  python setup.py build
-}
-
-package_python2-statsmodels() {
-  depends=('python2-scipy' 'python2-pandas' 'python2-patsy')
-  optdepends=('python2-nose: needed for integrated test suite'
-  'python2-matplotlib: needed for plotting functions')
-
-  cd "$srcdir"/statsmodels-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-statsmodels() {
-  depends=('python-scipy' 'python-pandas' 'python-patsy')
-  optdepends=('python-nose: needed for integrated test suite'
-  'python-matplotlib: needed for plotting functions')
-
-  cd "$srcdir"/statsmodels-${pkgver}
-
-  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 440951, 
python-statsmodels/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 08:32:05 UTC (rev 440952)
@@ -0,0 +1,33 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Oliver Sherouse 
+
+# 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.9.0
+pkgrel=3
+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'
+   'jupyter: needed to run the notebooks')
+source=("https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz;)
+sha256sums=('4ab219c776bf5b2187645c0ccb00cf8564c6c17541ae66ab96503f07368197d3')
+
+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
+}


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

2018-05-17 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, May 17, 2018 @ 09:42:01
  Author: aginiewicz
Revision: 323590

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-17 09:41:52 UTC (rev 323589)
+++ PKGBUILD2018-05-17 09:42:01 UTC (rev 323590)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Oliver Sherouse 
-
-pkgbase=python-statsmodels
-pkgname=('python2-statsmodels' 'python-statsmodels')
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="Statistical computations and models for use with SciPy"
-arch=('i686' 'x86_64')
-url="http://statsmodels.sourceforge.net/;
-license=('BSD')
-makedepends=('python2-setuptools' 'python2-scipy' 'python2-pandas' 
'python2-patsy'
- 'python-setuptools' 'python-scipy' 'python-pandas' 'python-patsy'
-'cython' 'cython2' 'python-tempita' 'python2-tempita')
-source=("https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz;)
-md5sums=('839428b3b1b134857d50e6d876f6cf87')
-
-prepare() {
-  cd "$srcdir"
-  cp -a statsmodels-${pkgver} statsmodels-py2-${pkgver}
-  cd statsmodels-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/statsmodels-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/statsmodels-${pkgver}
-  python setup.py build
-}
-
-package_python2-statsmodels() {
-  depends=('python2-scipy' 'python2-pandas' 'python2-patsy')
-  optdepends=('python2-nose: needed for integrated test suite'
-  'python2-matplotlib: needed for plotting functions')
-
-  cd "$srcdir"/statsmodels-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-statsmodels() {
-  depends=('python-scipy' 'python-pandas' 'python-patsy')
-  optdepends=('python-nose: needed for integrated test suite'
-  'python-matplotlib: needed for plotting functions')
-
-  cd "$srcdir"/statsmodels-${pkgver}
-
-  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 323589, 
python-statsmodels/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-17 09:42:01 UTC (rev 323590)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Oliver Sherouse 
+
+pkgbase=python-statsmodels
+pkgname=('python2-statsmodels' 'python-statsmodels')
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Statistical computations and models for use with SciPy"
+arch=('x86_64')
+url="http://statsmodels.sourceforge.net/;
+license=('BSD')
+makedepends=('python2-setuptools' 'python2-scipy' 'python2-pandas' 
'python2-patsy'
+ 'python-setuptools' 'python-scipy' 'python-pandas' 'python-patsy'
+'cython' 'cython2' 'python-tempita' 'python2-tempita')
+source=("https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz;)
+md5sums=('8cb06154cef733d1e03b1b5d763a2ae1')
+
+prepare() {
+  cd "$srcdir"
+  cp -a statsmodels-${pkgver} statsmodels-py2-${pkgver}
+  cd statsmodels-py2-${pkgver}
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/statsmodels-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/statsmodels-${pkgver}
+  python setup.py build
+}
+
+package_python2-statsmodels() {
+  depends=('python2-scipy' 'python2-pandas' 'python2-patsy')
+  optdepends=('python2-nose: needed for integrated test suite'
+  'python2-matplotlib: needed for plotting functions')
+
+  cd "$srcdir"/statsmodels-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-statsmodels() {
+  depends=('python-scipy' 'python-pandas' 'python-patsy')
+  optdepends=('python-nose: needed for integrated test suite'
+  'python-matplotlib: needed for plotting functions')
+
+  cd 

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

2014-09-04 Thread Andrzej Giniewicz
Date: Thursday, September 4, 2014 @ 11:05:17
  Author: aginiewicz
Revision: 118258

archrelease: copy trunk to community-i686, community-x86_64

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

--+
 PKGBUILD |  122 -
 1 file changed, 65 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-04 09:04:46 UTC (rev 118257)
+++ PKGBUILD2014-09-04 09:05:17 UTC (rev 118258)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Oliver Sherouse oliver DOT sherouse AT gmail DOT com
-
-pkgbase=python-statsmodels
-pkgname=('python2-statsmodels' 'python-statsmodels')
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Statistical computations and models for use with SciPy
-arch=('i686' 'x86_64')
-url=http://statsmodels.sourceforge.net/;
-license=('BSD')
-makedepends=('python2-setuptools' 'python2-scipy' 'python2-pandas' 
'python2-patsy'
- 'python-setuptools' 'python-scipy' 'python-pandas' 'python-patsy' 
'cython')
-source=(https://pypi.python.org/packages/source/s/statsmodels/statsmodels-${pkgver}.tar.gz;)
-md5sums=('c65454d97f869ac0e5bb3a2757ec6bd5')
-
-build() {
-  cd $srcdir
-  cp -a statsmodels-${pkgver} statsmodels-py2-${pkgver}
-
-  msg Building Python2
-  cd $srcdir/statsmodels-py2-${pkgver}
-  python2 setup.py build
-
-  msg Building Python3
-  cd $srcdir/statsmodels-${pkgver}
-  python setup.py clean
-  python setup.py build
-}
-
-package_python2-statsmodels() {
-  depends=('python2-scipy' 'python2-pandas' 'python2-patsy')
-  optdepends=('python2-nose: needed for integrated test suite'
-  'python2-matplotlib: needed for plotting functions')
-
-  cd $srcdir/statsmodels-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
-
-  sed -i -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| $(find 
${pkgdir} -name '*.py')
-
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-statsmodels() {
-  depends=('python-scipy' 'python-pandas' 'python-patsy')
-  optdepends=('python-nose: needed for integrated test suite'
-  'python-matplotlib: needed for plotting functions')
-
-  cd $srcdir/statsmodels-${pkgver}
-
-  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 118257, 
python-statsmodels/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-04 09:05:17 UTC (rev 118258)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Oliver Sherouse oliver DOT sherouse AT gmail DOT com
+
+pkgbase=python-statsmodels
+pkgname=('python2-statsmodels' 'python-statsmodels')
+pkgver=0.5.0
+pkgrel=2
+pkgdesc=Statistical computations and models for use with SciPy
+arch=('i686' 'x86_64')
+url=http://statsmodels.sourceforge.net/;
+license=('BSD')
+makedepends=('python2-setuptools' 'python2-scipy' 'python2-pandas' 
'python2-patsy'
+ 'python-setuptools' 'python-scipy' 'python-pandas' 'python-patsy' 
'cython')
+source=(https://pypi.python.org/packages/source/s/statsmodels/statsmodels-${pkgver}.tar.gz;)
+md5sums=('c65454d97f869ac0e5bb3a2757ec6bd5')
+
+prepare() {
+  cd $srcdir
+  cp -a statsmodels-${pkgver} statsmodels-py2-${pkgver}
+  cd statsmodels-py2-${pkgver}
+
+  sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
+  -i $(find . -name '*.py')
+
+  cd $srcdir/statsmodels-${pkgver}
+  python setup.py clean
+}
+
+build() {
+  msg Building Python2
+  cd $srcdir/statsmodels-py2-${pkgver}
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/statsmodels-${pkgver}
+  python setup.py build
+}
+
+package_python2-statsmodels() {
+  depends=('python2-scipy' 'python2-pandas' 'python2-patsy')
+  optdepends=('python2-nose: needed for integrated test suite'
+  'python2-matplotlib: needed for plotting functions')
+
+  cd $srcdir/statsmodels-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-statsmodels() {
+  depends=('python-scipy' 'python-pandas' 'python-patsy')
+  optdepends=('python-nose: needed for integrated test suite'
+  'python-matplotlib: needed for plotting functions')
+
+  cd $srcdir/statsmodels-${pkgver}
+
+  python setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE.txt