Date: Tuesday, May 14, 2019 @ 06:45:22
  Author: arojas
Revision: 467200

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-05-14 06:45:02 UTC (rev 467199)
+++ PKGBUILD    2019-05-14 06:45:22 UTC (rev 467200)
@@ -1,23 +0,0 @@
-# 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.0.3
-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=('6c4eb526c87ac34f79e9a27c90f2acf68f26f36c0a604d30f62f99d0a4bef16d')
-
-package() {
-  cd rpy2-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: python-rpy2/repos/community-any/PKGBUILD (from rev 467199, 
python-rpy2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-05-14 06:45:22 UTC (rev 467200)
@@ -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.0.4
+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=('2af5158a5d56af7f7bf5e54d8d7e87b6f115ff40f056d82f93cad0cbf6acc0cb')
+
+package() {
+  cd rpy2-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}

Reply via email to