You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
38 lines
1.2 KiB
Tcl
38 lines
1.2 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
|
|
|
|
name py-pyinterval
|
|
github.setup taschini pyinterval 1.2.0
|
|
|
|
categories-append math
|
|
platforms darwin
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description Interval arithmetic in Python
|
|
long_description \
|
|
This library provides a Python implementation of an algebraically closed \
|
|
interval system on the extended real number set. An interval object \
|
|
consists of a finite union of closed, possibly unbound, mathematical \
|
|
intervals.
|
|
|
|
checksums rmd160 baf27c4acb5c617879a425635bd9fe77fa23a54b \
|
|
sha256 e33e1f7fc4d25ffd60bae4b6b82a4b414c3edd6591103d41883831e9687fd3e0 \
|
|
size 24547
|
|
|
|
python.versions 27 35 36
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_lib-append\
|
|
port:py${python.version}-pycrlibm
|
|
|
|
livecheck.type none
|
|
}
|