Port details |
- py-gspreadsheet Wrapper around Google Spreadsheets to look like csv.DictReader
- 0.4.0_1 net
=0 0.4.0_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses deprecated version of python
This port expired on: 2020-08-15
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2013-10-29 23:20:45
- Last Update: 2020-08-15 10:50:59
- SVN Revision: 544927
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/texastribune/gspreadsheet
- Description:
- gspreadsheet is a wrapper around a wrapper to get Google spreadsheets to look
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://pypi.org/project/gspreadsheet/
WWW: https://github.com/texastribune/gspreadsheet
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}gspreadsheet>0:net/py-gspreadsheet@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-gspreadsheet
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (gspreadsheet-0.4.0.tar.gz) = 4b6b4bb2384da8b2fe173f8a906d688ae02c8942204be5c94323cb56cc781fbe
SIZE (gspreadsheet-0.4.0.tar.gz) = 7485
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-gdata>=2.0.14 : devel/py-gdata@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py27-gspreadsheet-0.4.0_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.0_1 15 Aug 2020 10:50:59 |
rene |
Remove deprecated ports:
2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python
2020-08-15 archivers/py-bup: Uses deprecated version of python
2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python
2020-08-15 audio/blop-lv2: Uses deprecated version of python
2020-08-15 audio/bs2b-lv2: Uses deprecated version of python
2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python
2020-08-15 audio/py-karaoke: Uses deprecated version of python
2020-08-15 audio/py-openal: Uses deprecated version of python
2020-08-15 audio/py-py-jack: Uses deprecated version of python
2020-08-15 audio/py-xmms2: Uses deprecated version of python
2020-08-15 audio/triceratops-lv2: Uses deprecated version of python
2020-08-15 biology/py-biom-format: Uses deprecated version of python
2020-08-15 comms/py-bulksms: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
0.4.0_1 23 Feb 2020 15:25:53 |
antoine |
Deprecate a few ports
With hat: portmgr |
0.4.0_1 09 Apr 2019 19:05:24 |
sunpoet |
Fix nosetests for non-default Python version
LOCALBASE/bin/nosetests is installed by py-nose of default Python version. |
0.4.0_1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.4.0_1 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
0.4.0_1 25 Feb 2018 05:33:49 |
sunpoet |
Fix version requirement of RUN_DEPENDS
- Add NO_ARCH
- Convert to options target helper
- Convert to test framework
- Fix indent
- Reformat pkg-descr
- Add PyPI as primary WWW
- Take maintainership |
0.4.0_1 24 Feb 2018 08:52:27 |
tcberner |
Give xmj@'s ports back to the pool
PR: 226157
Submitted by: xmj |
0.4.0_1 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
0.4.0 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.4.0 23 Jun 2016 09:48:53 |
tz |
Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the owner
requested.
This only affects "Created by" lines with one exception: devel/uclcmd. There the
maintainer is changed. This was overlooked in r416918.
Approved by: junovitch (mentor) |
0.4.0 15 Jun 2016 09:04:29 |
tz |
Change MAINTAINER from xmj@FreeBSD.org to johannes@perceivon.net
PR: 210265
Submitted by: Johannes Jost Meixner (johannes@perceivon.net)
Approved by: pi (mentor) |
0.4.0 25 May 2016 16:54:31 |
pi |
Several ports: Change MAINTAINER from xmj@chaot.net to xmj@FreeBSD.org
PR: 209746
Submitted by: xmj |
0.4.0 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.4.0 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.4.0 17 Sep 2014 17:39:51 |
skreuzer |
Convert to USES framework |
0.4.0 06 Feb 2014 07:20:15 |
miwi |
- Update to 0.4.0
- Deprecate easy_install
- Add regression-test target
PR: 186288
Submitted by: maintainer |
0.3.0 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.3.0 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- 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@) |
0.3.0 11 Nov 2013 16:16:03 |
wg |
net/py-gspreadsheet: use easy_install, removing patch
- easy_install now supports staging
PR: ports/183862
Submitted by: maintainer |
0.3.0 29 Oct 2013 18:10:58 |
nemysis |
gspreadsheet is a wrapper around a wrapper to get Google spreadsheets to look
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) |