# -*- 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-cachetools version 5.5.0 revision 0 platforms {darwin any} supported_archs noarch license MIT maintainers {reneeotten @reneeotten} openmaintainer description memoizing collections and decorators long_description This module provides various {*}${description}, including variants of the \ Python 3 Standard Library @lru_cache function decorator. homepage https://github.com/tkem/cachetools checksums rmd160 b5bbd889c4837e4a5cd8c3dc889cffe0cd57ad15 \ sha256 2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a \ size 27661 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { test.run yes post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.rst LICENSE \ CHANGELOG.rst ${destroot}${docdir} } }