aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-gspreadsheet
Commit message (Collapse)AuthorAgeFilesLines
* Convert to USES frameworkskreuzer2014-09-181-3/+2
|
* - Update to 0.4.0miwi2014-02-062-4/+8
| | | | | | | | - Deprecate easy_install - Add regression-test target PR: 186288 Submitted by: maintainer
* Python cleanup:rene2014-01-141-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)
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkohauer2013-12-311-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@)
* net/py-gspreadsheet: use easy_install, removing patchwg2013-11-122-9/+2
| | | | | | | - easy_install now supports staging PR: ports/183862 Submitted by: maintainer
* gspreadsheet is a wrapper around a wrapper to get Google spreadsheets to looknemysis2013-10-304-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)