pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(parallel/R-future) Updated 1.33.0 to 1.34.0



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Sun Jan 5 14:03:51 2025 +0900
Changeset:	58facb50574f5f93f6af5d5fa007f268267901e1

Modified Files:
	R-future/Makefile
	R-future/distinfo

Log Message:
(parallel/R-future) Updated 1.33.0 to 1.34.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=58facb50574f5f93f6af5d5fa007f268267901e1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 R-future/Makefile | 8 ++++++--
 R-future/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 5 deletions(-)

diffs:
diff --git a/R-future/Makefile b/R-future/Makefile
index 9df498f828..095a16090f 100644
--- a/R-future/Makefile
+++ b/R-future/Makefile
@@ -1,17 +1,21 @@
 # $NetBSD$
 
 R_PKGNAME=	future
-R_PKGVER=	1.33.0
+R_PKGVER=	1.34.0
 CATEGORIES=	devel
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 COMMENT=	Unified parallel and distributed processing in R
 LICENSE=	gnu-lgpl-v2.1
 
-DEPENDS+=	R-globals>=0.16.1:../../devel/R-globals
 DEPENDS+=	R-digest>=0.6.31:../../security/R-digest
+DEPENDS+=	R-globals>=0.16.1:../../devel/R-globals
+DEPENDS+=	R-listenv-[0-9]*:../../wip/R-listenv
 DEPENDS+=	R-parallelly>=1.36.0:../../wip/R-parallelly
 
+# Packages suggested but not available: 'RhpcBLASctl', 'R.rsp'
+TEST_DEPENDS+=	R-markdown-[0-9]*:../../textproc/R-markdown
+
 USE_LANGUAGES=	# none
 
 .include "../../math/R/Makefile.extension"
diff --git a/R-future/distinfo b/R-future/distinfo
index 8e6d0c76b5..757962621a 100644
--- a/R-future/distinfo
+++ b/R-future/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (R/future_1.33.0.tar.gz) = 86992fa86cddece7117a2b5c575ca148d09419d8aaf58980cd3f568e604dac0e
-SHA512 (R/future_1.33.0.tar.gz) = c4b32e90bc122f51f09d2c60821da92dad65b021c04aabc996c0c6689cefb3a5c5bf70e8863cf5123ce77e97ba52f33e23763dfa9ed317d7b094f6e2c9ce86a2
-Size (R/future_1.33.0.tar.gz) = 347394 bytes
+BLAKE2s (R/future_1.34.0.tar.gz) = 135aee5c45698524b191585169d31efcd53169f7a2495709d5ea6a0d7b8ce392
+SHA512 (R/future_1.34.0.tar.gz) = d8fcf0a7fb05fe90b0482eebc2eb38606ce2937a9ca3c410abc7ff71fe3087f0d7c0483e5843ab0a12ea1597ffa0ac7284d8b3717eb30572d7132c584407b906
+Size (R/future_1.34.0.tar.gz) = 359503 bytes


Home | Main Index | Thread Index | Old Index