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

Antonio Rojas arojas at archlinux.org
Sun Sep 29 20:13:56 UTC 2019


    Date: Sunday, September 29, 2019 @ 20:13:56
  Author: arojas
Revision: 512130

archrelease: copy trunk to community-x86_64

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

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

Copied: python-rpy2/repos/community-x86_64/PKGBUILD (from rev 512129, python-rpy2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-09-29 20:13:56 UTC (rev 512130)
@@ -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.0
+pkgrel=1
+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=('18025f53c1a32b7b38ed319c81f8445b9a8809e0ecba210634b67764d68da978')
+
+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