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

Antonio Rojas arojas at archlinux.org
Wed Jul 8 06:12:44 UTC 2020


    Date: Wednesday, July 8, 2020 @ 06:12:43
  Author: arojas
Revision: 660467

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-08 06:12:33 UTC (rev 660466)
+++ PKGBUILD	2020-07-08 06:12:43 UTC (rev 660467)
@@ -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.3.4
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming Language."
-arch=(x86_64)
-url="https://rpy2.github.io/"
-license=(MPL GPL LGPL)
-depends=(python-cffi 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=('763601b1c5d0195a53341c5b053b419e48eab163cdb8908e313ce7c1f207a3d1')
-
-package() {
-  cd rpy2-$pkgver
-
-  python setup.py install --prefix=/usr --install-data=/usr/share --root="$pkgdir" --optimize=1
-}

Copied: python-rpy2/repos/community-x86_64/PKGBUILD (from rev 660466, python-rpy2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-08 06:12:43 UTC (rev 660467)
@@ -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.3.5
+pkgrel=1
+pkgdesc="A very simple, yet robust, Python interface to the R Programming Language."
+arch=(x86_64)
+url="https://rpy2.github.io/"
+license=(MPL GPL LGPL)
+depends=(python-cffi 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=('d2b1fb0e22924b08ba11acf07b93cec1842296c005e142834008bba25b3643af')
+
+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