# -*- 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-about-time version 4.2.1 revision 0 categories-append devel platforms {darwin any} supported_archs noarch license MIT maintainers {@catap korins.ky:kirill} openmaintainer description Easily measure timing and throughput of code blocks, with beautiful human friendly representations. long_description {*}${description} homepage https://github.com/rsalmei/about-time checksums rmd160 c7e8941d0d92ee11976753dba045dd4df6abf065 \ sha256 6a538862d33ce67d997429d14998310e1dbfda6cb7d9bbfbf799c4709847fece \ size 15380 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.md LICENSE \ ${destroot}${docdir} file delete -force ${destroot}/${python.prefix}/LICENSE } livecheck.type none }