Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2014 22:00:46 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344488 - head/devel/py-rtree
Message-ID:  <201402152200.s1FM0kdd033190@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402152200.s1FM0kdd033190>