# -*- 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-frozenlist version 1.7.0 license Apache-2 maintainers {toby @tobypeterson} openmaintainer description list-like structure which implements collections.abc.MutableSequence long_description frozenlist.FrozenList is a list-like structure which implements \ collections.abc.MutableSequence. The list is mutable until \ FrozenList.freeze is called, after which list modifications \ raise RuntimeError homepage https://github.com/aio-libs/frozenlist checksums rmd160 86b3bf54208dc68334f7675d56d48fd9d4812281 \ sha256 2e310d81923c2437ea8670467121cc3e9b0f76d3043cc1d2331d56c7fb7a3a8f \ size 45078 python.versions 39 310 311 312 313 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-cython \ port:py${python.version}-expandvars if {${python.version} < 311} { depends_build-append \ port:py${python.version}-tomli } }