Skip to content

Commit

Permalink
devel/R-cran-rappdirs: Update to 0.3.3
Browse files Browse the repository at this point in the history
Approved by:	lwhsu
  • Loading branch information
yzgyyang committed May 5, 2021
1 parent 2370aa8 commit 8d5d18e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 4 additions & 2 deletions devel/R-cran-rappdirs/Makefile
@@ -1,7 +1,7 @@
# Created by: Guangyuan Yang <ygy@FreeBSD.org>

PORTNAME= rappdirs
DISTVERSION= 0.3.1
DISTVERSION= 0.3.3
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}

Expand All @@ -11,7 +11,9 @@ COMMENT= Application Directories: Determine Where to Save Data, Caches, and Logs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
R-cran-testthat>=3.0.0:devel/R-cran-testthat \
R-cran-withr>0:devel/R-cran-withr

USES= cran:auto-plist,compiles

Expand Down
6 changes: 3 additions & 3 deletions devel/R-cran-rappdirs/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1609702889
SHA256 (rappdirs_0.3.1.tar.gz) = 2fd891ec16d28862f65bb57e4a78f77a597930abb59380e757afd8b6c6d3264a
SIZE (rappdirs_0.3.1.tar.gz) = 12838
TIMESTAMP = 1620101242
SHA256 (rappdirs_0.3.3.tar.gz) = 49959f65b45b0b189a2792d6c1339bef59674ecae92f8c2ed9f26ff9e488c184
SIZE (rappdirs_0.3.3.tar.gz) = 12288
5 changes: 3 additions & 2 deletions devel/R-cran-rappdirs/pkg-descr
@@ -1,4 +1,5 @@
An easy way to determine which directories on the users computer you should use
to save data, caches and logs. A port of Python's 'Appdirs' to R.
to save data, caches and logs. A port of Python's 'Appdirs'
(<https://github.com/ActiveState/appdirs>) to R.

WWW: https://github.com/hadley/rappdirs
WWW: https://rappdirs.r-lib.org

0 comments on commit 8d5d18e

Please sign in to comment.