pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography py-google-maps-services-python: renamed to p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1e7998b3fe1
branches:  trunk
changeset: 413689:d1e7998b3fe1
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Mar 21 18:59:56 2020 +0000

description:
py-google-maps-services-python: renamed to py-googlemaps

diffstat:

 geography/Makefile                                |   4 +-
 geography/py-google-maps-services-python/DESCR    |  17 --------
 geography/py-google-maps-services-python/Makefile |  23 -----------
 geography/py-google-maps-services-python/PLIST    |  45 -----------------------
 geography/py-google-maps-services-python/distinfo |   6 ---
 geography/py-googlemaps/DESCR                     |  17 ++++++++
 geography/py-googlemaps/Makefile                  |  27 +++++++++++++
 geography/py-googlemaps/PLIST                     |  45 +++++++++++++++++++++++
 geography/py-googlemaps/distinfo                  |   6 +++
 9 files changed, 97 insertions(+), 93 deletions(-)

diffs (236 lines):

diff -r e800a1b34316 -r d1e7998b3fe1 geography/Makefile
--- a/geography/Makefile        Sat Mar 21 18:47:33 2020 +0000
+++ b/geography/Makefile        Sat Mar 21 18:59:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2020/03/11 10:55:28 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2020/03/21 18:59:56 adam Exp $
 #
 
 COMMENT=       Software for geographical-related uses
@@ -54,7 +54,7 @@
 SUBDIR+=       py-country
 SUBDIR+=       py-gdal
 SUBDIR+=       py-geojson
-SUBDIR+=       py-google-maps-services-python
+SUBDIR+=       py-googlemaps
 SUBDIR+=       py-obspy
 SUBDIR+=       py-proj
 SUBDIR+=       py-trytond-country
diff -r e800a1b34316 -r d1e7998b3fe1 geography/py-google-maps-services-python/DESCR
--- a/geography/py-google-maps-services-python/DESCR    Sat Mar 21 18:47:33 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-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
- - Roads API
- - Places API
-
-Keep in mind that the same terms and conditions apply to usage of
-the APIs when they're accessed through this library.
diff -r e800a1b34316 -r d1e7998b3fe1 geography/py-google-maps-services-python/Makefile
--- a/geography/py-google-maps-services-python/Makefile Sat Mar 21 18:47:33 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2020/03/20 07:28:14 wiz Exp $
-
-DISTNAME=      google-maps-services-python-4.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@localhost
-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>=2.20.0<3.0:../../devel/py-requests
-TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-EGG_NAME=      googlemaps-${PKGVERSION_NOREV}
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r e800a1b34316 -r d1e7998b3fe1 geography/py-google-maps-services-python/PLIST
--- a/geography/py-google-maps-services-python/PLIST    Sat Mar 21 18:47:33 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,45 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2020/03/20 07:28:14 wiz 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/geolocation.py
-${PYSITELIB}/googlemaps/geolocation.pyc
-${PYSITELIB}/googlemaps/geolocation.pyo
-${PYSITELIB}/googlemaps/maps.py
-${PYSITELIB}/googlemaps/maps.pyc
-${PYSITELIB}/googlemaps/maps.pyo
-${PYSITELIB}/googlemaps/places.py
-${PYSITELIB}/googlemaps/places.pyc
-${PYSITELIB}/googlemaps/places.pyo
-${PYSITELIB}/googlemaps/roads.py
-${PYSITELIB}/googlemaps/roads.pyc
-${PYSITELIB}/googlemaps/roads.pyo
-${PYSITELIB}/googlemaps/timezone.py
-${PYSITELIB}/googlemaps/timezone.pyc
-${PYSITELIB}/googlemaps/timezone.pyo
diff -r e800a1b34316 -r d1e7998b3fe1 geography/py-google-maps-services-python/distinfo
--- a/geography/py-google-maps-services-python/distinfo Sat Mar 21 18:47:33 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.8 2020/03/20 01:37:23 ryoon Exp $
-
-SHA1 (google-maps-services-python-4.2.0.tar.gz) = 9f0eb9fa985da827622d07606709fe7115345ab3
-RMD160 (google-maps-services-python-4.2.0.tar.gz) = 3444686b521fdbb5408e929b4d309c67ab206d49
-SHA512 (google-maps-services-python-4.2.0.tar.gz) = 1fab45bc0beecc21e99d7881f195f9be3fd6ad53c74f6bd238fb7a01738d456d38cc8975ebb6dbe1f3abde967db78d000161dac60fa675b74166cf5bf7bc72f2
-Size (google-maps-services-python-4.2.0.tar.gz) = 46098 bytes
diff -r e800a1b34316 -r d1e7998b3fe1 geography/py-googlemaps/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/py-googlemaps/DESCR     Sat Mar 21 18:59:56 2020 +0000
@@ -0,0 +1,17 @@
+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
+ - Roads API
+ - Places API
+
+Keep in mind that the same terms and conditions apply to usage of
+the APIs when they're accessed through this library.
diff -r e800a1b34316 -r d1e7998b3fe1 geography/py-googlemaps/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/py-googlemaps/Makefile  Sat Mar 21 18:59:56 2020 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2020/03/21 18:59:57 adam Exp $
+
+DISTNAME=      googlemaps-4.2.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    geography python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=g/googlemaps/}
+
+MAINTAINER=    kleink%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/googlemaps/google-maps-services-python
+COMMENT=       Python client library for Google Maps Platform
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.20.0:../../devel/py-requests
+TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+
+USE_LANGUAGES= # none
+
+PYSETUPTESTTARGET=     pytest
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e800a1b34316 -r d1e7998b3fe1 geography/py-googlemaps/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/py-googlemaps/PLIST     Sat Mar 21 18:59:56 2020 +0000
@@ -0,0 +1,45 @@
+@comment $NetBSD: PLIST,v 1.1 2020/03/21 18:59:57 adam 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/geolocation.py
+${PYSITELIB}/googlemaps/geolocation.pyc
+${PYSITELIB}/googlemaps/geolocation.pyo
+${PYSITELIB}/googlemaps/maps.py
+${PYSITELIB}/googlemaps/maps.pyc
+${PYSITELIB}/googlemaps/maps.pyo
+${PYSITELIB}/googlemaps/places.py
+${PYSITELIB}/googlemaps/places.pyc
+${PYSITELIB}/googlemaps/places.pyo
+${PYSITELIB}/googlemaps/roads.py
+${PYSITELIB}/googlemaps/roads.pyc
+${PYSITELIB}/googlemaps/roads.pyo
+${PYSITELIB}/googlemaps/timezone.py
+${PYSITELIB}/googlemaps/timezone.pyc
+${PYSITELIB}/googlemaps/timezone.pyo
diff -r e800a1b34316 -r d1e7998b3fe1 geography/py-googlemaps/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/py-googlemaps/distinfo  Sat Mar 21 18:59:56 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/21 18:59:57 adam Exp $
+
+SHA1 (googlemaps-4.2.0.tar.gz) = 6feb0107169eac62073803df39920e158f7a115f
+RMD160 (googlemaps-4.2.0.tar.gz) = f9b8e7aab9bbf7aa0e030ddde81bf512ffba9c50
+SHA512 (googlemaps-4.2.0.tar.gz) = 2cf36fc9952566b4dbb0404bbb8984f1aeb20ebc6fd34ab6996cc818a487839fa14360eefd9f408eb3caabe36e3196d1665c83e047ec8c3c363c00ddf3d7779d
+Size (googlemaps-4.2.0.tar.gz) = 40229 bytes



Home | Main Index | Thread Index | Old Index