# -*- 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 PortGroup github 1.0 github.setup rocky python-filecache 2.3.2 revision 0 name py-pyficache platforms {darwin any} supported_archs noarch license GPL-3+ maintainers {reneeotten @reneeotten} openmaintainer description A Python module for reading and caching lines 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. checksums rmd160 04b9eedaead1b7ed2df6678e8096fecc6e14383d \ sha256 d29d7063c67dedeb13b2ca5d3d8fd4e9016c8ca2168cff8c3f5889df1e1c1ae8 \ size 54402 python.versions 38 39 310 311 312 github.livecheck.regex (\[0-9\.\]+) if {${subport} ne ${name}} { depends_lib-append \ port:py${python.version}-pygments \ port:py${python.version}-term-background \ port:py${python.version}-xdis test.run yes post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} COPYING ChangeLog \ NEWS.md README.rst ${destroot}${docdir} # do not install "test" directory into ".../site-packages" move ${destroot}${python.pkgd}/test ${destroot}${python.pkgd}/${python.rootname} } }