summaryrefslogtreecommitdiff
path: root/www/py-google-api-python-client (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Convert USE_PYTHON to new USES in www/Marcus von Appen2015-01-031-2/+2
| | | | With hat: python@
* - Update to 1.2Nicola Vitale2014-06-133-80/+127
| | | | | | - Add support for stage dir - Remove MANPAGES option - Don't build/install Python files as egg
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
|
* 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)
* - 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@)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | www)
* - Update to 1.1Nicola Vitale2013-03-125-73/+35
| | | | | | - Trim Makefile header - Update supported APIs list in pkg-descr - Remove files/patch-runsamples.py
* - Update to 1.0.c2Nicola Vitale2012-08-154-312/+103
| | | | | | | - Add patch files/patch-runsamples - Convert to the new options framework - Add security/py-openssl to RUN_DEPENDS when option WEBTEST is on
* - Add the option WITH_WEBTEST (default off)Nicola Vitale2012-05-011-12/+20
| | | | | | | | | | | | - Define OPTIONSFILE to bypass infrastructure bug - Include <bsd.port.options.mk> - Install devel/py-simplejson only when Python version is less than 2.6 [1] - Install the (optional) dependency www/py-WebTest only when the Python version is great than 2.5 - Remove all build dependencies [1] Suggested by: rm [1]
* - Update to 1.0.b8Nicola Vitale2012-04-304-372/+225
| | | | | | | | - Add devel/py-simplejson to *_DEPENDS - Add www/py-WebTest to RUN_DEPENDS - Add LICENSE (AL2) - Add some API names to pkg-descr - Remove DISTNAME from Makefile
* - Update to 1.0.b2Nicola Vitale2011-05-143-5/+41
|
* The Google API Client for Python is a client library for accessingNicola Vitale2011-04-164-0/+620
the Buzz, Latitude, Moderator, Diacritize, Translate, Custom Search, Search API for Shopping, URL Shortener, and Prediction APIs. If you wish to use a Google API that is not in that list then you should look at the Google Data APIs Python Client Library (devel/py-gdata). WWW: http://code.google.com/p/google-api-python-client/