You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 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 github 1.0
|
|
PortGroup python 1.0
|
|
|
|
github.setup randy3k rchitect 0.4.7 v
|
|
name py-rchitect
|
|
revision 0
|
|
license MIT
|
|
categories-append R
|
|
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
|
|
description Mapping R API to Python
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 bb59329174468a86f483ec318d1d5ec2b3100a91 \
|
|
sha256 8283d0e026d1d38a4cf67983d58a7537cb1dc82d78d9c057b45ad8786a654057 \
|
|
size 36402
|
|
github.tarball_from archive
|
|
|
|
python.versions 310 311
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-pytest-runner \
|
|
port:py${python.version}-setuptools
|
|
depends_lib-append \
|
|
port:py${python.version}-cffi \
|
|
port:py${python.version}-six
|
|
|
|
python.pep517 no
|
|
}
|