Bug 183862 - [PATCH] net/py-gspreadsheet: Use easy_install, correct optionsfile
Summary: [PATCH] net/py-gspreadsheet: Use easy_install, correct optionsfile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-11 15:10 UTC by Johannes Meixner
Modified: 2013-11-11 16:20 UTC (History)
0 users

See Also:


Attachments
py27-gspreadsheet-0.3.0.patch (1.31 KB, patch)
2013-11-11 15:10 UTC, Johannes Meixner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Meixner 2013-11-11 15:10:01 UTC
- Use easy_install like upstream, now that there's staging support for it
- Add OPTIONSFILE for python version independence


Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-11 15:10:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-11-11 16:16:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-11 16:16:10 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"