# -*- 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-filechunkio version 1.8 revision 0 platforms darwin supported_archs noarch license MIT maintainers {petr @petrrr} openmaintainer description FileChunkIO represents a chunk of an OS-level file containing bytes data long_description ${description} homepage https://bitbucket.org/fabian/filechunkio master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 486c80f69b1c1d3cbbdd3d183b6f505d6151c588 \ sha256 c8540c2d27e851d3a475b2e14ac109d66c777dd43ab67031891c826e82026745 \ size 2338 python.versions 27 35 36 37 38 if {${name} ne ${subport}} { livecheck.type none }