pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-repr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Oct 20 01:29:10 UTC 2024

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

Log Message:
(devel/R-repr) Updated 1.1.6 to 1.1.7

# repr 1.1.7

* See the [GitHub releases](https://github.com/IRkernel/repr/releases) page
    [#163] Improve tests (@zknitter)
    [#166] fix error in repr_text() on packed tibble (@Fan-iX)
    [#168] Update test to accomodate for upcoming htmltools release (@cpsievert)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/R-repr/Makefile \
    pkgsrc/devel/R-repr/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-repr/Makefile
diff -u pkgsrc/devel/R-repr/Makefile:1.11 pkgsrc/devel/R-repr/Makefile:1.12
--- pkgsrc/devel/R-repr/Makefile:1.11   Sun Jun 18 14:31:28 2023
+++ pkgsrc/devel/R-repr/Makefile        Sun Oct 20 01:29:10 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2023/06/18 14:31:28 mef Exp $
+# $NetBSD: Makefile,v 1.12 2024/10/20 01:29:10 mef Exp $
 
 R_PKGNAME=     repr
-R_PKGVER=      1.1.6
+R_PKGVER=      1.1.7
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -13,10 +13,19 @@ DEPENDS+=   R-pillar>=1.4.0:../../misc/R-p
 DEPENDS+=      R-htmltools>=0.3.6:../../textproc/R-htmltools
 DEPENDS+=      R-jsonlite>=1.6:../../textproc/R-jsonlite
 
-# Packages suggested but not available: 'Cairo', 'leaflet'
-
+# Package suggested but not available: 'leaflet'
+#
 # Packages which this enhances but not available for checking:
-#  'data.table', 'htmlwidgets', 'vegalite', 'plotly', 'geojsonio'
+#   'vegalite', 'plotly', 'geojsonio'
+
+
+TEST_DEPENDS+= R-Cairo-[0-9]*:../../graphics/R-Cairo
+TEST_DEPENDS+= R-data.table-[0-9]*:../../textproc/R-data.table
+TEST_DEPENDS+= R-highr-[0-9]*:../../textproc/R-highr
+TEST_DEPENDS+= R-htmlwidgets-[0-9]*:../../www/R-htmlwidgets
+TEST_DEPENDS+= R-stringr-[0-9]*:../../textproc/R-stringr
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/devel/R-repr/distinfo
diff -u pkgsrc/devel/R-repr/distinfo:1.11 pkgsrc/devel/R-repr/distinfo:1.12
--- pkgsrc/devel/R-repr/distinfo:1.11   Sun Jun 18 14:31:28 2023
+++ pkgsrc/devel/R-repr/distinfo        Sun Oct 20 01:29:10 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/06/18 14:31:28 mef Exp $
+$NetBSD: distinfo,v 1.12 2024/10/20 01:29:10 mef Exp $
 
-BLAKE2s (R/repr_1.1.6.tar.gz) = d18a35c138b4922ac547944f2e25c84a4835aebc55d4ac815da7224d1fda5b26
-SHA512 (R/repr_1.1.6.tar.gz) = 0ec804e115329733b15b1822e4075bd945f3c6189388bc5890a1890f8714d8f5894d972529f82080b984a5dce96c644cd4c79ef9022d1251a56ebeb51a9488fc
-Size (R/repr_1.1.6.tar.gz) = 32134 bytes
+BLAKE2s (R/repr_1.1.7.tar.gz) = 918f3a515b03a96db4c8512e61cc7a6d6d008e1d2398e9855d636d76f790f3e8
+SHA512 (R/repr_1.1.7.tar.gz) = f210e8a262da4f99c8fce7b4d262ec5e48e21338cc18b7f2eb5f89d59cb9dcaa3c3139ad988421c03c4e89e9b16ec728f1775cdb9621f6cb16356a685eac3baf
+Size (R/repr_1.1.7.tar.gz) = 32736 bytes



Home | Main Index | Thread Index | Old Index