mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
52 lines
1.8 KiB
Tcl
52 lines
1.8 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
R.setup github r-lib httr2 1.0.7 v
|
|
revision 0
|
|
categories-append devel net
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Perform HTTP requests and process the responses
|
|
long_description {*}${description}
|
|
homepage https://httr2.r-lib.org
|
|
checksums rmd160 f00c8db639c216c4fbcfb559cb901f1a9a0951e4 \
|
|
sha256 2b1c360850a06257b9aa0793309ec9531f4f3cfa9ca05a25de357f245406e80d \
|
|
size 337222
|
|
github.tarball_from archive
|
|
supported_archs noarch
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-curl \
|
|
port:R-glue \
|
|
port:R-lifecycle \
|
|
port:R-magrittr \
|
|
port:R-openssl \
|
|
port:R-R6 \
|
|
port:R-rappdirs \
|
|
port:R-rlang \
|
|
port:R-vctrs \
|
|
port:R-withr
|
|
|
|
# Optional dep on R-paws.common is omitted.
|
|
depends_test-append port:R-askpass \
|
|
port:R-bench \
|
|
port:R-clipr \
|
|
port:R-covr \
|
|
port:R-docopt \
|
|
port:R-httpuv \
|
|
port:R-jose \
|
|
port:R-jsonlite \
|
|
port:R-knitr \
|
|
port:R-later \
|
|
port:R-promises \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-tibble \
|
|
port:R-webfakes \
|
|
port:R-xml2
|
|
|
|
test.run yes
|