mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-R/processx: add 3.6.0, drop 3.5.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
34
dev-R/processx/processx-3.6.0.ebuild
Normal file
34
dev-R/processx/processx-3.6.0.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Execute and Control System Processes'
|
||||
HOMEPAGE="
|
||||
https://cran.r-project.org/package=processx
|
||||
https://processx.r-lib.org/
|
||||
https://github.com/r-lib/processx
|
||||
"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='MIT'
|
||||
|
||||
DEPEND="
|
||||
>=dev-lang/R-3.4.0
|
||||
>=dev-R/ps-1.2.0
|
||||
dev-R/R6
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
SUGGESTED_PACKAGES="
|
||||
>=dev-R/callr-3.7.0
|
||||
>=dev-R/cli-1.1.0
|
||||
dev-R/codetools
|
||||
dev-R/covr
|
||||
dev-R/curl
|
||||
dev-R/debugme
|
||||
>=dev-R/testthat-3.0.0
|
||||
dev-R/withr
|
||||
"
|
||||
Reference in New Issue
Block a user