# -*- 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 lebigot uncertainties 3.1.7 name py-uncertainties revision 0 categories-append math supported_archs noarch platforms {darwin any} license BSD maintainers {reneeotten @reneeotten} openmaintainer description The Python uncertainties package long_description The uncertainties package transparently handles \ calculations for numbers with uncertainties. checksums rmd160 7c93d2b7f72a6aa568e173c7b8e5e11fe1a0516c \ sha256 f2e336a0f4d8c245f72bfb099f2952b1408674c902214634d0822545c9140816 \ size 150591 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-future test.run yes depends_test-append port:py${python.version}-numpy post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.rst LICENSE.txt \ INSTALL.txt ${destroot}${docdir} } }