Files
macports-ports/python/py-graphrc/Portfile
2026-03-09 23:56:12 -04:00

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.6
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 30caea972ab6c18d2708cc13f9991673e0112092 \
sha256 7498b5f5cae7d9081a5031639181d3c75a3895ea61e2c7d9d5ecd29683c0e1a8 \
size 48647
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
}