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 | |
---|
7 | name py-uncertainties |
---|
8 | version 2.3.6 |
---|
9 | categories-append math |
---|
10 | license BSD |
---|
11 | maintainers gmail.com:jjstickel openmaintainer |
---|
12 | description The python uncertainties package. |
---|
13 | long_description The uncertainties package transparently handles\ |
---|
14 | calculations with numbers with\ |
---|
15 | uncertainties. |
---|
16 | platforms darwin |
---|
17 | homepage http://pythonhosted.org/uncertainties/index.html |
---|
18 | master_sites https://pypi.python.org/packages/source/u/uncertainties |
---|
19 | distname uncertainties-${version} |
---|
20 | |
---|
21 | checksums rmd160 532ada2f0a34b70610d4a3f29f8bbd6611d99883 \ |
---|
22 | sha256 6ea788982332b6262e31d79e69a402414e809efcaa15d99b2b3976cc65b96a28 |
---|
23 | |
---|
24 | python.versions 26 27 31 32 33 |
---|
25 | python.default_version 27 |
---|
26 | |
---|
27 | if {$subport != $name} { |
---|
28 | depends_build-append port:py${python.version}-setuptools |
---|
29 | } |
---|