Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/tidyselect/
Date: Sun, 06 Mar 2022 02:23:02
Message-Id: 1646533363.67f2f0adefe997eb85dfb2fa41c6fac79631b0d5.Alessandro-Barbieri@gentoo
1 commit: 67f2f0adefe997eb85dfb2fa41c6fac79631b0d5
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Mar 6 02:08:23 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Mar 6 02:22:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67f2f0ad
7
8 dev-R/tidyselect: add 1.1.2, drop 1.1.1
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-R/tidyselect/Manifest | 2 +-
13 .../{tidyselect-1.1.1.ebuild => tidyselect-1.1.2.ebuild} | 16 ++++++++++++++--
14 2 files changed, 15 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-R/tidyselect/Manifest b/dev-R/tidyselect/Manifest
17 index cd3e85b90..9be9014ca 100644
18 --- a/dev-R/tidyselect/Manifest
19 +++ b/dev-R/tidyselect/Manifest
20 @@ -1 +1 @@
21 -DIST tidyselect_1.1.1.tar.gz 92088 BLAKE2B 8c0156b16afe73aa1413bcbd4ae4c947d923e8af138bebab47938d17c286b7e33af76f723336db06ccf5fb0810a47a730b1d14125dad537a024e77e78596475c SHA512 24ffe050938eb79c4ad4fa92d9f29a33b8f21d52b250702212d0c291e95bfddf877c29e7b2ac3d69a9ac3681c2b222358a2f284f4632c6a97a3b2bfec3b7c6a7
22 +DIST tidyselect_1.1.2.tar.gz 92085 BLAKE2B cc24477246b4b6a303715fdfefd25e50c04dca871e9707ef86a892e294e432cd53ca0beb9d7188583982957d66f679e5f8dd8159e21f1f531611e294d2a82e18 SHA512 99638296c8a4fbfc32d4b428d381fa18decf4c332f4383ef5bef1a2569fee77a609b77d4b867ad319398d3d78ed4d82088e9e3e1c65bd92beda6fc9a665a1d8a
23
24 diff --git a/dev-R/tidyselect/tidyselect-1.1.1.ebuild b/dev-R/tidyselect/tidyselect-1.1.2.ebuild
25 similarity index 65%
26 rename from dev-R/tidyselect/tidyselect-1.1.1.ebuild
27 rename to dev-R/tidyselect/tidyselect-1.1.2.ebuild
28 index 8b81e7c4b..9608e7b79 100644
29 --- a/dev-R/tidyselect/tidyselect-1.1.1.ebuild
30 +++ b/dev-R/tidyselect/tidyselect-1.1.2.ebuild
31 @@ -1,4 +1,4 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 +# Copyright 1999-2022 Gentoo Authors
34 # Distributed under the terms of the GNU General Public License v2
35
36 EAPI="7"
37 @@ -18,7 +18,19 @@ DEPEND="
38 dev-R/ellipsis
39 >=dev-R/glue-1.3.0
40 >=dev-R/purrr-0.3.2
41 - >=dev-R/rlang-0.4.6
42 + >=dev-R/rlang-1.0.1
43 >=dev-R/vctrs-0.3.0
44 "
45 RDEPEND="${DEPEND}"
46 +
47 +SUGGESTED_PACKAGES="
48 + dev-R/covr
49 + dev-R/crayon
50 + dev-R/dplyr
51 + dev-R/knitr
52 + dev-R/magrittr
53 + dev-R/rmarkdown
54 + >=dev-R/testthat-3.1.1
55 + >=dev-R/tibble-2.1
56 + dev-R/withr
57 +"