Date: Sunday, February 24, 2019 @ 18:09:19 Author: arojas Revision: 435533
Update to 3.0.0, switch to any arch Modified: python-rpy2/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-24 17:13:40 UTC (rev 435532) +++ PKGBUILD 2019-02-24 18:09:19 UTC (rev 435533) @@ -4,10 +4,10 @@ # Contributor: David Pretty <[email protected]> pkgname=python-rpy2 -pkgver=2.9.5 +pkgver=3.0.0 pkgrel=1 pkgdesc="A very simple, yet robust, Python interface to the R Programming Language." -arch=(x86_64) +arch=(any) url="https://rpy2.bitbucket.io/" license=(MPL GPL LGPL) depends=(python-numpy r) @@ -14,15 +14,8 @@ makedepends=(python-setuptools) optdepends=('python-pandas: conversion between rpy and pandas' 'python-tzlocal: conversion bewteen rpy and pandas') source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz") -sha256sums=('b91f8efca7d0929f2b2b3634946be892cba6c21f92acdf737399e7eedf4532db') +sha256sums=('34efc2935d9015527837d6b1de29641863d184b19d39ad415d5384be8a015bce') -prepare() { - cd rpy2-$pkgver - sed -i "s:Rlapack:lapack:" setup.py - sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py - sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py -} - package() { cd rpy2-$pkgver
