Date: Sunday, April 16, 2023 @ 22:16:38
Author: arojas
Revision: 1446584
archrelease: copy trunk to community-staging-x86_64
Added:
python-rpy2/repos/community-staging-x86_64/PKGBUILD
(from rev 1446583, python-rpy2/trunk/PKGBUILD)
Deleted:
python-rpy2/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-16 22:16:27 UTC (rev 1446583)
+++ PKGBUILD 2023-04-16 22:16:38 UTC (rev 1446584)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
-# Contributor: David Scholl <[email protected]>
-# Contributor: David Pretty <[email protected]>
-
-pkgname=python-rpy2
-pkgver=3.5.10
-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-pytz 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=('f81f0afb01e3c6f515c09573bc585c0e1c7e385ec81415ce0a62268c605ec7fc')
-
-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-staging-x86_64/PKGBUILD (from rev 1446583,
python-rpy2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-16 22:16:38 UTC (rev 1446584)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
+# Contributor: David Scholl <[email protected]>
+# Contributor: David Pretty <[email protected]>
+
+pkgname=python-rpy2
+pkgver=3.5.11
+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-pytz 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=('0d3e554dac8f4e55a28932f2946341aae3e02894304e1198547222aa86b89e21')
+
+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
+}