aboutsummaryrefslogtreecommitdiff
path: root/net/py-gspreadsheet
Commit message (Collapse)AuthorAgeFilesLines
* Convert to USES frameworkSteven Kreuzer2014-09-171-3/+2
| | | | Notes: svn path=/head/; revision=368407
* - Update to 0.4.0Martin Wilke2014-02-062-4/+8
| | | | | | | | | | | - Deprecate easy_install - Add regression-test target PR: 186288 Submitted by: maintainer Notes: svn path=/head/; revision=342934
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* net/py-gspreadsheet: use easy_install, removing patchWilliam Grzybowski2013-11-112-9/+2
| | | | | | | | | | - easy_install now supports staging PR: ports/183862 Submitted by: maintainer Notes: svn path=/head/; revision=333518
* gspreadsheet is a wrapper around a wrapper to get Google spreadsheets to lookRusmir Dusko2013-10-294-0/+46
like csv.DictReader. If you're used to working with CSVs or a human, you'll find that working with Google's Python API for spreadsheets is so frustrating. With gspreadsheet, you can adapt your existing csv code to work with Google Spreadsheets with just two line changes. As an added bonus, if you alter the dict, those changes get saved back to the original spreadsheet. WWW: https://github.com/texastribune/gspreadsheet PR: ports/181832 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Approved by: wg (mentor) Notes: svn path=/head/; revision=331977