Files
ports/www/py-googlemaps/Makefile
T
Po-Chuan Hsieh 35d62cdfb5 www/py-googlemaps: Add py-googlemaps 4.10.0
This library brings the Google Maps Platform 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
- Geolocation API
- Time Zone API
- Roads API
- Places API
- Maps Static API
- Address Validation API
2026-04-06 01:17:57 +08:00

25 lines
732 B
Makefile

PORTNAME= googlemaps
PORTVERSION= 4.10.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python client library for Google Maps Platform
WWW= https://github.com/googlemaps/google-maps-services-python
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0<3.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0<3.0:www/py-requests@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>