# -*- 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 hgrecco pint 0.8.1 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/ python.versions 27 34 35 36 if {${name} ne ${subport}} { depends_run-append port:py${python.version}-setuptools checksums rmd160 cdf6eaf626d01224c202ae8a03644ee3234e59e9 \ sha256 05b81801249543c3921ac9e031048f153cddb67deb9964577be96e9bfff9830a livecheck.type none }