mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
786 B
Tcl
24 lines
786 B
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 IRkernel IRdisplay 1.1
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Jupyter display machinery
|
|
long_description {*}${description}
|
|
checksums rmd160 6959ef7e61ab02e859cf26cf7f3139c3d2ea8699 \
|
|
sha256 2501544be688be34ec98b468428d3204a855202973e17bb8aee3177f6c40a79c \
|
|
size 8336
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-repr
|
|
|
|
depends_test-append port:R-testthat \
|
|
port:R-withr
|
|
|
|
test.run yes
|