mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.1 KiB
Tcl
37 lines
1.1 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 python 1.0
|
|
|
|
name py-rpy2-robjects
|
|
version 3.6.5
|
|
revision 0
|
|
|
|
categories-append math
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
|
|
description Python interface to the R language (embedded R)
|
|
long_description {*}${description}
|
|
|
|
homepage https://rpy2.github.io/
|
|
|
|
distname rpy2_robjects-${version}
|
|
|
|
checksums rmd160 1b2d2949e3dcd88299a56d4ed026efafffd424cc \
|
|
sha256 03d099f436a01a8b51fb8f8bf602420a99c7cdda8c3fce0e3a0f532e36b4afe4 \
|
|
size 105816
|
|
|
|
python.versions 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-jinja2 \
|
|
port:py${python.version}-rpy2-rinterface \
|
|
port:py${python.version}-tzlocal
|
|
|
|
test.run yes
|
|
}
|