pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-googlemaps



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Mar 16 08:16:57 UTC 2021

Modified Files:
        pkgsrc/geography/py-googlemaps: Makefile distinfo

Log Message:
py-googlemaps: updated to 4.4.5

v4.4.5:
Bug Fixes
Add parameter 'origin' to places autocomplete


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/geography/py-googlemaps/Makefile \
    pkgsrc/geography/py-googlemaps/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/py-googlemaps/Makefile
diff -u pkgsrc/geography/py-googlemaps/Makefile:1.6 pkgsrc/geography/py-googlemaps/Makefile:1.7
--- pkgsrc/geography/py-googlemaps/Makefile:1.6 Sat Mar 13 14:11:18 2021
+++ pkgsrc/geography/py-googlemaps/Makefile     Tue Mar 16 08:16:57 2021
@@ -1,12 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2021/03/13 14:11:18 kleink Exp $
+# $NetBSD: Makefile,v 1.7 2021/03/16 08:16:57 adam Exp $
 
-DISTNAME=      googlemaps-4.4.4
+DISTNAME=      googlemaps-4.4.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    geography python
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=googlemaps/}
-
-GITHUB_PROJECT=        google-maps-services-python
-GITHUB_TAG=    v${PKGVERSION_NOREV}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=g/googlemaps/}
 
 MAINTAINER=    kleink%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/googlemaps/google-maps-services-python
@@ -14,16 +11,9 @@ COMMENT=     Python client library for Googl
 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"
Index: pkgsrc/geography/py-googlemaps/distinfo
diff -u pkgsrc/geography/py-googlemaps/distinfo:1.6 pkgsrc/geography/py-googlemaps/distinfo:1.7
--- pkgsrc/geography/py-googlemaps/distinfo:1.6 Sat Mar 13 14:11:18 2021
+++ pkgsrc/geography/py-googlemaps/distinfo     Tue Mar 16 08:16:57 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/03/13 14:11:18 kleink Exp $
+$NetBSD: distinfo,v 1.7 2021/03/16 08:16:57 adam Exp $
 
-SHA1 (googlemaps-4.4.4.tar.gz) = 6fe27f7d1dd521c50d1a6c122b39ab10fa282f6a
-RMD160 (googlemaps-4.4.4.tar.gz) = a401153108448da14d63abcfc37c75894ea393bf
-SHA512 (googlemaps-4.4.4.tar.gz) = 37fb60cb43094f41d4be980cccaf2268a6f9453ec580baa2129c461a0acb2a844121d519d85c064cb62587281e6fe7117244ad42052c59f84340cabf6e11bc74
-Size (googlemaps-4.4.4.tar.gz) = 46860 bytes
+SHA1 (googlemaps-4.4.5.tar.gz) = dec8448dff4e3eaf1b00404ad661360fc0815ff0
+RMD160 (googlemaps-4.4.5.tar.gz) = 62a24ed5377bdc8dc589ac458775a635f3803d94
+SHA512 (googlemaps-4.4.5.tar.gz) = 6bfa571e6ca96a242e4f93ef6ca9ff8d6917ea059620ed45a7790f0eca78c45d104307454b1e1f59e1cf3bd8b43db9e63efb9e495c51d04898c8a036fd21c6db
+Size (googlemaps-4.4.5.tar.gz) = 31782 bytes



Home | Main Index | Thread Index | Old Index