[arch-commits] Commit in python-rpy2/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Jan 15 22:03:48 UTC 2018
Date: Monday, January 15, 2018 @ 22:03:47
Author: arojas
Revision: 282859
archrelease: copy trunk to community-x86_64
Added:
python-rpy2/repos/community-x86_64/PKGBUILD
(from rev 282858, python-rpy2/trunk/PKGBUILD)
Deleted:
python-rpy2/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-15 22:03:23 UTC (rev 282858)
+++ PKGBUILD 2018-01-15 22:03:47 UTC (rev 282859)
@@ -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.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
-}
Copied: python-rpy2/repos/community-x86_64/PKGBUILD (from rev 282858, python-rpy2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-01-15 22:03:47 UTC (rev 282859)
@@ -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.2
+pkgrel=1
+pkgdesc="A very simple, yet robust, Python interface to the R Programming Language."
+arch=(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=('5510f6f2f934b3e659ab24b22d9473f6e999a22ee20c542f33cc88d49c63ceed')
+
+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