From d61322b7dfc8d523730f98bdc2392a7650fd4228 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 17 Jun 2023 12:21:39 +0000 Subject: [PATCH] (math/R-googlesheets4) Updated 1.1.0 to 1.1.1 # googlesheets4 1.1.1 * `gs4_auth(subject =)` is a new argument that can be used with `gs4_auth(path =)`, i.e. when using a service account. The `path` and `subject` arguments are ultimately processed by `gargle::credentials_service_account()` and support the use of a service account to impersonate a normal user. * `gs4_scopes()` is a new function to access scopes relevant to the Sheets and Drive APIs. When called without arguments, `gs4_scopes()` returns a named vector of scopes, where the names are the associated short aliases. `gs4_scopes()` can also be called with a character vector; any element that's recognized as a short alias is replaced with the associated full scope (#291). * Various internal changes to sync up with gargle v1.5.0. --- math/R-googlesheets4/Makefile | 5 +++-- math/R-googlesheets4/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/math/R-googlesheets4/Makefile b/math/R-googlesheets4/Makefile index b96909181cc0..0e185c5b804f 100644 --- a/math/R-googlesheets4/Makefile +++ b/math/R-googlesheets4/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.2 2023/06/11 15:22:00 mef Exp $ +# $NetBSD: Makefile,v 1.3 2023/06/17 12:21:39 mef Exp $ R_PKGNAME= googlesheets4 -R_PKGVER= 1.1.0 +R_PKGVER= 1.1.1 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Access Google Sheets using the Sheets API V4 LICENSE= mit # + file LICENSE DEPENDS+= R-cli>=3.0.0:../../devel/R-cli +DEPENDS+= R-gargle>=1.5.0:../../www/R-gargle DEPENDS+= R-glue>=1.3.0:../../devel/R-glue DEPENDS+= R-googledrive-[0-9]*:../../www/R-googledrive DEPENDS+= R-ids-[0-9]*:../../math/R-ids diff --git a/math/R-googlesheets4/distinfo b/math/R-googlesheets4/distinfo index 45070486fd24..d045d5cfbd7b 100644 --- a/math/R-googlesheets4/distinfo +++ b/math/R-googlesheets4/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2023/06/11 15:22:00 mef Exp $ +$NetBSD: distinfo,v 1.3 2023/06/17 12:21:39 mef Exp $ -BLAKE2s (R/googlesheets4_1.1.0.tar.gz) = 1f34616cc5525aa42df9418761b6ab3c756cffc23a18a2d79b3e55212fa5cad9 -SHA512 (R/googlesheets4_1.1.0.tar.gz) = 076e490547181a31d2dc3081f7fd253945265907f52571fc3dbdd87f129a1b61c8dc992cc8e85c7db48a6802e7aff977e0de253e94ecfc5f547909b480a00be8 -Size (R/googlesheets4_1.1.0.tar.gz) = 229847 bytes +BLAKE2s (R/googlesheets4_1.1.1.tar.gz) = 1c7ca30666c889f6514086371daa9a734f13302935fdc6adb00a204a8abf70b1 +SHA512 (R/googlesheets4_1.1.1.tar.gz) = d42708d49d03f0fafb2b67febce5ba02df4f97b84963f1548a69439718537efa5709344e31656bfee66217f350fc8cbee7e251e98ff7e48260c9586d01f1ca96 +Size (R/googlesheets4_1.1.1.tar.gz) = 232584 bytes