blob: 288944e53f7f01eca9b09d22d03b21deb67fec89 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= pyqtree
PORTVERSION= 0.24
PORTREVISION= 1
CATEGORIES= devel python geography
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pyqtree-${PORTVERSION}
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= Pure Python quad tree spatial index for GIS or rendering usage
WWW= https://github.com/karimbahgat/Pyqtree
LICENSE= MIT
NO_ARCH= yes
USES= python zip
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>
|