Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -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.

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.4 2015/03/02 13:29:16 kleink Exp $
DISTNAME= google-maps-services-python-2.1.1
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-${PKGVERSION_NOREV}
PYTHON_VERSIONS_INCOMPATIBLE= 33
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,33 @@
@comment $NetBSD: PLIST,v 1.2 2015/01/21 13:22:20 kleink Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/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

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2015/03/02 13:29:16 kleink Exp $
SHA1 (google-maps-services-python-2.1.1.tar.gz) = b502965560ec29d49eaa115e51173d78f8672e76
RMD160 (google-maps-services-python-2.1.1.tar.gz) = 59165b8af44315c21134ba17d11b84906130357b
Size (google-maps-services-python-2.1.1.tar.gz) = 25636 bytes