[arch-commits] Commit in python-rpy2/repos (community-any community-any/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Feb 24 18:09:44 UTC 2019


    Date: Sunday, February 24, 2019 @ 18:09:43
  Author: arojas
Revision: 435534

archrelease: copy trunk to community-any

Added:
  python-rpy2/repos/community-any/
  python-rpy2/repos/community-any/PKGBUILD
    (from rev 435533, python-rpy2/trunk/PKGBUILD)

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Copied: python-rpy2/repos/community-any/PKGBUILD (from rev 435533, python-rpy2/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-02-24 18:09:43 UTC (rev 435534)
@@ -0,0 +1,23 @@
+# 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=3.0.0
+pkgrel=1
+pkgdesc="A very simple, yet robust, Python interface to the R Programming Language."
+arch=(any)
+url="https://rpy2.bitbucket.io/"
+license=(MPL GPL LGPL)
+depends=(python-numpy r)
+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=('34efc2935d9015527837d6b1de29641863d184b19d39ad415d5384be8a015bce')
+
+package() {
+  cd rpy2-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list