summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-05-31 22:43:04 +0000
committermef <mef@pkgsrc.org>2021-05-31 22:43:04 +0000
commitc5bbd9fd6ddb17935694a8f22484135b43630500 (patch)
treea465d51ac563277371f9067feccc099087a6fc6c
parente9bc5dbd19af8e873f2c11ad5cac697d11c1c4e5 (diff)
downloadpkgsrc-c5bbd9fd6ddb17935694a8f22484135b43630500.tar.gz
(devel/R-memoise) Updated 1.1.0 to 2.0.0
# Version 2.0.0 * Memoise now uses caching objects from the cachem package by default. These caches support automatic pruning, so that they won't grow indefinitely. The older-style cache objects in the memoise package are still supported, but we suggest using new-style caches from cachem. (#112) * Name clashes between function arguments and variables defined when memoising no longer occur (@egnha, #43). * Add Google Cloud Storage support via `cache_gcs()` (@MarkEdmondson1234, #59) * Add `compress` option for non-memory caches (@coolbutuseless, #71). * Use absolute path in cache file system backend, so user can change working directory after using relative path (@xhdong-umd, #51, #65) * Add `drop_cache()` to drop the cached result for particular arguments (@richardkunze, #78) * Suppress messages of `aws.s3::head_object` within `cache_s3`'s `cache_has_key` to avoid printing of 404 messages for new keys (@stelsemeyer, #96).
-rw-r--r--devel/R-memoise/Makefile5
-rw-r--r--devel/R-memoise/distinfo10
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/R-memoise/Makefile b/devel/R-memoise/Makefile
index efe3b1da862..e71b898aa47 100644
--- a/devel/R-memoise/Makefile
+++ b/devel/R-memoise/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:39 brook Exp $
+# $NetBSD: Makefile,v 1.5 2021/05/31 22:43:04 mef Exp $
R_PKGNAME= memoise
-R_PKGVER= 1.1.0
+R_PKGVER= 2.0.0
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
@@ -9,6 +9,7 @@ COMMENT= Memoisation of functions
LICENSE= mit
DEPENDS+= R-digest>=0.6.3:../../security/R-digest
+DEPENDS+= R-cachem-[0-9]*:../../devel/R-cachem
USE_LANGUAGES= # none
diff --git a/devel/R-memoise/distinfo b/devel/R-memoise/distinfo
index 0ea39c2533d..a8b2e8e3e17 100644
--- a/devel/R-memoise/distinfo
+++ b/devel/R-memoise/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/04/07 20:51:59 minskim Exp $
+$NetBSD: distinfo,v 1.2 2021/05/31 22:43:04 mef Exp $
-SHA1 (R/memoise_1.1.0.tar.gz) = 202b193c549388fb63f25b6e236721f568d18f4a
-RMD160 (R/memoise_1.1.0.tar.gz) = 2bd0ce53b6ba5146275792ee7812cd92774dcc5d
-SHA512 (R/memoise_1.1.0.tar.gz) = d6bc671997164a48af2d9f72b4ea3713004431f7c1f2bd07a6622e9f8b2c688e03c333f18011bbea87b860a014422decb631c883912729e818709b1e1bbbd9d9
-Size (R/memoise_1.1.0.tar.gz) = 11025 bytes
+SHA1 (R/memoise_2.0.0.tar.gz) = ac07e334e281d20c45745ca381c392a0a8e5f7e4
+RMD160 (R/memoise_2.0.0.tar.gz) = 525ab3ea4ee04244373639179ecf980c965413cb
+SHA512 (R/memoise_2.0.0.tar.gz) = fb1a961131d6621ad7bcf8db6f5488ee44ebf903aa36502f7587d752213d310bea6a4d5cc4db0761661f95d3509fe65c183168df9265ac7aa839051c0e984f48
+Size (R/memoise_2.0.0.tar.gz) = 17337 bytes