summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2018-11-16 15:27:37 +0000
committerkleink <kleink@pkgsrc.org>2018-11-16 15:27:37 +0000
commit81d91f342f3adf1af5703f0107affc224585f836 (patch)
tree7fd9dcd7711a8341877bebccdf3fb349f6f9a029 /geography
parentb559ab12c00f4c5eff17a16c1622cf034791fc3d (diff)
downloadpkgsrc-81d91f342f3adf1af5703f0107affc224585f836.tar.gz
py-google-maps-services-python: Update to 2.5.1.
No changelog provided; notable news per README is the geolocation API.
Diffstat (limited to 'geography')
-rw-r--r--geography/py-google-maps-services-python/Makefile8
-rw-r--r--geography/py-google-maps-services-python/PLIST5
-rw-r--r--geography/py-google-maps-services-python/distinfo11
-rw-r--r--geography/py-google-maps-services-python/patches/patch-setup.py16
4 files changed, 13 insertions, 27 deletions
diff --git a/geography/py-google-maps-services-python/Makefile b/geography/py-google-maps-services-python/Makefile
index a3ead356b57..84fc5849ea0 100644
--- a/geography/py-google-maps-services-python/Makefile
+++ b/geography/py-google-maps-services-python/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2016/07/09 13:03:49 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2018/11/16 15:27:37 kleink Exp $
-DISTNAME= google-maps-services-python-2.4.2
+DISTNAME= google-maps-services-python-2.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= geography python
MASTER_SITES= -https://github.com/googlemaps/google-maps-services-python/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
@@ -10,8 +10,8 @@ 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.9.1:../../devel/py-requests
-BROKEN= Needs old version of py-requests.
+DEPENDS+= ${PYPKGPREFIX}-requests>=2.20.0<3.0:../../devel/py-requests
+TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
EGG_NAME= googlemaps-${PKGVERSION_NOREV}
diff --git a/geography/py-google-maps-services-python/PLIST b/geography/py-google-maps-services-python/PLIST
index 22d970fdf2d..00ca7975ec6 100644
--- a/geography/py-google-maps-services-python/PLIST
+++ b/geography/py-google-maps-services-python/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2016/01/10 13:42:02 kleink Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/11/16 15:27:37 kleink Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -28,6 +28,9 @@ ${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/places.py
${PYSITELIB}/googlemaps/places.pyc
${PYSITELIB}/googlemaps/places.pyo
diff --git a/geography/py-google-maps-services-python/distinfo b/geography/py-google-maps-services-python/distinfo
index f3aed6576d2..d38780775d4 100644
--- a/geography/py-google-maps-services-python/distinfo
+++ b/geography/py-google-maps-services-python/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/01/10 13:42:02 kleink Exp $
+$NetBSD: distinfo,v 1.6 2018/11/16 15:27:37 kleink Exp $
-SHA1 (google-maps-services-python-2.4.2.tar.gz) = 622d94dbd3e375ed87369bc48e580b17ac36bc30
-RMD160 (google-maps-services-python-2.4.2.tar.gz) = f1c275851a52c738fd7dcecc67692bb1a91ca6e0
-SHA512 (google-maps-services-python-2.4.2.tar.gz) = 8b0f926b33acf9f12fa425bd2e5bc72593c12292e805e805d9811fe2d5bb59c28e861bf62666deb3f29d72d844bbfff39dcd789143f1eb10ed1266fb22f0c60d
-Size (google-maps-services-python-2.4.2.tar.gz) = 30895 bytes
-SHA1 (patch-setup.py) = efca23a1a4d08138165e191318e20394c1f7aeeb
+SHA1 (google-maps-services-python-2.5.1.tar.gz) = 0b7154a9d3530e0fe8c39b19b6b163cde4fccbcd
+RMD160 (google-maps-services-python-2.5.1.tar.gz) = 288eafe146c9ba9c16d6295bd16c14929403b25d
+SHA512 (google-maps-services-python-2.5.1.tar.gz) = 4673df832b7fda3c43da2396f2f910b1957bb8647fdc3eb977cda812a94c2ca51070ce7ed7c29be9c250704edaed3a731a67d39b927734dda12baa85f7147fe1
+Size (google-maps-services-python-2.5.1.tar.gz) = 35644 bytes
diff --git a/geography/py-google-maps-services-python/patches/patch-setup.py b/geography/py-google-maps-services-python/patches/patch-setup.py
deleted file mode 100644
index 8566a558774..00000000000
--- a/geography/py-google-maps-services-python/patches/patch-setup.py
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2016/01/10 13:42:02 kleink Exp $
-
-Update to latest version of requests. Closes #89.
-commit 7c9a1584aaa3a41008b182df45df8bf74cb26613
-
---- setup.py.orig 2015-12-03 03:52:12.000000000 +0000
-+++ setup.py
-@@ -14,7 +14,7 @@ if sys.version_info <= (2, 4):
-
-
- requirements = [
-- 'requests<=2.6',
-+ 'requests<=2.9.1'
- ]
-
- setup(name='googlemaps',