# -*- 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$ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup hgrecco pint 0.5.2 name py-pint revision 1 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 0ec9a91b60218b2004ca5387dc4abcd683d2a13b \ sha256 93e39f5d64cf6cd3e18612e8279a5b33487bf0af4cdc78a48ef19158814459c7 python.versions 27 33 34 if {${name} ne ${subport}} { # remove when https://github.com/hgrecco/pint/issues/169 is closed. depends_run-append port:py${python.version}-setuptools livecheck.type none }