From 4e142727f27a9db6e77acd8dbe229de8e4517f78 Mon Sep 17 00:00:00 2001 From: kleink Date: Mon, 12 Jan 2015 10:27:41 +0000 Subject: Import google-maps-services-python-2.0 as geography/py-google-maps-services-python. Use Python? Want to geocode something? Looking for directions? Maybe matrices of directions? This library brings the Google Maps API Web Services to your Python application. The Python Client for Google Maps Services is a Python Client library for the following Google Maps APIs: - Directions API - Distance Matrix API - Elevation API - Geocoding API - Time Zone API Keep in mind that the same terms and conditions apply to usage of the APIs when they're accessed through this library. --- geography/py-google-maps-services-python/DESCR | 15 +++++++++++ geography/py-google-maps-services-python/Makefile | 19 +++++++++++++ geography/py-google-maps-services-python/PLIST | 33 +++++++++++++++++++++++ geography/py-google-maps-services-python/distinfo | 5 ++++ 4 files changed, 72 insertions(+) create mode 100644 geography/py-google-maps-services-python/DESCR create mode 100644 geography/py-google-maps-services-python/Makefile create mode 100644 geography/py-google-maps-services-python/PLIST create mode 100644 geography/py-google-maps-services-python/distinfo (limited to 'geography') diff --git a/geography/py-google-maps-services-python/DESCR b/geography/py-google-maps-services-python/DESCR new file mode 100644 index 00000000000..ae1fbd3736e --- /dev/null +++ b/geography/py-google-maps-services-python/DESCR @@ -0,0 +1,15 @@ +Use Python? Want to geocode something? Looking for directions? Maybe +matrices of directions? This library brings the Google Maps API Web +Services to your Python application. + +The Python Client for Google Maps Services is a Python Client library +for the following Google Maps APIs: + + - Directions API + - Distance Matrix API + - Elevation API + - Geocoding API + - Time Zone API + +Keep in mind that the same terms and conditions apply to usage of +the APIs when they're accessed through this library. diff --git a/geography/py-google-maps-services-python/Makefile b/geography/py-google-maps-services-python/Makefile new file mode 100644 index 00000000000..b330f485d80 --- /dev/null +++ b/geography/py-google-maps-services-python/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2015/01/12 10:27:41 kleink Exp $ + +DISTNAME= google-maps-services-python-2.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= geography python +MASTER_SITES= -https://github.com/googlemaps/google-maps-services-python/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX} + +MAINTAINER= kleink@NetBSD.org +HOMEPAGE= https://github.com/googlemaps/google-maps-services-python/ +COMMENT= Python client library for Google Maps API Web Services +LICENSE= apache-2.0 + +DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests + +EGG_NAME= googlemaps +PYTHON_VERSIONS_INCOMPATIBLE= 33 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/geography/py-google-maps-services-python/PLIST b/geography/py-google-maps-services-python/PLIST new file mode 100644 index 00000000000..5ece520c5a8 --- /dev/null +++ b/geography/py-google-maps-services-python/PLIST @@ -0,0 +1,33 @@ +@comment $NetBSD: PLIST,v 1.1 2015/01/12 10:27:41 kleink Exp $ +${PYSITELIB}/googlemaps-${PKGVERSION}-py2.7.egg-info/PKG-INFO +${PYSITELIB}/googlemaps-${PKGVERSION}-py2.7.egg-info/SOURCES.txt +${PYSITELIB}/googlemaps-${PKGVERSION}-py2.7.egg-info/dependency_links.txt +${PYSITELIB}/googlemaps-${PKGVERSION}-py2.7.egg-info/requires.txt +${PYSITELIB}/googlemaps-${PKGVERSION}-py2.7.egg-info/top_level.txt +${PYSITELIB}/googlemaps/__init__.py +${PYSITELIB}/googlemaps/__init__.pyc +${PYSITELIB}/googlemaps/__init__.pyo +${PYSITELIB}/googlemaps/client.py +${PYSITELIB}/googlemaps/client.pyc +${PYSITELIB}/googlemaps/client.pyo +${PYSITELIB}/googlemaps/convert.py +${PYSITELIB}/googlemaps/convert.pyc +${PYSITELIB}/googlemaps/convert.pyo +${PYSITELIB}/googlemaps/directions.py +${PYSITELIB}/googlemaps/directions.pyc +${PYSITELIB}/googlemaps/directions.pyo +${PYSITELIB}/googlemaps/distance_matrix.py +${PYSITELIB}/googlemaps/distance_matrix.pyc +${PYSITELIB}/googlemaps/distance_matrix.pyo +${PYSITELIB}/googlemaps/elevation.py +${PYSITELIB}/googlemaps/elevation.pyc +${PYSITELIB}/googlemaps/elevation.pyo +${PYSITELIB}/googlemaps/exceptions.py +${PYSITELIB}/googlemaps/exceptions.pyc +${PYSITELIB}/googlemaps/exceptions.pyo +${PYSITELIB}/googlemaps/geocoding.py +${PYSITELIB}/googlemaps/geocoding.pyc +${PYSITELIB}/googlemaps/geocoding.pyo +${PYSITELIB}/googlemaps/timezone.py +${PYSITELIB}/googlemaps/timezone.pyc +${PYSITELIB}/googlemaps/timezone.pyo diff --git a/geography/py-google-maps-services-python/distinfo b/geography/py-google-maps-services-python/distinfo new file mode 100644 index 00000000000..8ddf97288a1 --- /dev/null +++ b/geography/py-google-maps-services-python/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/01/12 10:27:41 kleink Exp $ + +SHA1 (google-maps-services-python-2.0.tar.gz) = 64cff912f719c2b71074ee8b19b965782cf82ed4 +RMD160 (google-maps-services-python-2.0.tar.gz) = 17b67bb76451d419afd3d44ab8dc36d3af6110a7 +Size (google-maps-services-python-2.0.tar.gz) = 24841 bytes -- cgit v1.2.3