pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-clipr



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Apr 14 15:19:13 UTC 2022

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

Log Message:
(devel-R-clipr) Updated 0.7.1 to 0.8.0

## clipr 0.8.0

- Add handlers for using the clipboard on systems using [Wayland]
  (https://wayland.freedesktop.org/) via
  [wl-clipboard](https://github.com/bugaevc/wl-clipboard).
  Thank you to @nacnudus for the PR.

- For R >= 4.2, `write_clip()` calls on Windows are modified to work
  well with R's shift to supporting UTF-8 as a native encoding on Windows.
  Thank you to @yutannihilation for the PR. Read more here:
  <https://github.com/mdlincoln/clipr/issues/62>

- Moved CI off of Travis and on to GitHub Actions

- Clipr now has a pkgdown site at <https://matthewlincoln.net/clipr/>


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-clipr/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-clipr/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-clipr/Makefile
diff -u pkgsrc/devel/R-clipr/Makefile:1.3 pkgsrc/devel/R-clipr/Makefile:1.4
--- pkgsrc/devel/R-clipr/Makefile:1.3   Sun Dec 13 23:36:57 2020
+++ pkgsrc/devel/R-clipr/Makefile       Thu Apr 14 15:19:13 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2020/12/13 23:36:57 mef Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/14 15:19:13 mef Exp $
 
 R_PKGNAME=     clipr
-R_PKGVER=      0.7.1
+R_PKGVER=      0.8.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,6 +9,9 @@ COMMENT=        Read and write from the system 
 LICENSE=       gnu-gpl-v3
 
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-rstudioapi-[0-9]*:../../math/R-rstudioapi
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/R-clipr/distinfo
diff -u pkgsrc/devel/R-clipr/distinfo:1.4 pkgsrc/devel/R-clipr/distinfo:1.5
--- pkgsrc/devel/R-clipr/distinfo:1.4   Tue Oct 26 10:14:02 2021
+++ pkgsrc/devel/R-clipr/distinfo       Thu Apr 14 15:19:13 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:14:02 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/04/14 15:19:13 mef Exp $
 
-BLAKE2s (R/clipr_0.7.1.tar.gz) = bf6bc8da1cd3d344e28150229c72c7052e5328a8e512391213277a7fe481742f
-SHA512 (R/clipr_0.7.1.tar.gz) = 1c57770f3c765b2ebf8be7146dc7688476900368a4845506cbd21d981e33f53093bce9178c76698f4fc8eed1b3fd086ac4ad4dc63a4682520bb97e49e4ea0839
-Size (R/clipr_0.7.1.tar.gz) = 20882 bytes
+BLAKE2s (R/clipr_0.8.0.tar.gz) = 6a5a007df435664ed7195098149ef9317f91518042eb57320152b75075129285
+SHA512 (R/clipr_0.8.0.tar.gz) = e3fad72072bd4d380cb69133d359a8f3b48aae3fc3eed78fd53fb23d35bdf4e2e4e43afecca4fb8870695c84198c065c0da216e68dd1ac17152c70ee8e698c85
+Size (R/clipr_0.8.0.tar.gz) = 21898 bytes



Home | Main Index | Thread Index | Old Index