[arch-commits] Commit in python-rpy2/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Apr 20 22:28:07 UTC 2020
Date: Monday, April 20, 2020 @ 22:28:07
Author: arojas
Revision: 617100
archrelease: copy trunk to community-x86_64
Added:
python-rpy2/repos/community-x86_64/PKGBUILD
(from rev 617099, 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-04-20 22:27:40 UTC (rev 617099)
+++ PKGBUILD 2020-04-20 22:28:07 UTC (rev 617100)
@@ -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.1
-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=('3f25f45d327e2244f0d0654a2cf11d3e8a402ecf73cab5662e37610ab47bbee8')
-
-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 617099, python-rpy2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-20 22:28:07 UTC (rev 617100)
@@ -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.2
+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=('2e12c99e56a1faa68f3b82a71b90e3389203c1e76cd53fe38946a8a7a31f9750')
+
+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