pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-desc



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun 12 02:37:56 UTC 2021

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

Log Message:
(devel/R-desc) Updated 1.2.0 to 1.3.0

# 1.3.0

* Adding authors with long names or other fields (`comment`, typically)
  works well now (#91).

* `get_deps()` now removes unneeded whitespace from version requirements
  (#84).

* `normalize()` now does not drop `Authors@R` on non-UTF-8 systems
  when it has non-ASCII characters (#80).

* `has_dep()` now works well with dependencies listed multiple times
   (#97, @richfitz).

* Add `coerce_authors_at_r()` method to convert `Author` to
  `Authors@R` (#44, @muschellij2).

* `add_author()` and similar functions now allow a character vector of
  multiple roles (@niceume, #89).

* `desc_set_deps()` now inserts new packages in (case-insensitive)
  alphabetical order, if the existing packages are already in alphabetical
  order.

* New `add_author_gh()` method and `desc_add_author_gh()` function to add
  an author using the information available from GitHub V3 API. This method
  and function depend on `gh` and are limited when the GitHub user full
  name is incomplete or not well parsed by `as.person()` and when their
  email address isn't available (@maelle, #71).

* When using `desc_normalize()` the package dependencies are now
  alphabetically sorted (#66, @llrs).

* New `add_orcid()` method and `desc_add_orcid()` functions make it
  possible to add ORCID IDs to authors directly instead of via the
  `comment` argument (@maelle, #70).

* All functions and methods managing authors (`add_me`, `add_author()`,
  `del_author()`, `add_role()`, `del_role()`, `change_maintainer()`,
  `search_for_author()`, `add_me()`, etc.) gain an `orcid` argument
  (@maelle, #70).

* In `person()` within the `Authors@R` field, `comment` can now be a
  named character vector (@maelle, #69; @gvegayon, #65).

* When using `desc(text=)` parameter, set `textConnection(encoding =
  "bytes")` to handle cases when the input text is in a different marked
  encoding than the default encoding, such as UTF-8 input on Windows.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-desc/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-desc/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-desc/Makefile
diff -u pkgsrc/devel/R-desc/Makefile:1.2 pkgsrc/devel/R-desc/Makefile:1.3
--- pkgsrc/devel/R-desc/Makefile:1.2    Wed Sep 25 17:19:05 2019
+++ pkgsrc/devel/R-desc/Makefile        Sat Jun 12 02:37:56 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2019/09/25 17:19:05 brook Exp $
+# $NetBSD: Makefile,v 1.3 2021/06/12 02:37:56 mef Exp $
 
 R_PKGNAME=     desc
-R_PKGVER=      1.2.0
+R_PKGVER=      1.3.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -13,6 +13,9 @@ DEPENDS+=     R-assertthat>=0.2.1:../../deve
 DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
 DEPENDS+=      R-rprojroot>=1.3.2:../../devel/R-rprojroot
 
+# Package suggested but not available: 'whoami'
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/devel/R-desc/distinfo
diff -u pkgsrc/devel/R-desc/distinfo:1.1 pkgsrc/devel/R-desc/distinfo:1.2
--- pkgsrc/devel/R-desc/distinfo:1.1    Fri Aug  9 19:01:08 2019
+++ pkgsrc/devel/R-desc/distinfo        Sat Jun 12 02:37:56 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/08/09 19:01:08 brook Exp $
+$NetBSD: distinfo,v 1.2 2021/06/12 02:37:56 mef Exp $
 
-SHA1 (R/desc_1.2.0.tar.gz) = 1b58f9f275931c8e4d4fd9a99edc6423b1fe980a
-RMD160 (R/desc_1.2.0.tar.gz) = 90aac1900348f8420d5eb29ffe5887914e197e9b
-SHA512 (R/desc_1.2.0.tar.gz) = c0ef146faa28aa9b7f2ca20a5711d6e1f5553b8d4292d3e8d877e37ca78ebf720a8eca8fd3a5dc4ddef339fd28c639bb4e20813b8f2be4f5666897385eb456fc
-Size (R/desc_1.2.0.tar.gz) = 65612 bytes
+SHA1 (R/desc_1.3.0.tar.gz) = fe14d96384da45752f30c2eb0fe80856371e384a
+RMD160 (R/desc_1.3.0.tar.gz) = a09b5e3800c0f70bdaa6e431047cbd6cff85b84f
+SHA512 (R/desc_1.3.0.tar.gz) = a478a5589732971c6255accbd12ed88ab030f3ee39cdc690f6c537dbaeb3937c1185146c2035435f103c323faf3fa1e593246c90d5d776fd78d29f40352351b4
+Size (R/desc_1.3.0.tar.gz) = 292882 bytes



Home | Main Index | Thread Index | Old Index