# -*- 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
# $Id: Portfile 118979 2014-04-14 16:31:58Z macsforever2000@macports.org $

PortSystem              1.0
PortGroup               python 1.0
PortGroup               github 1.0

github.setup            lebigot uncertainties 2.4.6

name                    py-uncertainties
categories-append       math
license                 BSD
maintainers             gmail.com:jjstickel openmaintainer
description             The python uncertainties package.
long_description        The uncertainties package transparently handles\
                        calculations for numbers with\
                        uncertainties.
platforms               darwin

checksums               rmd160  ead6171d5f3ed07e150f0e7d60c6ac999c35764f \
                        sha256  fc4228a726a1fd786b8f028dc9fdd3e8250c7ecfa0131ac50b6f7adec9fc1c3e

python.versions         26 27 31 32 33

if {${name} ne ${subport}} {
    depends_build-append       port:py${python.version}-setuptools
}
