pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-itertools



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb  3 11:54:31 UTC 2024

Added Files:
        pkgsrc/math/R-itertools: DESCR Makefile distinfo

Log Message:
(math/R-itertools) import R-itertools-0.1.3

Various tools for creating iterators, many patterned after functions
in the Python itertools module, and others patterned after functions
in the 'snow' package.


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

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

Added files:

Index: pkgsrc/math/R-itertools/DESCR
diff -u /dev/null pkgsrc/math/R-itertools/DESCR:1.1
--- /dev/null   Sat Feb  3 11:54:31 2024
+++ pkgsrc/math/R-itertools/DESCR       Sat Feb  3 11:54:31 2024
@@ -0,0 +1,3 @@
+Various tools for creating iterators, many patterned after functions
+in the Python itertools module, and others patterned after functions
+in the 'snow' package.
Index: pkgsrc/math/R-itertools/Makefile
diff -u /dev/null pkgsrc/math/R-itertools/Makefile:1.1
--- /dev/null   Sat Feb  3 11:54:31 2024
+++ pkgsrc/math/R-itertools/Makefile    Sat Feb  3 11:54:31 2024
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2024/02/03 11:54:31 mef Exp $
+
+R_PKGNAME=     itertools
+R_PKGVER=      0.1-3
+CATEGORIES=    math
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Iterator Tools
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      R-iterators>=1.0.0:../../devel/R-iterators
+
+
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-itertools/distinfo
diff -u /dev/null pkgsrc/math/R-itertools/distinfo:1.1
--- /dev/null   Sat Feb  3 11:54:31 2024
+++ pkgsrc/math/R-itertools/distinfo    Sat Feb  3 11:54:31 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/02/03 11:54:31 mef Exp $
+
+BLAKE2s (R/itertools_0.1-3.tar.gz) = 70e82c0b5b1b018c729ea2b36c76d16c366c54f085edd73513d0a45c2f072575
+SHA512 (R/itertools_0.1-3.tar.gz) = 2c551654224183cb8e85e05e8a4461e8008f851128e430e5a4a0c30ffae328eb9aa7bfdf717129bee5eec173327e4d951cdb93fea4fad7c37c02f7ddb72cab31
+Size (R/itertools_0.1-3.tar.gz) = 21415 bytes



Home | Main Index | Thread Index | Old Index