pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-patrick



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Dec 18 02:33:53 UTC 2022

Added Files:
        pkgsrc/devel/R-patrick: DESCR Makefile distinfo

Log Message:
(devel/R-patrick) import R-patrick-0.2.0

This is an extension of the 'testthat' package that lets you add
parameters to your unit tests. Parameterized unit tests are often
easier to read and more reliable, since they follow the DNRY (do not
repeat yourself) rule.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-patrick/DESCR \
    pkgsrc/devel/R-patrick/Makefile pkgsrc/devel/R-patrick/distinfo

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

Added files:

Index: pkgsrc/devel/R-patrick/DESCR
diff -u /dev/null pkgsrc/devel/R-patrick/DESCR:1.1
--- /dev/null   Sun Dec 18 02:33:53 2022
+++ pkgsrc/devel/R-patrick/DESCR        Sun Dec 18 02:33:53 2022
@@ -0,0 +1,4 @@
+This is an extension of the 'testthat' package that lets you add
+parameters to your unit tests. Parameterized unit tests are often
+easier to read and more reliable, since they follow the DNRY (do not
+repeat yourself) rule.
Index: pkgsrc/devel/R-patrick/Makefile
diff -u /dev/null pkgsrc/devel/R-patrick/Makefile:1.1
--- /dev/null   Sun Dec 18 02:33:53 2022
+++ pkgsrc/devel/R-patrick/Makefile     Sun Dec 18 02:33:53 2022
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2022/12/18 02:33:53 mef Exp $
+
+R_PKGNAME=     patrick
+R_PKGVER=      0.2.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Parameterized Unit Testing
+LICENSE=       apache-2.0
+
+DEPENDS+=      R-purrr>=0.3.4:../../devel/R-purrr
+DEPENDS+=      R-rlang>=1.0.6:../../devel/R-rlang
+DEPENDS+=      R-testthat>=3.1.5:../../devel/R-testthat
+DEPENDS+=      R-dplyr>=1.0.9:../../math/R-dplyr
+DEPENDS+=      R-tibble>=3.1.4:../../math/R-tibble
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-patrick/distinfo
diff -u /dev/null pkgsrc/devel/R-patrick/distinfo:1.1
--- /dev/null   Sun Dec 18 02:33:53 2022
+++ pkgsrc/devel/R-patrick/distinfo     Sun Dec 18 02:33:53 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/12/18 02:33:53 mef Exp $
+
+BLAKE2s (R/patrick_0.2.0.tar.gz) = 14365d78706053ec2e28f0e27e016bd3fef1f85662a537db52fe5c416984472e
+SHA512 (R/patrick_0.2.0.tar.gz) = dab3faa2a6f68a74e30819100b32b405784784a1d65363bd0ec6a3a57185af11127c0340847d8086524762e063c7bcb6fc0b5a41ffda279c5b585d209fc9e843
+Size (R/patrick_0.2.0.tar.gz) = 7609 bytes



Home | Main Index | Thread Index | Old Index