Revision: 112750 https://trac.macports.org/changeset/112750 Author: g5pw@macports.org Date: 2013-10-30 15:26:25 -0700 (Wed, 30 Oct 2013) Log Message: ----------- python/py-uncertainties: new port (closes #39626) Added Paths: ----------- trunk/dports/python/py-uncertainties/ trunk/dports/python/py-uncertainties/Portfile Added: trunk/dports/python/py-uncertainties/Portfile =================================================================== --- trunk/dports/python/py-uncertainties/Portfile (rev 0) +++ trunk/dports/python/py-uncertainties/Portfile 2013-10-30 22:26:25 UTC (rev 112750) @@ -0,0 +1,28 @@ +# -*- 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 lebigot uncertainties 2.4.1 + +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 0d68d9c5e096a2f4459e693786d958ce67036b87 \ + sha256 bbb0a7e0740053e1616d62edd98ca45c7baa17063506bbf11b8472e172d76b62 + +python.versions 26 27 31 32 33 +python.default_version 27 + +if {$subport != $name} { + depends_build-append port:py${python.version}-setuptools +} Property changes on: trunk/dports/python/py-uncertainties/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
g5pw@macports.org