Date: Mon, 11 Nov 2013 16:20:02 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-python@FreeBSD.org Subject: Re: ports/183862: commit references a PR Message-ID: <201311111620.rABGK2uv059193@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/183862; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@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-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311111620.rABGK2uv059193>