[arch-commits] Commit in python-statsmodels/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Fri Nov 7 19:51:17 UTC 2014
Date: Friday, November 7, 2014 @ 20:51:17
Author: aginiewicz
Revision: 122166
upgpkg: python-statsmodels 0.6.0-1
python-statsmodels, new upstream release
Modified:
python-statsmodels/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-11-07 18:51:24 UTC (rev 122165)
+++ PKGBUILD 2014-11-07 19:51:17 UTC (rev 122166)
@@ -4,16 +4,16 @@
pkgbase=python-statsmodels
pkgname=('python2-statsmodels' 'python-statsmodels')
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.6.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')
+ 'python-setuptools' 'python-scipy' 'python-pandas' 'python-patsy')
source=("https://pypi.python.org/packages/source/s/statsmodels/statsmodels-${pkgver}.tar.gz")
-md5sums=('c65454d97f869ac0e5bb3a2757ec6bd5')
+md5sums=('98dc4c1132ef2c231cd508d64b2e65c5')
prepare() {
cd "$srcdir"
@@ -24,10 +24,6 @@
-e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-i $(find . -name '*.py')
-
- # some files were generated using old cython, needs rebuild with newer one
- cd "$srcdir"/statsmodels-${pkgver}
- python setup.py clean
}
build() {
More information about the arch-commits
mailing list