You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
41 lines
1.3 KiB
Tcl
41 lines
1.3 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
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
|
|
categories-append math
|
|
platforms {darwin any}
|
|
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 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append\
|
|
port:py${python.version}-pycrlibm \
|
|
port:py${python.version}-six
|
|
|
|
depends_test-append\
|
|
port:py${python.version}-pytest-cov
|
|
|
|
test.run yes
|
|
}
|