[arch-commits] Commit in python-rpy2/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Apr 20 20:36:36 UTC 2019


    Date: Saturday, April 20, 2019 @ 20:36:35
  Author: arojas
Revision: 452414

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-20 20:36:04 UTC (rev 452413)
+++ PKGBUILD	2019-04-20 20:36:35 UTC (rev 452414)
@@ -1,23 +0,0 @@
-# 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.0.1
-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=('eb288092d139d36cf1e87e5fbcb6c651c24c186f44c41fc8773578ab2543abcf')
-
-package() {
-  cd rpy2-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: python-rpy2/repos/community-any/PKGBUILD (from rev 452413, python-rpy2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-20 20:36:35 UTC (rev 452414)
@@ -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.0.2
+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=('e1d3abb4f172a8a6296b61d7ab22f4687b5461149807caadd5d8d0155f226d94')
+
+package() {
+  cd rpy2-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list