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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 05:52:08 UTC 2019


    Date: Monday, November 4, 2019 @ 05:52:08
  Author: felixonmars
Revision: 523250

archrelease: copy trunk to community-staging-x86_64

Added:
  python-rpy2/repos/community-staging-x86_64/
  python-rpy2/repos/community-staging-x86_64/PKGBUILD
    (from rev 523249, python-rpy2/trunk/PKGBUILD)

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

Copied: python-rpy2/repos/community-staging-x86_64/PKGBUILD (from rev 523249, python-rpy2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-11-04 05:52:08 UTC (rev 523250)
@@ -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.2.2
+pkgrel=2
+pkgdesc="A very simple, yet robust, Python interface to the R Programming Language."
+arch=(x86_64)
+url="https://rpy2.bitbucket.io/"
+license=(MPL GPL LGPL)
+depends=(python-numpy python-tzlocal r)
+makedepends=(python-setuptools)
+optdepends=('python-pandas: conversion between rpy and pandas')
+source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz")
+sha256sums=('b71757776f1c652570f07243e708b6e6626456d3ee7d1f336357d4d393bd722c')
+
+package() {
+  cd rpy2-$pkgver
+
+  python setup.py install --prefix=/usr --install-data=/usr/share --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list