[arch-commits] Commit in python-rpy2/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Mar 21 15:36:30 UTC 2020
Date: Saturday, March 21, 2020 @ 15:36:30
Author: arojas
Revision: 602786
Add python-cffi dependency (FS#65916)
Modified:
python-rpy2/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-21 15:36:08 UTC (rev 602785)
+++ PKGBUILD 2020-03-21 15:36:30 UTC (rev 602786)
@@ -5,12 +5,12 @@
pkgname=python-rpy2
pkgver=3.2.6
-pkgrel=1
+pkgrel=2
pkgdesc="A very simple, yet robust, Python interface to the R Programming Language."
arch=(x86_64)
url="https://rpy2.bitbucket.io/"
license=(MPL GPL LGPL)
-depends=(python-numpy python-tzlocal r)
+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")
More information about the arch-commits
mailing list