svn commit: r344488 - head/devel/py-rtree

Antoine Brodin antoine at FreeBSD.org
Sat Feb 15 22:00:47 UTC 2014


Author: antoine
Date: Sat Feb 15 22:00:46 2014
New Revision: 344488
URL: http://svnweb.freebsd.org/changeset/ports/344488
QAT: https://qat.redports.org/buildarchive/r344488/

Log:
  - Stage support
  - Switch from easy_install to install
  - Use PYDISTUTILS_AUTOPLIST

Deleted:
  head/devel/py-rtree/pkg-plist
Modified:
  head/devel/py-rtree/Makefile
  head/devel/py-rtree/pkg-descr

Modified: head/devel/py-rtree/Makefile
==============================================================================
--- head/devel/py-rtree/Makefile	Sat Feb 15 21:48:04 2014	(r344487)
+++ head/devel/py-rtree/Makefile	Sat Feb 15 22:00:46 2014	(r344488)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rtree
 PORTVERSION=	0.7.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel science python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,12 +16,9 @@ BUILD_DEPENDS+=	${LOCALBASE}/include/spa
 RUN_DEPENDS+=	${BUILD_DEPENDS}
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	Rtree
-PYDISTUTILS_NOEGGINFO=	yes
-WRKSRC=			${WRKDIR}/${DISTNAME}
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 post-extract:
 	${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
 		${WRKSRC}/setup.cfg

Modified: head/devel/py-rtree/pkg-descr
==============================================================================
--- head/devel/py-rtree/pkg-descr	Sat Feb 15 21:48:04 2014	(r344487)
+++ head/devel/py-rtree/pkg-descr	Sat Feb 15 22:00:46 2014	(r344488)
@@ -2,4 +2,4 @@ py-rtree is R-Tree spatial index for Pyt
 stores, Plone content, or whatever -- py-rtree is  an index to speed up the
 search for objects that intersect with a spatial bounding box.
 
-WWW:   http://trac.gispython.org/projects/PCL/wiki/Rtree
+WWW: http://trac.gispython.org/projects/PCL/wiki/Rtree


More information about the svn-ports-all mailing list