Commits
Marcus Calhoun-Lopez authored ec3983a7e4d
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | PortGroup python 1.0 |
6 6 | |
7 + | # warning: version 3 is not backward compatible |
7 8 | github.setup chaimleib intervaltree 2.1.0 |
8 9 | name py-intervaltree |
9 10 | platforms darwin |
10 11 | license Apache-2 |
11 12 | maintainers nomaintainer |
12 13 | |
13 14 | description A mutable, self-balancing interval tree for Python 2 and 3 |
14 15 | long_description ${description}. Queries may be by point, by range overlap, \ |
15 16 | or by range envelopment. |
16 17 | |