Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2013 16:16:03 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333518 - in head/net/py-gspreadsheet: . files
Message-ID:  <201311111616.rABGG3LS020797@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Mon Nov 11 16:16:03 2013
New Revision: 333518
URL: http://svnweb.freebsd.org/changeset/ports/333518

Log:
  net/py-gspreadsheet: use easy_install, removing patch
  
  - easy_install now supports staging
  
  PR:		ports/183862
  Submitted by:	maintainer

Deleted:
  head/net/py-gspreadsheet/files/
Modified:
  head/net/py-gspreadsheet/Makefile

Modified: head/net/py-gspreadsheet/Makefile
==============================================================================
--- head/net/py-gspreadsheet/Makefile	Mon Nov 11 16:04:54 2013	(r333517)
+++ head/net/py-gspreadsheet/Makefile	Mon Nov 11 16:16:03 2013	(r333518)
@@ -13,8 +13,9 @@ COMMENT=	Wrapper around Google Spreadshe
 LICENSE=	AL2
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gdata>0:${PORTSDIR}/devel/py-gdata
+
 USE_PYTHON=		2.7
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_AUTOPLIST=	yes
 
 PORTDOCS=	README.rst



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