diff options
author | wen <wen@FreeBSD.org> | 2014-08-23 23:44:28 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2014-08-23 23:44:28 +0800 |
commit | 091589ad7a644ef6a4c0310aea76eca92a4e49a4 (patch) | |
tree | 298c42c714092643bdb1a8c70cb1723578914444 | |
parent | 5d2cff5cd3d6a97ba589084614c4dc6fae9a724d (diff) | |
download | freebsd-ports-gnome-091589ad7a644ef6a4c0310aea76eca92a4e49a4.tar.gz freebsd-ports-gnome-091589ad7a644ef6a4c0310aea76eca92a4e49a4.tar.zst freebsd-ports-gnome-091589ad7a644ef6a4c0310aea76eca92a4e49a4.zip |
- Update to 0.8.0
- Add LICENSE
-rw-r--r-- | devel/py-rtree/Makefile | 10 | ||||
-rw-r--r-- | devel/py-rtree/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-rtree/Makefile b/devel/py-rtree/Makefile index cf4dbd87cbd6..842d20fe525c 100644 --- a/devel/py-rtree/Makefile +++ b/devel/py-rtree/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rtree -PORTVERSION= 0.7.0 -PORTREVISION= 2 +PORTVERSION= 0.8.0 CATEGORIES= devel science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +11,13 @@ DISTNAME= Rtree-${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= R-Tree Spatial Index For Python GIS +LICENSE= LGPL21 + BUILD_DEPENDS+= ${LOCALBASE}/include/spatialindex/SpatialIndex.h:${PORTSDIR}/devel/spatialindex RUN_DEPENDS+= ${BUILD_DEPENDS} -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USESN= python +USE_PYTHON= distutils autoplist post-extract: ${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \ diff --git a/devel/py-rtree/distinfo b/devel/py-rtree/distinfo index aee97d81b98d..8213638cf8dd 100644 --- a/devel/py-rtree/distinfo +++ b/devel/py-rtree/distinfo @@ -1,2 +1,2 @@ -SHA256 (Rtree-0.7.0.tar.gz) = cf95092f86e65a92164559e54f082433dcdf1bd3d1efe56f097c84d89e913a22 -SIZE (Rtree-0.7.0.tar.gz) = 44108 +SHA256 (Rtree-0.8.0.tar.gz) = 60b29b4b15b8108829355e5a51d5da43ab67ab55e1a47bc11f39be4e09087c32 +SIZE (Rtree-0.8.0.tar.gz) = 56089 |