3fe81b3c1e
4.6.0 (2022-02-02) Features * Geocode by place id (427) (1364711)
20 lines
569 B
Makefile
20 lines
569 B
Makefile
# $NetBSD: Makefile,v 1.10 2022/04/09 07:01:35 kleink Exp $
|
|
|
|
DISTNAME= googlemaps-4.6.0
|
|
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"
|