[arch-commits] Commit in python-rpy2/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue May 30 17:11:34 UTC 2017


    Date: Tuesday, May 30, 2017 @ 17:11:33
  Author: arojas
Revision: 231390

Update to 2.8.6

Modified:
  python-rpy2/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-30 17:09:14 UTC (rev 231389)
+++ PKGBUILD	2017-05-30 17:11:33 UTC (rev 231390)
@@ -6,8 +6,8 @@
 
 pkgbase=python-rpy2
 pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.8.5
-pkgrel=2
+pkgver=2.8.6
+pkgrel=1
 pkgdesc="A very simple, yet robust, Python interface to the R Programming Language."
 arch=(i686 x86_64)
 url="http://rpy.sourceforge.net/"
@@ -14,7 +14,7 @@
 license=(MPL GPL LGPL)
 makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
 source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz")
-md5sums=('b1c3ef432b3a5c83cec06658eeb85581')
+sha256sums=('004d13734a7b9a85cbc1e7a93ec87df741e28db1273ab5b0d9efaac04a9c5f98')
 
 prepare() {
   cd rpy2-$pkgver
@@ -27,7 +27,6 @@
   depends=(python2-numpy r python2-singledispatch)
   cd rpy2-$pkgver
 
-  export CFLAGS+=" -DHAVE_UINTPTR_T=1" # workaround for https://bitbucket.org/rpy2/rpy2/issues/389/failed-to-compile-with-python-360-on-32
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i "$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py
 }



More information about the arch-commits mailing list