You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
37 lines
1.5 KiB
Tcl
37 lines
1.5 KiB
Tcl
# -*- 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
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup python-quantities python-quantities 0.12.4 v
|
|
|
|
name py-quantities
|
|
revision 0
|
|
categories-append science
|
|
|
|
platforms darwin
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers {fusion.gat.com:smithsp @smithsp} openmaintainer
|
|
description Support for physical quantities with units, based on numpy
|
|
long_description \
|
|
Quantities is designed to handle arithmetic and conversions of physical \
|
|
quantities, which have a magnitude, dimensionality specified by various \
|
|
units, and possibly an uncertainty. Quantities builds on the popular numpy \
|
|
library and is designed to work with numpy ufuncs, many of which are \
|
|
already supported. Quantities is actively developed, and while the current \
|
|
features and API are stable, test coverage is incomplete so the package is \
|
|
not suggested for mission-critical applications.
|
|
|
|
checksums rmd160 592d0babf8deaafde1cf666898e36000943f650b \
|
|
sha256 404f54ead6f8ba0016cf4215825e267c47be7f86d700fac0e2160d91690d210e \
|
|
size 104099
|
|
|
|
python.versions 27 35 36 37 38
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append port:py${python.version}-setuptools
|
|
depends_lib-append port:py${python.version}-numpy
|
|
livecheck.type none
|
|
}
|