From owner-svn-ports-all@FreeBSD.ORG Sat Feb 15 22:00:47 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 091688DD; Sat, 15 Feb 2014 22:00:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E8A801CCF; Sat, 15 Feb 2014 22:00:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1FM0kRR033192; Sat, 15 Feb 2014 22:00:46 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1FM0kdd033190; Sat, 15 Feb 2014 22:00:46 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402152200.s1FM0kdd033190@svn.freebsd.org> From: Antoine Brodin Date: Sat, 15 Feb 2014 22:00:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344488 - head/devel/py-rtree X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Feb 2014 22:00:47 -0000 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