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/jsonlite/
Date: Mon, 31 May 2021 22:04:49
Message-Id: 1622498680.44345c1c7b2455f135e6615ea8dc7ad18d06437c.Alessandro-Barbieri@gentoo
1 commit: 44345c1c7b2455f135e6615ea8dc7ad18d06437c
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 31 21:32:18 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 31 22:04:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44345c1c
7
8 dev-R/jsonlite: new
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-R/jsonlite/Manifest | 1 +
14 dev-R/jsonlite/jsonlite-1.7.2.ebuild | 10 ++++++++++
15 dev-R/jsonlite/metadata.xml | 18 ++++++++++++++++++
16 3 files changed, 29 insertions(+)
17
18 diff --git a/dev-R/jsonlite/Manifest b/dev-R/jsonlite/Manifest
19 new file mode 100644
20 index 000000000..34cbce96c
21 --- /dev/null
22 +++ b/dev-R/jsonlite/Manifest
23 @@ -0,0 +1 @@
24 +DIST jsonlite_1.7.2.tar.gz 421716 BLAKE2B fa1fc59fefdd31085d0f1ccec02069f8bccfb6f73b3d21a459b47b17af7b2aef6db7e57886a609407d36569e9fe3e6ac9a6d98f1483fdb8cac14abfb3144b5cb SHA512 7156958ea4666440161c6d91a7bc988b674b06299aa3acae97cdedbe597353fa38ffcd276934cf7d8080ce560e7265db3ddd90c7a437cc44cc30756640023ed1
25
26 diff --git a/dev-R/jsonlite/jsonlite-1.7.2.ebuild b/dev-R/jsonlite/jsonlite-1.7.2.ebuild
27 new file mode 100644
28 index 000000000..73feeb6c6
29 --- /dev/null
30 +++ b/dev-R/jsonlite/jsonlite-1.7.2.ebuild
31 @@ -0,0 +1,10 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit R-packages
38 +
39 +DESCRIPTION='A Simple and Robust JSON Parser and generator for R'
40 +KEYWORDS="~amd64"
41 +LICENSE='MIT'
42
43 diff --git a/dev-R/jsonlite/metadata.xml b/dev-R/jsonlite/metadata.xml
44 new file mode 100644
45 index 000000000..cf38b846d
46 --- /dev/null
47 +++ b/dev-R/jsonlite/metadata.xml
48 @@ -0,0 +1,18 @@
49 +<?xml version="1.0" encoding="UTF-8"?>
50 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
51 +<pkgmetadata>
52 + <longdescription>
53 + A Simple and Robust JSON Parser and Generator for R // A
54 + reasonably fast JSON parser and generator, optimized for
55 + statistical data and the web. Offers simple, flexible tools for
56 + working with JSON in R, and is particularly powerful for
57 + building pipelines and interacting with a web API. The
58 + implementation is based on the mapping described in the
59 + vignette (Ooms, 2014). In addition to converting JSON data
60 + from/to R objects, 'jsonlite' contains functions to stream,
61 + validate, and prettify JSON data. The unit tests included with
62 + the package verify that all edge cases are encoded and decoded
63 + consistently for use with dynamic data in systems and
64 + applications.
65 + </longdescription>
66 +</pkgmetadata>