# -*- 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-pymatgen version 2024.7.18 revision 0 categories-append science license MIT maintainers {nist.gov:joe.fowler @joefowler} openmaintainer description Python Materials Genomics (pymatgen) is a robust materials analysis code long_description \ ${description} that defines core object representations for structures \ and molecules with support for many electronic structure codes. \ It is currently the core analysis code powering the Materials Project. homepage https://pymatgen.org/ checksums rmd160 8ec116b308a41176eeea23f16bc5864646e0b5df \ sha256 914c171c0121da50e691da351ce157f906d1f5efc9c2d38f5e2b68839d50b8a6 \ size 3063088 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-cython \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-numpy depends_run-append \ port:py${python.version}-beautifulsoup4 \ port:py${python.version}-matplotlib \ port:py${python.version}-monty \ port:py${python.version}-networkx \ port:py${python.version}-palettable \ port:py${python.version}-pandas \ port:py${python.version}-plotly \ port:py${python.version}-pybtex \ port:py${python.version}-requests \ port:py${python.version}-ruamel-yaml \ port:py${python.version}-scipy \ port:py${python.version}-spglib \ port:py${python.version}-sympy \ port:py${python.version}-tabulate \ port:py${python.version}-tqdm \ port:py${python.version}-uncertainties }