1 | # -*- 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 |
---|
2 | # $Id: |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | PortGroup github 1.0 |
---|
7 | |
---|
8 | github.setup lebigot uncertainties 2.4.1 |
---|
9 | |
---|
10 | name py-uncertainties |
---|
11 | categories-append math |
---|
12 | license BSD |
---|
13 | maintainers gmail.com:jjstickel openmaintainer |
---|
14 | description The python uncertainties package. |
---|
15 | long_description The uncertainties package transparently handles\ |
---|
16 | calculations for numbers with\ |
---|
17 | uncertainties. |
---|
18 | platforms darwin |
---|
19 | |
---|
20 | checksums rmd160 0d68d9c5e096a2f4459e693786d958ce67036b87 \ |
---|
21 | sha256 bbb0a7e0740053e1616d62edd98ca45c7baa17063506bbf11b8472e172d76b62 |
---|
22 | |
---|
23 | python.versions 26 27 31 32 33 |
---|
24 | python.default_version 27 |
---|
25 | |
---|
26 | if {$subport != $name} { |
---|
27 | depends_build-append port:py${python.version}-setuptools |
---|
28 | } |
---|