Date: Monday, November 9, 2020 @ 18:18:07
  Author: felixonmars
Revision: 747948

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 747945, python-rpy2/trunk/PKGBUILD)

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

Copied: python-rpy2/repos/community-staging-x86_64/PKGBUILD (from rev 747945, 
python-rpy2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-11-09 18:18:07 UTC (rev 747948)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
+# Contributor: David Scholl <djsch...@gmail.com> 
+# Contributor: David Pretty <david.pre...@gmail.com> 
+
+pkgname=python-rpy2
+pkgver=3.3.6
+pkgrel=2
+pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
+arch=(x86_64)
+url="https://rpy2.github.io/";
+license=(MPL GPL LGPL)
+depends=(python-cffi 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=('ce063f3286e717b3914728ad23ec7db0a0f117ba3ade5ada8a250700779f6e77')
+
+package() {
+  cd rpy2-$pkgver
+
+  python setup.py install --prefix=/usr --install-data=/usr/share 
--root="$pkgdir" --optimize=1
+}

Reply via email to