f986b50bce
v4.4.5: Bug Fixes Add parameter 'origin' to places autocomplete
20 lines
566 B
Makefile
20 lines
566 B
Makefile
# $NetBSD: Makefile,v 1.7 2021/03/16 08:16:57 adam Exp $
|
|
|
|
DISTNAME= googlemaps-4.4.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= geography python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=g/googlemaps/}
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
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
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|