# -*- 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-uncertainties version 3.2.2 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 f9fb9ed9ef3869b5532db4e837ffa4bdfe80ba53 \ sha256 e62c86fdc64429828229de6ab4e11466f114907e6bd343c077858994cc12e00b \ size 143865 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm 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 \ CHANGES.rst ${destroot}${docdir} } }