[arch-commits] Commit in python-rpy2/repos (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Dec 1 11:37:53 UTC 2021
Date: Wednesday, December 1, 2021 @ 11:37:53
Author: felixonmars
Revision: 1059235
archrelease: copy trunk to community-staging-x86_64
Added:
python-rpy2/repos/community-staging-x86_64/
python-rpy2/repos/community-staging-x86_64/PKGBUILD
(from rev 1059233, python-rpy2/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: python-rpy2/repos/community-staging-x86_64/PKGBUILD (from rev 1059233, python-rpy2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-12-01 11:37:53 UTC (rev 1059235)
@@ -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.5
+pkgrel=2
+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=('5d31a5ea43f5a59f6dec30faca87edb01fc9b8affa0beae96a99be923bd7dab3')
+
+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