Date: Sunday, September 1, 2019 @ 21:24:30
  Author: arojas
Revision: 506357

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-09-01 21:24:04 UTC (rev 506356)
+++ PKGBUILD    2019-09-01 21:24:30 UTC (rev 506357)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
-# Contributor: David Scholl <[email protected]> 
-# Contributor: David Pretty <[email protected]> 
-
-pkgname=python-rpy2
-pkgver=3.1.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=('ed4284df32d00b1fba5b1409e5df64b04b02d47aff543d6ef1dc211ab94e247f')
-
-package() {
-  cd rpy2-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: python-rpy2/repos/community-any/PKGBUILD (from rev 506356, 
python-rpy2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-09-01 21:24:30 UTC (rev 506357)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
+# Contributor: David Scholl <[email protected]> 
+# Contributor: David Pretty <[email protected]> 
+
+pkgname=python-rpy2
+pkgver=3.1.0
+pkgrel=2
+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 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=('ed4284df32d00b1fba5b1409e5df64b04b02d47aff543d6ef1dc211ab94e247f')
+
+package() {
+  cd rpy2-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}

Reply via email to