[arch-commits] Commit in python-statsmodels/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Sat Feb 11 12:19:17 UTC 2017
Date: Saturday, February 11, 2017 @ 12:19:16
Author: aginiewicz
Revision: 211851
upgpkg: python-statsmodels 0.8.0-1
python-statsmodels: new upstream release
Modified:
python-statsmodels/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-02-11 12:02:17 UTC (rev 211850)
+++ PKGBUILD 2017-02-11 12:19:16 UTC (rev 211851)
@@ -4,16 +4,17 @@
pkgbase=python-statsmodels
pkgname=('python2-statsmodels' 'python-statsmodels')
-pkgver=0.6.1
-pkgrel=4
+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')
-source=("https://pypi.python.org/packages/source/s/statsmodels/statsmodels-${pkgver}.tar.gz")
-md5sums=('f7580ebf7d2a2c9b87abfad190dcb9a3')
+ '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"
More information about the arch-commits
mailing list