The following reply was made to PR ports/183862; it has been noted by GNATS.
From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: ports/183862: commit references a PR Date: Mon, 11 Nov 2013 16:16:10 +0000 (UTC) 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 _______________________________________________ svn-ports-...@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscr...@freebsd.org" _______________________________________________ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"