# -*- 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        python-quantities python-quantities 0.10.1 v

name                py-quantities
revision            1
categories-append   science

platforms           darwin
supported_archs     noarch
license             MIT
maintainers         {fusion.gat.com:smithsp @smithsp} openmaintainer
description         Support for physical quantities with units, based on numpy
long_description    \
    Quantities is designed to handle arithmetic and conversions of physical \
    quantities, which have a magnitude, dimensionality specified by various \
    units, and possibly an uncertainty.  Quantities builds on the popular numpy \
    library and is designed to work with numpy ufuncs, many of which are \
    already supported. Quantities is actively developed, and while the current \
    features and API are stable, test coverage is incomplete so the package is \
    not suggested for mission-critical applications.

checksums           rmd160  a9be07abc6ceb746e3648cafa11e5762778a25c6 \
                    sha256  d31e55a150a207c68c999611d459b93fc8b501863de993ef7efa47766c84eabd
python.versions     26 27 33 34 35 36

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools
    depends_lib-append      port:py${python.version}-numpy
    livecheck.type          none
}