Ticket #39626: Portfile_py-unertainties

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