pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-pkgKitten



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Jun  1 13:19:41 UTC 2021

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

Log Message:
(devel/R-pkgKitten) Updated 0.1.5 to 0.2.1

(https://cran.r-project.org/web/packages/pkgKitten/news.html)
Changes in version 0.2.1 (2021-02-22)

    A small documentation error was corrected (David Dalpiaz in #15).

    A new option ‘bunny’ adds support for roxygen2.

    Continuous integration now use run.sh from r-ci.

Changes in version 0.2.0 (2020-09-27)

    Continuous Integration uses the updated BSPM-based script on
    Travis and with GitHub Actions (Dirk in #11 plus earlier commits).

    A new default NAMESPACE file is now installed (Dirk in #12).

    A package documentation website was added (Dirk in #13).

    Call tinytest::puppy if installed and not opted out (Dirk in #14).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-pkgKitten/Makefile \
    pkgsrc/devel/R-pkgKitten/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-pkgKitten/Makefile
diff -u pkgsrc/devel/R-pkgKitten/Makefile:1.1 pkgsrc/devel/R-pkgKitten/Makefile:1.2
--- pkgsrc/devel/R-pkgKitten/Makefile:1.1       Sat Sep 19 21:10:20 2020
+++ pkgsrc/devel/R-pkgKitten/Makefile   Tue Jun  1 13:19:41 2021
@@ -1,13 +1,18 @@
-# $NetBSD: Makefile,v 1.1 2020/09/19 21:10:20 mef Exp $
+# $NetBSD: Makefile,v 1.2 2021/06/01 13:19:41 mef Exp $
 
 R_PKGNAME=     pkgKitten
-R_PKGVER=      0.1.5
+R_PKGVER=      0.2.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Create Simple Packages Which Do not Upset R Package Checks
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
+# Package suggested but not available: 'whoami'
+
+TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
+TEST_DEPENDS+= R-roxygen2-[0-9]*:../../devel/R-roxygen2
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"
Index: pkgsrc/devel/R-pkgKitten/distinfo
diff -u pkgsrc/devel/R-pkgKitten/distinfo:1.1 pkgsrc/devel/R-pkgKitten/distinfo:1.2
--- pkgsrc/devel/R-pkgKitten/distinfo:1.1       Sat Sep 19 21:10:20 2020
+++ pkgsrc/devel/R-pkgKitten/distinfo   Tue Jun  1 13:19:41 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/09/19 21:10:20 mef Exp $
+$NetBSD: distinfo,v 1.2 2021/06/01 13:19:41 mef Exp $
 
-SHA1 (R/pkgKitten_0.1.5.tar.gz) = 021308e6a5aca554b7c83395f60efd7b6213dca0
-RMD160 (R/pkgKitten_0.1.5.tar.gz) = 966054a984572b4018636c9842b5511bafdafb20
-SHA512 (R/pkgKitten_0.1.5.tar.gz) = 157e7c5117e5b0996e5ba42d23126e34338640eeabb26fdc2cc6eb62291a9fdc406ab505ce8dc861b4d08e9e1d4fc9444336d49fad63c11950b0486195ad8127
-Size (R/pkgKitten_0.1.5.tar.gz) = 7957 bytes
+SHA1 (R/pkgKitten_0.2.1.tar.gz) = 7290824f65413991f14b22aa91fed44f48cd3158
+RMD160 (R/pkgKitten_0.2.1.tar.gz) = ffc0b375c8b02d1b320ff13b91f8a5071722f688
+SHA512 (R/pkgKitten_0.2.1.tar.gz) = a7668b7b7bdc7eee408487619ef038ac6a547f713f83e69cc956cd2d51e507d7e9addfda7000e70c0e78491da0f3fec2bdb07f69d1d75f5a792aa5e6d45aec05
+Size (R/pkgKitten_0.2.1.tar.gz) = 9585 bytes



Home | Main Index | Thread Index | Old Index