[arch-commits] Commit in python-rpy2/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Jan 10 17:37:45 UTC 2021
Date: Sunday, January 10, 2021 @ 17:37:44
Author: arojas
Revision: 817223
archrelease: copy trunk to community-x86_64
Added:
python-rpy2/repos/community-x86_64/PKGBUILD
(from rev 817222, python-rpy2/trunk/PKGBUILD)
Deleted:
python-rpy2/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-10 17:37:35 UTC (rev 817222)
+++ PKGBUILD 2021-01-10 17:37:44 UTC (rev 817223)
@@ -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.4.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=('644360b569656700dfe13f59878ec1cf8c116c128d4f2f0bf96144031f95d2e2')
-
-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 817222, python-rpy2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-10 17:37:44 UTC (rev 817223)
@@ -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.4.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=('8f7d1348b77bc45425b846a0d625f24a51a1c4f32ef2cd1c07a24222aa64e2e0')
+
+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