dev-R/yaml: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-31 09:44:54 +02:00
parent 7d0bb78182
commit d93f54837b
3 changed files with 21 additions and 0 deletions

1
dev-R/yaml/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST yaml_2.2.1.tar.gz 92670 BLAKE2B 420d42d88e881d97dc78f89e37c9987c00c41bb8e0487beade0eacae594c89bf503948139a4595fc622350107c7573e7528debc1c5bb0d415997ef9d0b0bfc5e SHA512 4a6054aba1355e1e658e5c8c56e2fe991ce650cc091c54d7041b094588eb2269a067a4b23e4030eb357f7a5a73638db10d0865a925bae660e0728098f73f66c1

9
dev-R/yaml/metadata.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Methods to Convert R Data to YAML and Back // Implements the
'libyaml' 'YAML' 1.1 parser and emitter
(http://pyyaml.org/wiki/LibYAML) for R.
</longdescription>
</pkgmetadata>

View File

@@ -0,0 +1,11 @@
# Copyright 1999-2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Methods to Convert R Data to YAML and Back'
KEYWORDS="~amd64"
LICENSE='BSD'
#TODO: unbundle libyaml