testing/py3-rpy2: move from user

This commit is contained in:
Antoine Martin 2023-08-30 13:55:40 -04:00
parent 26f670ddd6
commit d98f9dae6a

View file

@ -3,18 +3,35 @@
pkgname=py3-rpy2
_pyname="rpy2"
pkgver=3.5.11
pkgver=3.5.13
pkgrel=0
arch="all"
pkgdesc="A very simple, yet robust, Python interface to the R Programming Language"
url="https://pypi.python.org/project/$_pyname"
license="GPL-2.0"
depends='python3-dev py3-cffi py3-numpy py3-tz py3-tzlocal py3-jinja2 R'
makedepends='py3-build py3-installer py3-setuptools py3-wheel'
checkdepends='py3-pytest'
options="!check" # test failure
license="GPL-2.0-only"
depends="
py3-cffi
py3-numpy
py3-tz
py3-tzlocal
py3-jinja2
R
"
makedepends="
py3-build
py3-installer
py3-setuptools
py3-wheel
python3-dev
R-dev
"
checkdepends="
py3-pytest
"
options="!check" # test failures due to missing R packages
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir"/$_pyname-$pkgver
subpackages="$pkgname-pyc"
build() {
python3 -m build --wheel --no-isolation
@ -30,5 +47,5 @@ package() {
}
sha512sums="
c0becf26f19c9f9e34033bde12bc34f1322cbc7ca215e1081b27689a62d6c9a012ab4478e4c867e510d519bc475c2b27ee93f43a0b513dd3f2c0bea2389b9862 py3-rpy2-3.5.11.tar.gz
03cb885a8bb2f71cc456b960e89fd9f80ee2ffcd87be9fea0df3bce8dd3156a2ca445b2b0e10514a397c88a4d25d008891a5e29fb06c39c18c35b9b0be3668c0 py3-rpy2-3.5.13.tar.gz
"