pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/R-rosm



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Nov 29 23:35:40 UTC 2024

Modified Files:
        pkgsrc/geography/R-rosm: Makefile distinfo

Log Message:
(geography/R-rosm) Updated 0.2.6 to 0.3.0

# rosm 0.3.0

* Silent deprecation the entire previous API (#20).
* Drop rgdal dependency (#21).
* Add new API based on wk and the curl package's multi
  download interface (#23).
* Update test and CI infrastructure (#27).
* Added NEWS.md to track changes in this package.

# rosm 0.2.5

* Updates to ensure compliance with CRAN policies.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/R-rosm/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/R-rosm/distinfo

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

Modified files:

Index: pkgsrc/geography/R-rosm/Makefile
diff -u pkgsrc/geography/R-rosm/Makefile:1.2 pkgsrc/geography/R-rosm/Makefile:1.3
--- pkgsrc/geography/R-rosm/Makefile:1.2        Sat Jun 10 12:43:39 2023
+++ pkgsrc/geography/R-rosm/Makefile    Fri Nov 29 23:35:40 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2023/06/10 12:43:39 mef Exp $
+# $NetBSD: Makefile,v 1.3 2024/11/29 23:35:40 mef Exp $
 
 R_PKGNAME=     rosm
-R_PKGVER=      0.2.6
+R_PKGVER=      0.3.0
 CATEGORIES=    geography
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,19 +9,23 @@ COMMENT=      Plot Raster Map Tiles from Open
 LICENSE=       gnu-gpl-v2
 
 DEPENDS+=      R-prettymapr>=0.2.2:../../geography/R-prettymapr
-DEPENDS+=      R-rgdal>=1.4.8:../../geography/R-rgdal
 DEPENDS+=      R-jpeg>=0.1.8.1:../../graphics/R-jpeg
 DEPENDS+=      R-png>=0.1.7:../../graphics/R-png
 DEPENDS+=      R-abind>=1.4.5:../../math/R-abind
 DEPENDS+=      R-plyr>=1.8.6:../../math/R-plyr
 DEPENDS+=      R-rjson>=0.2.20:../../textproc/R-rjson
 DEPENDS+=      R-curl>=4.3:../../www/R-curl
+DEPENDS+=      R-glue-[0-9]*:../../devel/R-glue
+DEPENDS+=      R-progress-[0-9]*:../../sysutils/R-progress
+DEPENDS+=      R-rlang-[0-9]*:../../devel/R-rlang
+DEPENDS+=      R-wk-[0-9]*:../../geography/R-wk
 
-# Package suggested but not available: 'cartography'
+# Packages suggested but not available: 'tiff', 'vdiffr'
 
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
+TEST_DEPENDS+= R-cartography-[0-9]*:../../geography/R-cartography
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/geography/R-rosm/distinfo
diff -u pkgsrc/geography/R-rosm/distinfo:1.4 pkgsrc/geography/R-rosm/distinfo:1.5
--- pkgsrc/geography/R-rosm/distinfo:1.4        Sat Jun 10 12:43:39 2023
+++ pkgsrc/geography/R-rosm/distinfo    Fri Nov 29 23:35:40 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/06/10 12:43:39 mef Exp $
+$NetBSD: distinfo,v 1.5 2024/11/29 23:35:40 mef Exp $
 
-BLAKE2s (R/rosm_0.2.6.tar.gz) = b9038b826a7fef657afe0479d302976b2c8721ed94d1bff150d286be276e0a7d
-SHA512 (R/rosm_0.2.6.tar.gz) = 3636e0faae3777c6782fe5b3146dcc5b342ef5c6329e3c4777d6e77f8aafa46ead8c424cd5e9125e34ba199c82f018287821e34ef1584ffda3f7703c2b5bac57
-Size (R/rosm_0.2.6.tar.gz) = 442336 bytes
+BLAKE2s (R/rosm_0.3.0.tar.gz) = 41d45fe23b44a42b460939b872b25b5982f51fce327776cf4f231838d485ac77
+SHA512 (R/rosm_0.3.0.tar.gz) = 13a7234ecab48c548bf27f56ca86530caa8fa47405b023e05365f31c8608842895c93f70db22f58d0b24427b1313da5d7786e9b65a2901d974f025fa95900881
+Size (R/rosm_0.3.0.tar.gz) = 707998 bytes



Home | Main Index | Thread Index | Old Index