pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc R-blob: update to version 1.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81014a1b6f7b
branches:  trunk
changeset: 398883:81014a1b6f7b
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 15:16:44 2019 +0000

description:
R-blob: update to version 1.2.0.

Update to the canonical form of an R package.

diffstat:

 devel/R-blob/Makefile |  14 +++++++++-----
 devel/R-blob/distinfo |  10 +++++-----
 doc/CHANGES-2019      |   3 ++-
 3 files changed, 16 insertions(+), 11 deletions(-)

diffs (56 lines):

diff -r 4a6104adbf86 -r 81014a1b6f7b devel/R-blob/Makefile
--- a/devel/R-blob/Makefile     Wed Jul 31 15:06:40 2019 +0000
+++ b/devel/R-blob/Makefile     Wed Jul 31 15:16:44 2019 +0000
@@ -1,14 +1,18 @@
-# $NetBSD: Makefile,v 1.1 2018/04/15 00:35:05 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2019/07/31 15:16:44 brook Exp $
 
-DISTNAME=      blob_1.1.1
-CATEGORIES=    devel
+CATEGORIES=    devel R
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/tidyverse/blob
-COMMENT=       Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
+COMMENT=       Simple S3 class for representing vectors of binary data ('BLOBS')
 LICENSE=       gnu-gpl-v3
 
-DEPENDS+=      R-prettyunits-[0-9]*:../../math/R-prettyunits
+R_PKGNAME=     blob
+R_PKGVER=      1.2.0
+
+DEPENDS+=      R-rlang>=0.4.0:../../devel/R-rlang
+DEPENDS+=      R-prettyunits>=1.0.2:../../math/R-prettyunits
+DEPENDS+=      R-vctrs>=0.2.0:../../math/R-vctrs
 
 USE_LANGUAGES= # none
 
diff -r 4a6104adbf86 -r 81014a1b6f7b devel/R-blob/distinfo
--- a/devel/R-blob/distinfo     Wed Jul 31 15:06:40 2019 +0000
+++ b/devel/R-blob/distinfo     Wed Jul 31 15:16:44 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/04/15 00:35:05 minskim Exp $
+$NetBSD: distinfo,v 1.2 2019/07/31 15:16:44 brook Exp $
 
-SHA1 (R/blob_1.1.1.tar.gz) = 75dac37340fea0a3a893440e066fa75f8342143d
-RMD160 (R/blob_1.1.1.tar.gz) = 58fbd623a8fc2fba73ac71e57804a442b03ec64a
-SHA512 (R/blob_1.1.1.tar.gz) = 34a8c5f36c190e6b1d822324335f7550ee7b3a3953d50a1387162811fc0dfd38c5d08f7aaac4d2ba0afff6ee9ab00d0604a5b41f414ac74d1f800633f05e6bfd
-Size (R/blob_1.1.1.tar.gz) = 4828 bytes
+SHA1 (R/blob_1.2.0.tar.gz) = 30566732bbc1493b61eccfa6b20bb4258e78b27f
+RMD160 (R/blob_1.2.0.tar.gz) = d2077ff37533880518e094f002a10eb6ef346c8f
+SHA512 (R/blob_1.2.0.tar.gz) = 5a9130760fc032e52ae4604ec935d097aebab8ee368facbe5e70429ca05ab6c12624b0c08f48c12ef2db3d9af6c3bc6e0fe23f9142161a9a09753882e164fa1c
+Size (R/blob_1.2.0.tar.gz) = 9355 bytes
diff -r 4a6104adbf86 -r 81014a1b6f7b doc/CHANGES-2019
--- a/doc/CHANGES-2019  Wed Jul 31 15:06:40 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 15:16:44 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3135 2019/07/31 15:00:16 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3136 2019/07/31 15:16:44 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5092,3 +5092,4 @@
        Updated devel/R-IRkernel to 1.0.2 [brook 2019-07-31]
        Updated devel/R-R6 to 2.4.0 [brook 2019-07-31]
        Updated devel/R-Rcpp to 1.0.2 [brook 2019-07-31]
+       Updated devel/R-blob to 1.2.0 [brook 2019-07-31]



Home | Main Index | Thread Index | Old Index