# -*- 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-monty version 2024.7.30 revision 0 platforms {darwin any} supported_archs noarch license MIT maintainers {nist.gov:joe.fowler @joefowler} openmaintainer description Monty is the missing complement to Python. long_description \ {*}${description} Monty implements supplementary useful functions for Python that are \ not part of the standard library. Examples include useful utilities like transparent \ support for zipped files etc. homepage https://materialsvirtuallab.github.io/monty/ checksums rmd160 dd91085414aec0b92d9151f79380bee495de9c9b \ sha256 f12e7ccd7b57abcbc9ef5f17ec541375d66a4c6fd0319c4e2d9d63f29e677144 \ size 81741 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm }