[arch-commits] Commit in python-rpy2/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sat Nov 4 18:22:04 UTC 2017


    Date: Saturday, November 4, 2017 @ 18:22:04
  Author: arojas
Revision: 265410

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-rpy2/repos/community-i686/PKGBUILD
    (from rev 265409, python-rpy2/trunk/PKGBUILD)
  python-rpy2/repos/community-x86_64/PKGBUILD
    (from rev 265409, python-rpy2/trunk/PKGBUILD)
Deleted:
  python-rpy2/repos/community-i686/PKGBUILD
  python-rpy2/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   60 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   30 ----------------------
 community-x86_64/PKGBUILD |   30 ----------------------
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-11-04 18:21:30 UTC (rev 265409)
+++ community-i686/PKGBUILD	2017-11-04 18:22:04 UTC (rev 265410)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
-# Contributor: David Scholl <djscholl at gmail.com> 
-# Contributor: David Pretty <david.pretty at gmail.com> 
-
-pkgname=python-rpy2
-pkgver=2.9.0
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming Language."
-arch=(i686 x86_64)
-url="http://rpy.sourceforge.net/"
-license=(MPL GPL LGPL)
-depends=(python-numpy r)
-makedepends=(python-setuptools)
-source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz")
-sha256sums=('d1e6c109093965f717293b6c3a8d22d9c172c3721b6a8360c84572dcb284112f')
-
-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
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: python-rpy2/repos/community-i686/PKGBUILD (from rev 265409, python-rpy2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-11-04 18:22:04 UTC (rev 265410)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
+# Contributor: David Scholl <djscholl at gmail.com> 
+# Contributor: David Pretty <david.pretty at gmail.com> 
+
+pkgname=python-rpy2
+pkgver=2.9.1
+pkgrel=1
+pkgdesc="A very simple, yet robust, Python interface to the R Programming Language."
+arch=(i686 x86_64)
+url="http://rpy.sourceforge.net/"
+license=(MPL GPL LGPL)
+depends=(python-numpy r)
+makedepends=(python-setuptools)
+source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz")
+sha256sums=('cca9ede06c96b1f3b326c1b98e8620b5d17a0679a852d22f77e418d2c013e97a')
+
+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
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-11-04 18:21:30 UTC (rev 265409)
+++ community-x86_64/PKGBUILD	2017-11-04 18:22:04 UTC (rev 265410)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
-# Contributor: David Scholl <djscholl at gmail.com> 
-# Contributor: David Pretty <david.pretty at gmail.com> 
-
-pkgname=python-rpy2
-pkgver=2.9.0
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming Language."
-arch=(i686 x86_64)
-url="http://rpy.sourceforge.net/"
-license=(MPL GPL LGPL)
-depends=(python-numpy r)
-makedepends=(python-setuptools)
-source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz")
-sha256sums=('d1e6c109093965f717293b6c3a8d22d9c172c3721b6a8360c84572dcb284112f')
-
-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
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: python-rpy2/repos/community-x86_64/PKGBUILD (from rev 265409, python-rpy2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-11-04 18:22:04 UTC (rev 265410)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
+# Contributor: David Scholl <djscholl at gmail.com> 
+# Contributor: David Pretty <david.pretty at gmail.com> 
+
+pkgname=python-rpy2
+pkgver=2.9.1
+pkgrel=1
+pkgdesc="A very simple, yet robust, Python interface to the R Programming Language."
+arch=(i686 x86_64)
+url="http://rpy.sourceforge.net/"
+license=(MPL GPL LGPL)
+depends=(python-numpy r)
+makedepends=(python-setuptools)
+source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz")
+sha256sums=('cca9ede06c96b1f3b326c1b98e8620b5d17a0679a852d22f77e418d2c013e97a')
+
+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
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list