# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup rocky python-filecache 0.3.0 release- name py-pyficache platforms darwin supported_archs noarch license GPL-3+ maintainers nomaintainer description A Python module to read and cache lines and file \ info of a Python program long_description The pyficache module allows one to get any line \ from any file, caching lines of the file on first \ access to the file. Although the file may be any \ file, the common use is when the file is a Python \ script since parsing of the file is done to figure \ out where the statement boundaries are. checksums rmd160 564c603448aa9309681a5a20110591d77d9b62d5 \ sha256 5657e16290d95143ecb6ab57049d099b18a419d32f3230bbe3b302491b4a45d3 python.versions 27 34 if {${subport} ne ${name}} { depends_lib-append port:py${python.version}-coverage \ port:py${python.version}-pygments livecheck.type none }