# -*- 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 6.2.2 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 0417bb051e7d915248ed1a720aff9ea439298598 \ sha256 8e6d266b25e539df852251cfd6f990b4bc3a141db73b939058d809ebd2590fc6 \ size 31571 python.versions 39 310 311 312 313 314 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} } }