mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
dev-R/gargle: new package, add 1.2.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-R/gargle/Manifest
Normal file
1
dev-R/gargle/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST gargle_1.2.0.tar.gz 313418 BLAKE2B e8325629fead3bc44b60ad6b781098759e9204e634211e359771036eb9ada5f84ce768be8f4b57d515ca6d2e813ea3c1b39d1babb1e3a64dd3b75a42ffd5236e SHA512 1d11c9b07c461fc07ecb809fc0020d5fbb20b3955dead0cb97aaf494849fc16f545ae0854758d3eebc063add304efa9f7c207e1655ae893cd6624610e563d026
|
||||
42
dev-R/gargle/gargle-1.2.0.ebuild
Normal file
42
dev-R/gargle/gargle-1.2.0.ebuild
Normal file
@@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2022 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Utilities for Working with Google APIs'
|
||||
HOMEPAGE="
|
||||
https://cran.r-project.org/package=gargle
|
||||
https://gargle.r-lib.org/
|
||||
https://github.com/r-lib/gargle
|
||||
"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='MIT'
|
||||
|
||||
DEPEND="
|
||||
>=dev-R/cli-3.0.0
|
||||
>=dev-R/httr-1.4.0
|
||||
dev-R/withr
|
||||
>=dev-R/glue-1.3.0
|
||||
>=dev-lang/R-3.3
|
||||
>=dev-R/fs-1.3.1
|
||||
dev-R/jsonlite
|
||||
dev-R/rappdirs
|
||||
>=dev-R/rlang-0.4.9
|
||||
dev-R/rstudioapi
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
SUGGESTED_PACKAGES="
|
||||
dev-R/aws_ec2metadata
|
||||
dev-R/aws_signature
|
||||
dev-R/covr
|
||||
dev-R/httpuv
|
||||
dev-R/knitr
|
||||
dev-R/mockr
|
||||
dev-R/rmarkdown
|
||||
dev-R/spelling
|
||||
>=dev-R/testthat-3.0.0
|
||||
"
|
||||
21
dev-R/gargle/metadata.xml
Normal file
21
dev-R/gargle/metadata.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<name>Alessandro Barbieri</name>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
</maintainer>
|
||||
<longdescription lang="en">Provides utilities for working with Google APIs
|
||||
<https://developers.google.com/apis-explorer>. This includes
|
||||
functions and classes for handling common credential types and for
|
||||
preparing, executing, and processing HTTP requests.</longdescription>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<name>Jennifer Bryan</name>
|
||||
<email>jenny@rstudio.com</email>
|
||||
</maintainer>
|
||||
<bugs-to>https://github.com/r-lib/gargle/issues</bugs-to>
|
||||
<remote-id type="github">r-lib/gargle</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user