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

Antonio Rojas arojas at archlinux.org
Sun Jul 19 16:57:56 UTC 2015


    Date: Sunday, July 19, 2015 @ 18:57:55
  Author: arojas
Revision: 137119

Update to 2.6.1

Modified:
  python-rpy2/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-19 16:53:43 UTC (rev 137118)
+++ PKGBUILD	2015-07-19 16:57:55 UTC (rev 137119)
@@ -5,16 +5,16 @@
 # Contributor: David Pretty <david.pretty at gmail.com> 
 
 pkgbase=python-rpy2
-pkgname=('python2-rpy2' 'python-rpy2')
-pkgver=2.6.0
+pkgname=(python2-rpy2 python-rpy2)
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="A very simple, yet robust, Python interface to the R Programming Language."
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://rpy.sourceforge.net/"
-license=('MPL' 'GPL' 'LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-numpy' 'python2-numpy' 'r')
+license=(MPL GPL LGPL)
+makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
 source=("http://pypi.python.org/packages/source/r/rpy2/rpy2-$pkgver.tar.gz")
-md5sums=('679898fbc832d4f05a5efcf1a7eb1a68')
+md5sums=('2febe7862a9a4fa0a43fc3f6851823e6')
 
 prepare() {
   cd rpy2-$pkgver
@@ -24,7 +24,7 @@
 }
 
 package_python2-rpy2() {
-  depends=('python2-numpy' 'r' 'python2-singledispatch')
+  depends=(python2-numpy r python2-singledispatch)
   cd rpy2-$pkgver
 
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
@@ -32,7 +32,7 @@
 }
 
 package_python-rpy2() {
-  depends=('python-numpy' 'r')
+  depends=(python-numpy r)
   cd rpy2-$pkgver
   
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1



More information about the arch-commits mailing list