You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
853 B
Tcl
24 lines
853 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 cran eddelbuettel RcppCNPy 0.2.13
|
|
revision 0
|
|
categories-append python
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Read-write support for NumPy files via R-Rcpp
|
|
long_description {*}${description}
|
|
homepage https://dirk.eddelbuettel.com/code/rcpp.cnpy.html
|
|
checksums rmd160 d69e7b12c01feff6dc98b0ee0e17455f3a0c5d96 \
|
|
sha256 01dc8114d9ea3ec567fcbe8da94d908e30778ddfa614ad92f4d83d21830f5e6c \
|
|
size 211510
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-pinp \
|
|
port:R-reticulate
|
|
|
|
test.run yes
|