pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-lifecycle



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Apr 22 22:55:50 UTC 2022

Modified Files:
        pkgsrc/devel/R-lifecycle: Makefile distinfo

Log Message:
(devel/R-lifecycle) Updated 1.0.0 to 1.0.1, TEST_DEPENDS+= added, missing one more

# lifecycle 1.0.1

* `deprecate_soft()` now follows the verbosity option when called from
  the global environment (#113).

* `last_warnings()` has been renamed to `last_lifecycle_warnings()`
  and `last_warning()` has been removed. This is for compatibility
  with the future `rlang::last_warnings()` function to be released in
  the next rlang version.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-lifecycle/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-lifecycle/distinfo

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

Modified files:

Index: pkgsrc/devel/R-lifecycle/Makefile
diff -u pkgsrc/devel/R-lifecycle/Makefile:1.2 pkgsrc/devel/R-lifecycle/Makefile:1.3
--- pkgsrc/devel/R-lifecycle/Makefile:1.2       Mon May 31 22:15:16 2021
+++ pkgsrc/devel/R-lifecycle/Makefile   Fri Apr 22 22:55:50 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2021/05/31 22:15:16 mef Exp $
+# $NetBSD: Makefile,v 1.3 2022/04/22 22:55:50 mef Exp $
 
 R_PKGNAME=     lifecycle
-R_PKGVER=      1.0.0
+R_PKGVER=      1.0.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,6 +11,16 @@ LICENSE=     gnu-gpl-v3
 DEPENDS+=      R-glue>=1.3.1:../../devel/R-glue
 DEPENDS+=      R-rlang>=0.4.0:../../devel/R-rlang
 
+# Package suggested but not available: 'tidyverse'
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-crayon-[0-9]*:../../devel/R-crayon
+TEST_DEPENDS+= R-lintr-[0-9]*:../../devel/R-lintr
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
+TEST_DEPENDS+= R-vctrs-[0-9]*:../../math/R-vctrs
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/devel/R-lifecycle/distinfo
diff -u pkgsrc/devel/R-lifecycle/distinfo:1.4 pkgsrc/devel/R-lifecycle/distinfo:1.5
--- pkgsrc/devel/R-lifecycle/distinfo:1.4       Tue Oct 26 10:14:05 2021
+++ pkgsrc/devel/R-lifecycle/distinfo   Fri Apr 22 22:55:50 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:14:05 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/04/22 22:55:50 mef Exp $
 
-BLAKE2s (R/lifecycle_1.0.0.tar.gz) = 455d8366058b31e0248f298ff39e9eb000122fc81a3de326e5f5dffc06290488
-SHA512 (R/lifecycle_1.0.0.tar.gz) = 603e1889c41b970a10956aff5b547111bd0166de7c6721419d2ea1667ff36202803faa9a0913710993d15e4713227ae8d9801ab26b0f2e54b06d44838de495a4
-Size (R/lifecycle_1.0.0.tar.gz) = 83389 bytes
+BLAKE2s (R/lifecycle_1.0.1.tar.gz) = 9685b99f300656c9cc0bd5f61b47313c4663771bbaee8ada01c5d53b5b248752
+SHA512 (R/lifecycle_1.0.1.tar.gz) = 63d3bda7086a50fc8e818e82f87d75e8850c60c8b10c54810ae62e9f20c944c23666df2be71d260f4c61c09218d9c8dca7d45d227799d851278079e4d9954f87
+Size (R/lifecycle_1.0.1.tar.gz) = 99716 bytes



Home | Main Index | Thread Index | Old Index