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 =================================================================== --- PKGBUILD 2019-06-26 09:59:53 UTC (rev 484348) +++ PKGBUILD 2019-06-26 10:00:01 UTC (rev 484349) @@ -1,33 +0,0 @@ -# Maintainer: Andrzej Giniewicz <ggi...@gmail.com> -# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com> - -# 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) +++ PKGBUILD 2019-06-26 10:00:01 UTC (rev 484349) @@ -0,0 +1,34 @@ +# Maintainer: Andrzej Giniewicz <ggi...@gmail.com> +# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com> + +# 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 +}