mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-R/promises: new package, add 1.2.0.1
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
41
dev-R/promises/promises-1.2.0.1.ebuild
Normal file
41
dev-R/promises/promises-1.2.0.1.ebuild
Normal file
@@ -0,0 +1,41 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages edo
|
||||
|
||||
DESCRIPTION='Abstractions for Promise-Based Asynchronous Programming'
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='MIT'
|
||||
RESTRICT="!test? ( test )"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="
|
||||
dev-R/R6
|
||||
dev-R/Rcpp
|
||||
dev-R/later
|
||||
dev-R/rlang
|
||||
dev-R/magrittr
|
||||
test? (
|
||||
dev-R/testthat
|
||||
>=dev-R/future-1.21.0
|
||||
>=dev-R/fastmap-1.1.0
|
||||
)
|
||||
"
|
||||
|
||||
SUGGESTED_PACKAGES="
|
||||
dev-R/testthat
|
||||
>=dev-R/future-1.21.0
|
||||
>=dev-R/fastmap-1.1.0
|
||||
dev-R/purrr
|
||||
dev-R/knitr
|
||||
dev-R/rmarkdown
|
||||
dev-R/vembedr
|
||||
dev-R/spelling
|
||||
"
|
||||
|
||||
src_test() {
|
||||
cd "${WORKDIR}/${P}/tests"
|
||||
NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
|
||||
}
|
||||
Reference in New Issue
Block a user