[arch-commits] Commit in python-rpy2/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 27 13:46:19 UTC 2022


    Date: Saturday, August 27, 2022 @ 13:46:19
  Author: arojas
Revision: 1284792

archrelease: copy trunk to community-x86_64

Added:
  python-rpy2/repos/community-x86_64/PKGBUILD
    (from rev 1284791, python-rpy2/trunk/PKGBUILD)
Deleted:
  python-rpy2/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 13:46:10 UTC (rev 1284791)
+++ PKGBUILD	2022-08-27 13:46:19 UTC (rev 1284792)
@@ -1,35 +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.5.3
-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 python-jinja r)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pytest)
-optdepends=('python-pandas: conversion between rpy and pandas')
-source=(https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz)
-sha256sums=('53a092d48b44f46428fb30cb3155664d6d2f7af08ebc4c45df98df4c45a42ccb')
-
-build() {
-  cd rpy2-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd rpy2-$pkgver
-  PYTHONPATH="$PWD"/`echo build/lib.*` \
-  pytest -v -k 'not test_rendertofile and not test_rendertobytes_plot' # Skip test that segfaults in build server
-}
-
-package() {
-  cd rpy2-$pkgver
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: python-rpy2/repos/community-x86_64/PKGBUILD (from rev 1284791, python-rpy2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-27 13:46:19 UTC (rev 1284792)
@@ -0,0 +1,35 @@
+# 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.5.4
+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 python-jinja r)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest)
+optdepends=('python-pandas: conversion between rpy and pandas')
+source=(https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz)
+sha256sums=('ba0a877b2b96e27d2091383d4652b82aa2271cff4a505243d45da430b712aaf5')
+
+build() {
+  cd rpy2-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd rpy2-$pkgver
+  PYTHONPATH="$PWD"/`echo build/lib.*` \
+  pytest -v -k 'not test_rendertofile and not test_rendertobytes_plot' # Skip test that segfaults in build server
+}
+
+package() {
+  cd rpy2-$pkgver
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



More information about the arch-commits mailing list