# -*- 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 120246 2014-05-20 11:14:47Z g5pw@macports.org $
PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        hgrecco pint 0.5

name                py-pint
categories-append   science

platforms           darwin
supported_archs     noarch
license             BSD
maintainers         g5pw openmaintainer
description         Pint: a Python units library
long_description    Pint is Python module/package to define, operate and \
                    manipulate physical quantities: the product of a numerical \
                    value and a unit of measurement.  It allows arithmetic \
                    operations between them and conversions from and to \
                    different units.

homepage            https://pint.readthedocs.org/

checksums           rmd160  25c80fb3a779f31eb86bd8d25b50b9bc966d0dde \
                    sha256  3a71d2347fb6f012f3b6dabbbdeee59c92181fc7422c3169f8e35c49bfe30e7d

python.versions     27 33 34

if {${name} ne ${subport}} {
    livecheck.type          none
}
