Files

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 python 1.0
name py-monty
version 2025.3.3
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 36dd858b5086088d68713fa9620bc7685f5684bd \
sha256 16c1eb54b2372e765c2f3f14cff01cc76ab55c3cc12b27d49962fb8072310ae0 \
size 85592
python.versions 310 311 312 313
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools_scm
}