svn commit: r333518 - in head/net/py-gspreadsheet: . files

William Grzybowski wg at FreeBSD.org
Mon Nov 11 16:16:03 UTC 2013


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


More information about the svn-ports-all mailing list