r-gdata: fix systemrequirements

This commit is contained in:
Pekka Ristola 2023-10-17 07:30:08 +03:00
parent d875f73ecf
commit 66b0a4085b
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
3 changed files with 5 additions and 12 deletions

View file

@ -4,28 +4,26 @@
# Contributor: Robert Greener <me@r0bert.dev> # Contributor: Robert Greener <me@r0bert.dev>
_pkgname=gdata _pkgname=gdata
_pkgver=2.19.0 _pkgver=3.0.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.} pkgver=${_pkgver//-/.}
pkgrel=3 pkgrel=0
pkgdesc="Various R Programming Tools for Data Manipulation" pkgdesc="Various R Programming Tools for Data Manipulation"
arch=(any) arch=(any)
url="https://cran.r-project.org/package=${_pkgname}" url="https://cran.r-project.org/package=${_pkgname}"
license=(GPL2) license=(GPL2)
depends=( depends=(
perl
r-gtools r-gtools
) )
checkdepends=( checkdepends=(
r-runit r-runit
) )
optdepends=( optdepends=(
perl-spreadsheet-parsexlsx
r-runit r-runit
) )
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('f238223e79decdcd86dd23220b176386') md5sums=('b6fa4ad5df38712b94ef5c8f647b5e37')
sha256sums=('d145be8665b583e6ea590644969917ed9bcf4d954e18c7dc12f53890d26763d3') sha256sums=('a456b9921765a705fe8e51780dfbbc6ca005abc948b2f80effeccd468601b17f')
build() { build() {
mkdir -p build mkdir -p build

View file

@ -7,10 +7,7 @@ sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
from lilac_r_utils import r_pre_build from lilac_r_utils import r_pre_build
def pre_build(): def pre_build():
r_pre_build( r_pre_build(_G)
_G,
expect_systemrequirements = "perl (>= 5.10.0)",
)
def post_build(): def post_build():
git_pkgbuild_commit() git_pkgbuild_commit()

View file

@ -12,5 +12,3 @@ update_on:
repo: cran repo: cran
md5: true md5: true
- alias: r - alias: r
- source: manual
manual: 1