mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
dev-R/jsonlite: respect AR
Closes: https://bugs.gentoo.org/794100 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -3,10 +3,14 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages
|
||||
inherit R-packages toolchain-funcs
|
||||
|
||||
DESCRIPTION='A Simple and Robust JSON Parser and generator for R'
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='MIT'
|
||||
|
||||
#unbundling status: https://github.com/jeroen/jsonlite/issues/201
|
||||
src_prepare() {
|
||||
tc-export AR
|
||||
R-packages_src_prepare
|
||||
}
|
||||
|
||||
@@ -20,4 +20,14 @@
|
||||
consistently for use with dynamic data in systems and
|
||||
applications.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/jeroen/jsonlite/issues</bugs-to>
|
||||
<doc lang="en">https://cran.r-project.org/web/packages/jsonlite/jsonlite.pdf</doc>
|
||||
<changelog>https://cran.r-project.org/web/packages/jsonlite/NEWS</changelog>
|
||||
<maintainer>
|
||||
<name>Jeroen Ooms</name>
|
||||
<email>jeroen@berkeley.edu</email>
|
||||
</maintainer>
|
||||
<remote-id type="github">jeroen/jsonlite</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user