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>
_pkgname=gdata
_pkgver=2.19.0
_pkgver=3.0.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
pkgrel=3
pkgrel=0
pkgdesc="Various R Programming Tools for Data Manipulation"
arch=(any)
url="https://cran.r-project.org/package=${_pkgname}"
license=(GPL2)
depends=(
perl
r-gtools
)
checkdepends=(
r-runit
)
optdepends=(
perl-spreadsheet-parsexlsx
r-runit
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('f238223e79decdcd86dd23220b176386')
sha256sums=('d145be8665b583e6ea590644969917ed9bcf4d954e18c7dc12f53890d26763d3')
md5sums=('b6fa4ad5df38712b94ef5c8f647b5e37')
sha256sums=('a456b9921765a705fe8e51780dfbbc6ca005abc948b2f80effeccd468601b17f')
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
def pre_build():
r_pre_build(
_G,
expect_systemrequirements = "perl (>= 5.10.0)",
)
r_pre_build(_G)
def post_build():
git_pkgbuild_commit()

View file

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