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

Antonio Rojas arojas at archlinux.org
Mon May 6 06:23:27 UTC 2019


    Date: Monday, May 6, 2019 @ 06:23:26
  Author: arojas
Revision: 460457

archrelease: copy trunk to community-any

Added:
  python-rpy2/repos/community-any/PKGBUILD
    (from rev 460456, 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-06 06:23:05 UTC (rev 460456)
+++ PKGBUILD	2019-05-06 06:23:26 UTC (rev 460457)
@@ -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.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
-}

Copied: python-rpy2/repos/community-any/PKGBUILD (from rev 460456, python-rpy2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-06 06:23:26 UTC (rev 460457)
@@ -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.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
+}



More information about the arch-commits mailing list