testing/py3-rpy2: move from user
This commit is contained in:
parent
26f670ddd6
commit
d98f9dae6a
1 changed files with 24 additions and 7 deletions
|
@ -3,18 +3,35 @@
|
||||||
|
|
||||||
pkgname=py3-rpy2
|
pkgname=py3-rpy2
|
||||||
_pyname="rpy2"
|
_pyname="rpy2"
|
||||||
pkgver=3.5.11
|
pkgver=3.5.13
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
arch="all"
|
arch="all"
|
||||||
pkgdesc="A very simple, yet robust, Python interface to the R Programming Language"
|
pkgdesc="A very simple, yet robust, Python interface to the R Programming Language"
|
||||||
url="https://pypi.python.org/project/$_pyname"
|
url="https://pypi.python.org/project/$_pyname"
|
||||||
license="GPL-2.0"
|
license="GPL-2.0-only"
|
||||||
depends='python3-dev py3-cffi py3-numpy py3-tz py3-tzlocal py3-jinja2 R'
|
depends="
|
||||||
makedepends='py3-build py3-installer py3-setuptools py3-wheel'
|
py3-cffi
|
||||||
checkdepends='py3-pytest'
|
py3-numpy
|
||||||
options="!check" # test failure
|
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"
|
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz"
|
||||||
builddir="$srcdir"/$_pyname-$pkgver
|
builddir="$srcdir"/$_pyname-$pkgver
|
||||||
|
subpackages="$pkgname-pyc"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
python3 -m build --wheel --no-isolation
|
python3 -m build --wheel --no-isolation
|
||||||
|
@ -30,5 +47,5 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
c0becf26f19c9f9e34033bde12bc34f1322cbc7ca215e1081b27689a62d6c9a012ab4478e4c867e510d519bc475c2b27ee93f43a0b513dd3f2c0bea2389b9862 py3-rpy2-3.5.11.tar.gz
|
03cb885a8bb2f71cc456b960e89fd9f80ee2ffcd87be9fea0df3bce8dd3156a2ca445b2b0e10514a397c88a4d25d008891a5e29fb06c39c18c35b9b0be3668c0 py3-rpy2-3.5.13.tar.gz
|
||||||
"
|
"
|
Loading…
Reference in a new issue