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
28 lines
1.0 KiB
Tcl
28 lines
1.0 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
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran jeroen jsonlite 1.8.9
|
|
revision 0
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Robust, high-performance JSON parser and generator
|
|
long_description {*}${description} for R.
|
|
checksums rmd160 a1127b95cbc5d751dfe6413126934b5d93926ec7 \
|
|
sha256 89f130e0e1163328c01decd54e7712b5ebf3d0a667da0052833722cb9a6e90b0 \
|
|
size 1055633
|
|
|
|
depends_test-append port:R-httr \
|
|
port:R-knitr \
|
|
port:R-R.rsp \
|
|
port:R-rmarkdown \
|
|
port:R-sf \
|
|
port:R-testthat \
|
|
port:R-vctrs
|
|
|
|
# One test fails on PPC: https://github.com/jeroen/jsonlite/issues/415
|
|
test.run yes
|