Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-rpy2
Commits:
5c3f72d5 by Antonio Rojas at 2026-03-04T22:26:42+01:00
upgpkg: 3.6.5-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-rpy2
pkgdesc = A very simple, yet robust, Python interface to the R
Programming Language
- pkgver = 3.6.4
- pkgrel = 2
+ pkgver = 3.6.5
+ pkgrel = 1
url = https://rpy2.github.io/
arch = x86_64
license = GPL-2.0-or-later
@@ -16,14 +16,15 @@ pkgbase = python-rpy2
makedepends = python-tzlocal
makedepends = python-wheel
makedepends = r
- source = git+https://github.com/rpy2/rpy2#tag=RELEASE_3_6_4
- sha256sums =
cc1a4c61c3621c2f3b6e44e480a88b22f159b526c731c6ae35ab24e91747167f
+ source = git+https://github.com/rpy2/rpy2#tag=RELEASE_3_6_5
+ sha256sums =
e97dbac3c0052c500d910e2e465fd57f5a456dfeab08500f64adb00c4f062160
pkgname = python-rpy2
depends = python-rpy2-rinterface
depends = python-rpy2-robjects
pkgname = python-rpy2-rinterface
+ depends = glibc
depends = python
depends = python-cffi
depends = python-numpy
@@ -33,6 +34,6 @@ pkgname = python-rpy2-robjects
depends = python
depends = python-jinja
depends = python-numpy
+ depends = python-rpy2-rinterface
depends = python-tzlocal
- depends = r
optdepends = python-pandas: conversion between rpy and pandas
=====================================
PKGBUILD
=====================================
@@ -7,8 +7,8 @@ pkgbase=python-rpy2
pkgname=(python-rpy2
python-rpy2-rinterface
python-rpy2-robjects)
-pkgver=3.6.4
-pkgrel=2
+pkgver=3.6.5
+pkgrel=1
pkgdesc='A very simple, yet robust, Python interface to the R Programming
Language'
arch=(x86_64)
url='https://rpy2.github.io/'
@@ -25,7 +25,7 @@ makedepends=(git
checkdepends=(ipython
python-pytest)
source=(git+https://github.com/rpy2/rpy2#tag=RELEASE_${pkgver//./_})
-sha256sums=('cc1a4c61c3621c2f3b6e44e480a88b22f159b526c731c6ae35ab24e91747167f')
+sha256sums=('e97dbac3c0052c500d910e2e465fd57f5a456dfeab08500f64adb00c4f062160')
build() {
cd rpy2/rpy2-rinterface
@@ -55,7 +55,8 @@ package_python-rpy2() {
}
package_python-rpy2-rinterface() {
- depends=(python
+ depends=(glibc
+ python
python-cffi
python-numpy
r)
@@ -68,8 +69,8 @@ package_python-rpy2-robjects() {
depends=(python
python-jinja
python-numpy
- python-tzlocal
- r)
+ python-rpy2-rinterface
+ python-tzlocal)
optdepends=('python-pandas: conversion between rpy and pandas')
cd rpy2/rpy2-robjects
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rpy2/-/commit/5c3f72d5d75017b24826cd2a46b9a031445376e6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rpy2/-/commit/5c3f72d5d75017b24826cd2a46b9a031445376e6
You're receiving this email because of your account on gitlab.archlinux.org.