pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/R-googledrive
Module Name: pkgsrc
Committed By: mef
Date: Mon Dec 30 13:44:18 UTC 2024
Modified Files:
pkgsrc/www/R-googledrive: Makefile distinfo
Log Message:
(www/R-googledrive) Updated 2.1.0 to 2.1.1
# googledrive 2.1.1
* `drive_auth(subject =)` is a new argument that can be used with
`drive_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 (#413).
* All requests now route through `gargle::request_retry()` (#380).
* `drive_scopes()` is a new function to access scopes relevant to the Drive API.
When called without arguments, `drive_scopes()` returns a named vector of
scopes, where the names are the associated short aliases. `drive_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 (#430).
* Various internal changes to sync up with gargle v1.5.0.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/R-googledrive/Makefile \
pkgsrc/www/R-googledrive/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/R-googledrive/Makefile
diff -u pkgsrc/www/R-googledrive/Makefile:1.2 pkgsrc/www/R-googledrive/Makefile:1.3
--- pkgsrc/www/R-googledrive/Makefile:1.2 Sun Jun 11 15:19:19 2023
+++ pkgsrc/www/R-googledrive/Makefile Mon Dec 30 13:44:18 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2023/06/11 15:19:19 mef Exp $
+# $NetBSD: Makefile,v 1.3 2024/12/30 13:44:18 mef Exp $
R_PKGNAME= googledrive
-R_PKGVER= 2.1.0
+R_PKGVER= 2.1.1
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -23,6 +23,20 @@ DEPENDS+= R-pillar>=1.6.2:../../misc/R-p
DEPENDS+= R-jsonlite>=1.8.0:../../textproc/R-jsonlite
DEPENDS+= R-httr>=1.4.2:../../www/R-httr
+TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-mockr-[0-9]*:../../devel/R-mockr
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
+# !pdfTeX error: pdflatex (file tctt1000): Font tctt1000 at 600 not found
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
Index: pkgsrc/www/R-googledrive/distinfo
diff -u pkgsrc/www/R-googledrive/distinfo:1.2 pkgsrc/www/R-googledrive/distinfo:1.3
--- pkgsrc/www/R-googledrive/distinfo:1.2 Sun Jun 11 15:19:19 2023
+++ pkgsrc/www/R-googledrive/distinfo Mon Dec 30 13:44:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/06/11 15:19:19 mef Exp $
+$NetBSD: distinfo,v 1.3 2024/12/30 13:44:18 mef Exp $
-BLAKE2s (R/googledrive_2.1.0.tar.gz) = 96bda5cd03f8bc4a4b565de5e34349ee47f338358b68e5b236eae51f2386e1fc
-SHA512 (R/googledrive_2.1.0.tar.gz) = 3b341e4a5d4c428d6eeb51126b155683c06405154bd75e5c67b3260d08ad9c05c6b5a10532e61bbfb3c733362902dc66f42e976935a5d913f99ea030986b3e4e
-Size (R/googledrive_2.1.0.tar.gz) = 1604996 bytes
+BLAKE2s (R/googledrive_2.1.1.tar.gz) = 06cd341be0b5a0272463cd1d7321e6bfff30b034c658e1311e9e401dddd0f77f
+SHA512 (R/googledrive_2.1.1.tar.gz) = 376195f8322978c8ca7fbf9491fa3124907bc96aae72d1ed66926c99072259a260674db0b727ff7e2fd60aa3e59c80cfa340300679a47243a05969ada4a63dd9
+Size (R/googledrive_2.1.1.tar.gz) = 1609266 bytes
Home |
Main Index |
Thread Index |
Old Index