freebsd-ports/devel/py-intervaltree/Makefile
Antoine Brodin 103ac09c0f New port: devel/py-intervaltree
A mutable, self-balancing interval tree for Python 2 and 3.  Queries may be by
point, by range overlap, or by range envelopment.  This library was designed to
allow tagging text and time intervals, where the intervals include the lower
bound but not the upper bound.

WWW: https://github.com/chaimleib/intervaltree
2015-04-01 11:40:02 +00:00

21 lines
498 B
Makefile

# Created by: antoine@FreeBSD.org
# $FreeBSD$
PORTNAME= intervaltree
PORTVERSION= 2.0.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Editable interval tree data structure for Python 2 and 3
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=0:${PORTSDIR}/devel/py-sortedcontainers
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>