You've already forked macports-ports
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-graphrc
|
|
python.rootname graphRC
|
|
version 1.3.7
|
|
revision 0
|
|
|
|
categories-append science
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description Internal Coordinate Analysis of Vibrational Modes.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/aligfellow/graphRC
|
|
|
|
distname graphrc-${version}
|
|
|
|
checksums rmd160 6f76b633a7701d1ec253e2a7209dd0e881f21603 \
|
|
sha256 0df2fcad1d1150b040e3b982fe98ec430d399b1dcf7e12e32e3fae8b65ead31a \
|
|
size 50451
|
|
|
|
python.versions 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-cclib \
|
|
port:py${python.version}-networkx \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-xyzgraph
|
|
}
|